This software includes code from IntelliJ IDEA Community Edition
Copyright (C) JetBrains s.r.o.
-http://www.jetbrains.com/idea/
+https://www.jetbrains.com/idea/
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
"Publisher" "JetBrains s.r.o."
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
- "URLInfoAbout" "http://www.jetbrains.com/products"
+ "URLInfoAbout" "https://www.jetbrains.com/products"
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
"InstallType" "$baseRegKey"
WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
done:
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}"
; UNCOMMENT THIS IN RELEASE BUILD
-; ExecShell "" "http://www.jetbrains.com/idea/uninstall/"
+; ExecShell "" "https://www.jetbrains.com/idea/uninstall/"
SectionEnd
libraryLicense(name: "PicoContainer", libraryName: "picocontainer", version: "1.2", license: "BSD", url: "http://www.picocontainer.org/", licenseUrl: "http://docs.codehaus.org/display/PICO/License")
libraryLicense(name: "Plexus Utils", libraryName: "plexus-utils-1.5.5.jar", version: "1.5.5", license: "Apache 2.0", url: "http://plexus.codehaus.org/plexus-utils")
libraryLicense(name: "Relax NG Object Model", libraryName: "rngom-20051226-patched.jar", license: "MIT", url: "http://java.net/projects/rngom/", licenseUrl: "http://www.opensource.org/licenses/mit-license.php")
-libraryLicense(name: "RMI Stubs", attachedTo: "xslt-debugger-engine", license: "Apache 2.0", url: "http://confluence.jetbrains.com/display/CONTEST/XSLT-Debugger", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0")
+libraryLicense(name: "RMI Stubs", attachedTo: "xslt-debugger-engine", license: "Apache 2.0", url: "https://confluence.jetbrains.com/display/CONTEST/XSLT-Debugger", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "Saxon-9HE", version: "9", license: "Mozilla Public License", url: "http://saxon.sourceforge.net/", licenseUrl: "http://www.mozilla.org/MPL/")
libraryLicense(name: "Saxon-6.5.5", version: "6.5.5", license: "Mozilla Public License", url: "http://saxon.sourceforge.net/", licenseUrl: "http://www.mozilla.org/MPL/")
libraryLicense(name: "Sonatype Nexus: Indexer", libraryName: "nexus-indexer-1.2.3.jar", version: "1.2.3", license: "Eclipse Public License v1.0", url: "http://nexus.sonatype.org/", licenseUrl: "http://www.eclipse.org/org/documents/epl-v10.html")
<component>
<version codename="Community Edition" major="14" minor="1" eap="true"/>
- <company name="JetBrains s.r.o." url="http://www.jetbrains.com/?fromIDE"/>
+ <company name="JetBrains s.r.o." url="https://www.jetbrains.com/?fromIDE"/>
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
<install-over minbuild="129.1" maxbuild="139.9999" version="14"/>
<logo url="/idea_community_logo.png" textcolor="aaaaaa" progressColor="FDA916" progressY="230" progressTailIcon="/community_progress_tail.png"/>
caption-url="/welcomeCaption_community.png"
slogan-url="/developSlogan_community.png"/>
- <third-party url="http://www.jetbrains.org/"/>
+ <third-party url="https://www.jetbrains.org/"/>
<editor background-url="/idea_logo_welcome.png"/>
- <update-urls check="http://www.jetbrains.com/updates/updates.xml"
- patches="http://download.jetbrains.com/idea/"/>
+ <update-urls check="https://www.jetbrains.com/updates/updates.xml"
+ patches="https://download.jetbrains.com/idea/"/>
<help file="ideahelp.jar" root="idea"/>
- <documentation url="http://www.jetbrains.com/idea/documentation"/>
- <support url="http://www.jetbrains.com/support/idea/index.html"/>
- <feedback eap-url="http://youtrack.jetbrains.com/newissue?project=IDEA&clearDraft=true&c=Affected+versions+$BUILD&description=$DESCR"
- release-url="http://www.jetbrains.com/feedback/feedback.jsp?product=IDEA&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
- <plugins url="http://plugins.jetbrains.com"/>
- <whatsnew url="http://www.jetbrains.com/idea/whatsnew/index.html"/>
- <keymap win="http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf"
- mac="http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf"/>
+ <documentation url="https://www.jetbrains.com/idea/documentation"/>
+ <support url="https://www.jetbrains.com/support/idea/index.html"/>
+ <feedback eap-url="https://youtrack.jetbrains.com/newissue?project=IDEA&clearDraft=true&c=Affected+versions+$BUILD&description=$DESCR"
+ release-url="https://www.jetbrains.com/feedback/feedback.jsp?product=IDEA&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
+ <plugins url="https://plugins.jetbrains.com"/>
+ <whatsnew url="https://www.jetbrains.com/idea/whatsnew/index.html"/>
+ <keymap win="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf"
+ mac="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf"/>
<plugins-page category="VCS Integration" title="Select VCS Integration Plugins"/>
<plugins-page title="Select Other Plugins"/>
- <statistics settings="http://jetbrains.com/idea/statistics/stat-assistant.xml" service="http://jetbrains.com/idea/statistics/index.jsp"/>
+ <statistics settings="https://www.jetbrains.com/idea/statistics/stat-assistant.xml" service="https://www.jetbrains.com/idea/statistics/index.jsp"/>
</component>
* @author nik
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public abstract class GenericCompiler<Key, SourceState, OutputState> implements Compiler {
* SourceGeneratingCompiler -> SourceInstrumentingCompiler -> TranslatingCompiler -> ClassInstrumentingCompiler -> ClassPostProcessingCompiler -> PackagingCompiler -> Validator
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface ClassInstrumentingCompiler extends FileProcessingCompiler {
* SourceGeneratingCompiler -> SourceInstrumentingCompiler -> TranslatingCompiler -> ClassInstrumentingCompiler -> ClassPostProcessingCompiler -> PackagingCompiler -> Validator
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface ClassPostProcessingCompiler extends FileProcessingCompiler {
/**
* @deprecated this interface is a part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface CompilerFilter {
* @param outputTypes a set of filetypes that compiler can generate
*
* @deprecated this method is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public abstract void addTranslatingCompiler(@NotNull TranslatingCompiler compiler, Set<FileType> inputTypes, Set<FileType> outputTypes);
* Compiler which copies the compiled files to a different directory.
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public abstract class CopyingCompiler implements PackagingCompiler{
* Actual implementation should implement one of its subinterfaces. Currently only {@link SourceGeneratingCompiler} is available.
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface GeneratingCompiler extends Compiler, ValidityStateFactory, IntermediateOutputCompiler {
* and can be used as input to another compiler
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface IntermediateOutputCompiler extends Compiler{
* This compiler is called right before the java sources compiler.
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface JavaSourceTransformingCompiler extends Compiler {
* SourceGeneratingCompiler -> SourceInstrumentingCompiler -> TranslatingCompiler -> ClassInstrumentingCompiler -> ClassPostProcessingCompiler -> PackagingCompiler -> Validator
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface PackagingCompiler extends FileProcessingCompiler{
* SourceGeneratingCompiler -> SourceInstrumentingCompiler -> TranslatingCompiler -> ClassInstrumentingCompiler -> ClassPostProcessingCompiler -> PackagingCompiler -> Validator
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface SourceGeneratingCompiler extends GeneratingCompiler {
/**
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface SourceProcessingCompiler extends FileProcessingCompiler, IntermediateOutputCompiler {
* SourceGeneratingCompiler -> SourceInstrumentingCompiler -> TranslatingCompiler -> ClassInstrumentingCompiler -> ClassPostProcessingCompiler -> PackagingCompiler -> Validator
*
* @deprecated this interface is part of the obsolete build system which runs as part of the IDE process. Since IDEA 12 plugins need to
- * integrate into 'external build system' instead (http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
+ * integrate into 'external build system' instead (https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins).
* Since IDEA 13 users cannot switch to the old build system via UI and it will be completely removed in IDEA 14.
*/
public interface TranslatingCompiler extends Compiler {
*/
public class DevelopPluginsAction extends AnAction implements DumbAware {
@NonNls private static final String PLUGIN_URL = PathManager.getHomePath() + "/Plugin Development Readme.html";
- @NonNls private static final String PLUGIN_WEBSITE = "http://www.jetbrains.com/idea/plugins/plugin_developers.html";
+ @NonNls private static final String PLUGIN_WEBSITE = "https://www.jetbrains.com/idea/plugins/plugin_developers.html";
@Override
public void actionPerformed(final AnActionEvent e) {
-<template-groups xmlns="http://www.jetbrains.com/projectTemplates">
+<template-groups xmlns="https://www.jetbrains.com/projectTemplates">
<group>
<name>Java Samples</name>
<path>Java</path>
-<template-groups xmlns="http://www.jetbrains.com/projectTemplates">
+<template-groups xmlns="https://www.jetbrains.com/projectTemplates">
<group>
<name>Java Samples</name>
<path>Java</path>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.jetbrains.com/projectTemplates">
+ targetNamespace="https://www.jetbrains.com/projectTemplates">
<xs:element name="template-groups" type="template-groupsType"/>
<xs:complexType name="groupType">
<xs:sequence>
public void testRememberLocalTransientFieldState() { doTest(); }
public void testFinalFieldDuringInitialization() { doTest(); }
public void testFinalFieldDuringSuperInitialization() { doTest(); }
- public void _testSymmetricUncheckedCast() { doTest(); } // http://youtrack.jetbrains.com/issue/IDEABKL-6871
+ public void _testSymmetricUncheckedCast() { doTest(); } // https://youtrack.jetbrains.com/issue/IDEABKL-6871
public void testNullCheckDoesntAffectUncheckedCast() { doTest(); }
public void testThrowNull() { doTest(); }
myFixture.testHighlighting(true, false, true, getTestName(false) + ".java");
}
- public void _testNullCheckBeforeInstanceof() { doTest(); } // http://youtrack.jetbrains.com/issue/IDEA-113220
+ public void _testNullCheckBeforeInstanceof() { doTest(); } // https://youtrack.jetbrains.com/issue/IDEA-113220
}
public void testMatcher1() {checkTree("ico");}
public void testMatcher2() {checkTree("ico");}
- public void _testAnonymousMatcher2() {checkTree("ico");} //http://youtrack.jetbrains.com/issue/IDEABKL-6906
+ public void _testAnonymousMatcher2() {checkTree("ico");} //https://youtrack.jetbrains.com/issue/IDEABKL-6906
}
/**
- * @see <a href="http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA">Indexing and PSI Stubs in IntelliJ IDEA</a>
+ * @see <a href="https://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA">Indexing and PSI Stubs in IntelliJ IDEA</a>
*
* @see <a href="http://devnet.jetbrains.com/message/5485343#_ga=1.104383616.1427417469.1367843132">Lifecycle of stub creation</a>
*/
private String myBuildNumber = null;
private String myApiVersion = null;
private String myCompanyName = "JetBrains s.r.o.";
- private String myCompanyUrl = "http://www.jetbrains.com/";
+ private String myCompanyUrl = "https://www.jetbrains.com/";
private Color myProgressColor = null;
private Color myCopyrightForeground = JBColor.BLACK;
private Color myAboutForeground = JBColor.BLACK;
private boolean myHasContextHelp = true;
@NonNls private String myHelpFileName = "ideahelp.jar";
@NonNls private String myHelpRootName = "idea";
- @NonNls private String myWebHelpUrl = "http://www.jetbrains.com/idea/webhelp/";
+ @NonNls private String myWebHelpUrl = "https://www.jetbrains.com/idea/webhelp/";
private List<PluginChooserPage> myPluginChooserPages = new ArrayList<PluginChooserPage>();
private String myStatisticsSettingsUrl;
private String myStatisticsServiceUrl;
myStatisticsServiceKey = statisticsElement.getAttributeValue(ATTRIBUTE_STATISTICS_SERVICE_KEY);
}
else {
- myStatisticsSettingsUrl = "http://jetbrains.com/idea/statistics/stat-assistant.xml";
- myStatisticsServiceUrl = "http://jetbrains.com/idea/statistics/index.jsp";
+ myStatisticsSettingsUrl = "https://www.jetbrains.com/idea/statistics/stat-assistant.xml";
+ myStatisticsServiceUrl = "https://www.jetbrains.com/idea/statistics/index.jsp";
myStatisticsServiceKey = null;
}
private void scheduleDropCachesWithInvalidStubPsi() {
// invokeLater even if already on EDT, because
- // we might be inside an index query and write actions might result in deadlocks there (http://youtrack.jetbrains.com/issue/IDEA-123118)
+ // we might be inside an index query and write actions might result in deadlocks there (https://youtrack.jetbrains.com/issue/IDEA-123118)
ApplicationManager.getApplication().invokeLater(new Runnable() {
@Override
public void run() {
/**
* Every time particular external system setting is changed corresponding message is sent via ide
- * <a href="http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Messaging+infrastructure">messaging sub-system</a>.
+ * <a href="https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Messaging+infrastructure">messaging sub-system</a>.
* The problem is that every external system implementation defines it's own topic/listener pair. Listener interface is derived
* from the common {@link ExternalSystemSettingsListener} interface and is specific to external sub-system implementation.
* However, it's possible that a client wants to perform particular actions based only on {@link ExternalSystemSettingsListener}
}
private LibrariesDownloadConnectionService() {
- super("http://jetbrains.com/idea/download-assistant.xml", "http://frameworks.jetbrains.com");
+ super("https://www.jetbrains.com/idea/download-assistant.xml", "http://frameworks.jetbrains.com");
}
}
/**
* It's possible that we need to expand quick doc control's width in order to provide better visual representation
- * (see http://youtrack.jetbrains.com/issue/IDEA-101425). This method calculates that width expand.
+ * (see https://youtrack.jetbrains.com/issue/IDEA-101425). This method calculates that width expand.
*
* @param buttonWidth icon button's width
* @param updatedText text which will be should at the quick doc control
"\n" +
"<todo>//TODO: Visit JB Web resources:</todo>\n"+
"JetBrains Home Page: <hyperlink_f>http://www.jetbrains.com</hyperlink_f>\n" +
- "JetBrains Developer Community: <hyperlink>http://www.jetbrains.com/devnet</hyperlink>\n" +
+ "JetBrains Developer Community: <hyperlink>https://www.jetbrains.com/devnet</hyperlink>\n" +
"\n" +
"Search:\n" +
" <search_result_wr>result</search_result_wr> = \"<search_text>text</search_text>, <search_text>text</search_text>, <search_text>text</search_text>\";\n" +
}
protected boolean shouldShowBusyIconIfNeeded() {
- // http://youtrack.jetbrains.com/issue/IDEA-101422 "Rotating wait symbol in Project list whenever typing"
+ // https://youtrack.jetbrains.com/issue/IDEA-101422 "Rotating wait symbol in Project list whenever typing"
return hasFocus();
}
}
private IdeSettingsStatisticsService() {
- super("http://jetbrains.com/idea/ide-settings-statistics.xml", "http://frameworks.jetbrains.com/statistics");
+ super("https://www.jetbrains.com/idea/ide-settings-statistics.xml", "http://frameworks.jetbrains.com/statistics");
}
@NotNull
import com.intellij.openapi.extensions.ExtensionPointName;
import com.intellij.util.xmlb.annotations.Attribute;
-import java.lang.String;
-
/**
* A way to provide additional colors to color schemes.
- * http://youtrack.jetbrains.com/issue/IDEA-98261
+ * https://youtrack.jetbrains.com/issue/IDEA-98261
*
* @author VISTALL
* @since 12.1
public class PluginsAdvertiser implements StartupActivity {
@NonNls public static final String IGNORE_ULTIMATE_EDITION = "ignoreUltimateEdition";
private static final Logger LOG = Logger.getInstance("#" + PluginsAdvertiser.class.getName());
- private static final String FEATURE_IMPLEMENTATIONS_URL = "http://plugins.jetbrains.com/feature/getImplementations?";
+ private static final String FEATURE_IMPLEMENTATIONS_URL = "https://plugins.jetbrains.com/feature/getImplementations?";
private static final String CASHED_EXTENSIONS = "extensions.xml";
public static final String IDEA_ULTIMATE_EDITION = "IntelliJ IDEA Ultimate Edition";
caption-url="/general/welcomeCaption.png"
slogan-url="/general/developSlogan.png"/>
- <update-urls check="http://www.jetbrains.com/updates/update.xml" download="http://www.jetbrains.com/idea/download/"/>
- <eap-update-urls check="http://www.jetbrains.com/updates/eap-update.xml" download="http://www.intellij.net/eap/products/idea/download.jsp"/>
+ <update-urls check="https://www.jetbrains.com/updates/update.xml" download="https://www.jetbrains.com/idea/download/"/>
+ <eap-update-urls check="https://www.jetbrains.com/updates/eap-update.xml" download="http://www.intellij.net/eap/products/idea/download.jsp"/>
</component>
caption-url="/welcomeCaption_community.png"
slogan-url="/developSlogan_community.png"/>
- <update-urls check="http://www.jetbrains.com/updates/updates.xml"
+ <update-urls check="https://www.jetbrains.com/updates/updates.xml"
patches="http://download.jetbrains.com/idea/"/>
<help file="ideahelp.jar" root="idea"/>
- <documentation url="http://www.jetbrains.com/idea/documentation"/>
- <support url="http://www.jetbrains.com/support/idea/index.html"/>
- <feedback eap-url="http://youtrack.jetbrains.com" release-url="http://www.jetbrains.com/feedback/feedback.jsp?product=IDEA&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
- <plugins url="http://plugins.jetbrains.com/"/>
- <whatsnew url="http://www.jetbrains.com/idea/whatsnew/index.html"/>
- <keymap win="http://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard.pdf"
- mac="http://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard_Mac.pdf"/>
+ <documentation url="https://www.jetbrains.com/idea/documentation"/>
+ <support url="https://www.jetbrains.com/support/idea/index.html"/>
+ <feedback eap-url="http://youtrack.jetbrains.com" release-url="https://www.jetbrains.com/feedback/feedback.jsp?product=IDEA&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
+ <plugins url="https://plugins.jetbrains.com/"/>
+ <whatsnew url="https://www.jetbrains.com/idea/whatsnew/index.html"/>
+ <keymap win="https://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard.pdf"
+ mac="https://www.jetbrains.com/idea/docs/IntelliJIDEA9_ReferenceCard_Mac.pdf"/>
<plugins-page category="VCS Integration" title="Select VCS Integration Plugins"/>
<plugins-page title="Select Other Plugins"/>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</mes
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
- <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="http://www.jetbrains.com/idea/whatsnew">
+ <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<product name="RubyMine">
<code>RM</code>
<channel id="rm20" name="RubyMine 2.0.2" status="Release"
- url="http://www.jetbrains.com/ruby"
+ url="https://www.jetbrains.com/ruby"
feedback="http://youtrack.jetbrains.net">
<build number="97.122" version="3.0">
<message>RubyMine 3.0 is available.
- Please visit http://www.jetbrains.com/ruby to learn more and download it.
+ Please visit https://www.jetbrains.com/ruby to learn more and download it.
</message>
</build>
</channel>
<channel id="rm25" name="RubyMine 3.0" status="Release"
- url="http://www.jetbrains.com/ruby/"
+ url="https://www.jetbrains.com/ruby/"
feedback="http://youtrack.jetbrains.net">
<build number="97.122" version="3.0">
<message>RubyMine 3.0 is available.
- Please visit http://www.jetbrains.com/ruby to learn more and download it.
+ Please visit https://www.jetbrains.com/ruby to learn more and download it.
</message>
</build>
</channel>
<channel id="rm30" name="RubyMine 3.0" status="Release"
- url="http://www.jetbrains.com/ruby/"
+ url="https://www.jetbrains.com/ruby/"
feedback="http://youtrack.jetbrains.net">
<build number="97.122" version="3.0">
<message>RubyMine 3.0 Release Candidate 2 is available.
- Please visit http://www.jetbrains.com/ruby to learn more and download it.
+ Please visit https://www.jetbrains.com/ruby to learn more and download it.
</message>
</build>
</channel>
<channel id="rm25EAP" name="RubyMine 3.0" status="EAP"
- url="http://www.jetbrains.com/ruby/"
+ url="https://www.jetbrains.com/ruby/"
feedback="http://youtrack.jetbrains.net">
<build number="97.122" version="3.0">
<message>RubyMine 3.0 is available.
- Please visit http://www.jetbrains.com/ruby to learn more and download it.
+ Please visit https://www.jetbrains.com/ruby to learn more and download it.
</message>
</build>
</channel>
<product name="PyCharm">
<code>PY</code>
<channel id="pycharm" name="PyCharm 1.0" status="EAP"
- url="http://www.jetbrains.com/pycharm"
+ url="https://www.jetbrains.com/pycharm"
feedback="http://youtrack.jetbrains.net">
<build number="97.87" version="1.0.1">
<message>PyCharm 1.0.1 is available.
</channel>
<channel id="pycharm10" name="PyCharm 1.0" status="Release"
- url="http://www.jetbrains.com/pycharm"
+ url="https://www.jetbrains.com/pycharm"
feedback="http://youtrack.jetbrains.net">
<build number="97.87" version="1.0.1">
<message>PyCharm 1.0.1 is available.
<product name="PhpStorm">
<code>PS</code>
<channel id="WI1EAP" name="PhpStorm 1.0.2" status="EAP"
- url="http://www.jetbrains.com/phpstorm"
+ url="https://www.jetbrains.com/phpstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="1.0.2">
<message>PhpStorm 1.0.2 is available.
- Please visit http://www.jetbrains.com/phpstorm to download it.
+ Please visit https://www.jetbrains.com/phpstorm to download it.
</message>
</build>
</channel>
<channel id="WI1" name="PhpStorm 1.0.2" status="release"
- url="http://www.jetbrains.com/phpstorm"
+ url="https://www.jetbrains.com/phpstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="1.0.2">
<message>PhpStorm 1.0.2 is available.
- Please visit http://www.jetbrains.com/phpstorm to download it.
+ Please visit https://www.jetbrains.com/phpstorm to download it.
</message>
</build>
</channel>
</channel>
<channel id="WI2" name="PhpStorm 2.0" status="release"
- url="http://www.jetbrains.com/phpstorm"
+ url="https://www.jetbrains.com/phpstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="2.0">
<message>PhpStorm 2.0 is available.
- Please visit http://www.jetbrains.com/phpstorm to download it.
+ Please visit https://www.jetbrains.com/phpstorm to download it.
</message>
</build>
</channel>
<product name="WebStorm">
<code>WS</code>
<channel id="WI1EAP" name="WebStorm 1.0.2" status="EAP"
- url="http://www.jetbrains.com/webstorm"
+ url="https://www.jetbrains.com/webstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="1.0.2">
<message>WebStorm 1.0.2 is available.
- Please visit http://www.jetbrains.com/webstorm to download it.
+ Please visit https://www.jetbrains.com/webstorm to download it.
</message>
</build>
</channel>
<channel id="WI1" name="WebStorm 1.0.2" status="release"
- url="http://www.jetbrains.com/webstorm"
+ url="https://www.jetbrains.com/webstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="1.0.2">
<message>WebStorm 1.0.2 is available.
- Please visit http://www.jetbrains.com/webstorm to download it.
+ Please visit https://www.jetbrains.com/webstorm to download it.
</message>
</build>
</channel>
</channel>
<channel id="WI2" name="WebStorm 2.0" status="release"
- url="http://www.jetbrains.com/webstorm"
+ url="https://www.jetbrains.com/webstorm"
feedback="http://devnet.jetbrains.net/community/wi/">
<build number="95.503" version="1.0.2">
<message>WebStorm 1.0.2 is available.
- Please visit http://www.jetbrains.com/webstorm to download it.
+ Please visit https://www.jetbrains.com/webstorm to download it.
</message>
</build>
</channel>
<code>IU</code>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
<channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew">
+ url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
<channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew">
+ url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
<channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew">
+ url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IU</code>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
- <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="http://www.jetbrains.com/idea/whatsnew">
+ <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IC</code>
<channel id="IDEA14" name="IntelliJ IDEA 14" status="release"
- url="http://www.jetbrains.com/idea/download"
+ url="https://www.jetbrains.com/idea/download"
feedback="http://youtrack.jetbrains.net"
majorVersion="14">
<build number="139.659" version="14.0.2" releaseDate="20141103">
<message>IntelliJ IDEA 14.0.2 build 139.659 is available.</message>
- <button name="Download" url="http://www.jetbrains.com/idea/download" download="true"/>
- <button name="What's New" url="http://www.jetbrains.com/idea/whatsnew/index.html"/>
- <button name="Release Notes" url="http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+14.0.2+Release+Notes"/>
+ <button name="Download" url="https://www.jetbrains.com/idea/download" download="true"/>
+ <button name="What's New" url="https://www.jetbrains.com/idea/whatsnew/index.html"/>
+ <button name="Release Notes" url="https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+14.0.2+Release+Notes"/>
<patch from="139.224" size="30" />
<patch from="139.225" size="30" />
</build>
</channel>
<channel id="IDEA_14_EAP" name="IntelliJ IDEA 14 EAP" status="eap"
- url="http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP"
+ url="https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP"
feedback="http://youtrack.jetbrains.net"
majorVersion="14">
<build number="139.659" version="14.0.2" releaseDate="20141103">
<message>IntelliJ IDEA 14.0.2 build 139.659 is available.</message>
- <button name="Download" url="http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP" download="true"/>
- <button name="Release Notes" url="http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+14+139.659.2+Release+Notes"/>
+ <button name="Download" url="https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP" download="true"/>
+ <button name="Release Notes" url="https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+14+139.659.2+Release+Notes"/>
<patch from="139.658" size="10" />
<patch from="139.224" size="30" />
<patch from="139.225" size="30" />
<code>IU</code>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
<channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" majorVersion="9"
- url="http://www.jetbrains.com/idea/whatsnew">
+ url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IC</code>
<channel id="maiaEAP" name="IntelliJ IDEA 9 updates" status="release"
- url="http://www.jetbrains.com/idea/whatsnew"
+ url="https://www.jetbrains.com/idea/whatsnew"
feedback="http://youtrack.jetbrains.net">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
</channel>
- <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="http://www.jetbrains.com/idea/whatsnew">
+ <channel id="idea90" name="IntelliJ IDEA 9 updates" status="release" url="https://www.jetbrains.com/idea/whatsnew">
<build number="95.627" version="9.0.4">
<message>IntelliJ IDEA 9.0.4 is available.
- Please visit http://www.jetbrains.com/idea to learn more and download it.
+ Please visit https://www.jetbrains.com/idea to learn more and download it.
</message>
<patch from="95.429" size="2"/>
</build>
<code>IC</code>
<code></code>
- <channel id="IU8EAP" name="Diana EAP" status="EAP" url="http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP" feedback="http://youtrack.jetbrains.net">
+ <channel id="IU8EAP" name="Diana EAP" status="EAP" url="https://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP" feedback="http://youtrack.jetbrains.net">
<build number="9939" name="8.1.4 Release Candidate">
<patch from="9922" size="1"/>
</build>
</channel>
- <channel id="maiaEAP" name="Maia EAP" status="EAP" url="http://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP" feedback="http://youtrack.jetbrains.net">
+ <channel id="maiaEAP" name="Maia EAP" status="EAP" url="https://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP" feedback="http://youtrack.jetbrains.net">
<build number="91.100">
<message>If you have the TeamCity plugin installed,<br> make sure to update it to version from 4.5.5 or latest EAP</message>
</build>
</channel>
- <channel name="IntelliJ IDEA Ultimate 9 updates" status="release" url="http://www.jetbrains.com/idea">
+ <channel name="IntelliJ IDEA Ultimate 9 updates" status="release" url="https://www.jetbrains.com/idea">
</channel>
</product>
public interface ValueModifier {
// expression can contains reference to another variables in current scope, so, we should evaluate it before set
- // http://youtrack.jetbrains.com/issue/WEB-2342#comment=27-512122
+ // https://youtrack.jetbrains.com/issue/WEB-2342#comment=27-512122
// we don't worry about performance in case of simple primitive values - boolean/string/numbers,
// it works quickly and we don't want to complicate our code and debugger SDK
<name>Commander</name>
<description>Provides a two-panel view for navigating and working with the project structure</description>
<version>1.0.0</version>
- <vendor url="http://www.jetbrains.com" logo="/general/ijLogo.png">JetBrains</vendor>
+ <vendor url="https://www.jetbrains.com">JetBrains</vendor>
<resource-bundle>com.intellij.ide.commander.CommanderBundle</resource-bundle>
<extensions defaultExtensionNs="com.intellij">
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensions defaultExtensionNs="com.intellij.copyright">
<updater filetype="JSPX" implementationClass="com.maddyhome.idea.copyright.psi.UpdateJspxFileCopyright$UpdateJspxCopyrightsProvider"/>
<updater filetype="JSP" implementationClass="com.maddyhome.idea.copyright.psi.UpdateJspFileCopyright$UpdateJspCopyrightsProvider"/>
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensions defaultExtensionNs="com.intellij">
<junitListener implementation="com.intellij.coverage.listeners.IDEAJUnitCoverageListener"/>
</extensions>
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensions defaultExtensionNs="com.theoryinpractice.testng">
<listener implementation="com.intellij.coverage.listeners.IDEATestNGCoverageListener"/>
</extensions>
]]>
</change-notes>
- <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
+ <!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="131"/>
- <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
+ <!-- please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
</description>
<version>3.0</version>
- <vendor url="http://www.jetbrains.com" logo="/general/ijLogo.png">JetBrains s.r.o.</vendor>
+ <vendor url="https://www.jetbrains.com">JetBrains s.r.o.</vendor>
<extensions defaultExtensionNs="com.intellij">
<classpathStorageProvider implementation="org.jetbrains.idea.eclipse.config.EclipseClasspathStorageProvider"/>
<compileServer.plugin classpath="eclipse-jps-plugin.jar;common-eclipse-util.jar"/>
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensionPoints>
<extensionPoint qualifiedName="com.intellij.remoteServer.util.deploymentDetector"
</description>
<version>8.1</version>
<category>VCS Integration</category>
- <vendor url="http://svn.jetbrains.org/idea/Trunk/bundled/git4idea/" logo="/general/ijLogo.png">JetBrains</vendor>
+ <vendor url="http://svn.jetbrains.org/idea/Trunk/bundled/git4idea/">JetBrains</vendor>
<depends>com.intellij.modules.vcs</depends>
<xi:include href="/META-INF/remote-servers-git.xml" xpointer="xpointer(/idea-plugin/*)">
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensions defaultExtensionNs="org.jetbrains.idea.maven">
<importer implementation="com.intellij.appengine.maven.AppEngineFacetImporter"/>
</extensions>
gradle.documentation.org.gradle.api.Project.apply.plugin.idea.non-html=\
Generates files and applies IDEA specific customizations that are used by Intellij IDEA IDE thus making it possible to import the project into IDEA.
gradle.documentation.org.gradle.api.Project.apply.plugin.idea=\
- <p>Generates files and applies IDEA specific customizations that are used by <a class="ulink" href="http://www.jetbrains.com/idea/index.html" target="_top">Intellij IDEA IDE</a>, \
+ <p>Generates files and applies IDEA specific customizations that are used by <a class="ulink" href="https://www.jetbrains.com/idea/index.html" target="_top">Intellij IDEA IDE</a>, \
thus making it possible to import the project into IDEA.\
</p>
gradle.documentation.org.gradle.api.Project.apply.plugin.jdepend.non-html=\
~
-->
-<idea-plugin url="http://confluence.jetbrains.com/display/IDEADEV/Gradle+integration">
+<idea-plugin url="https://confluence.jetbrains.com/display/IDEADEV/Gradle+integration">
<name>Gradle</name>
<id>org.jetbrains.plugins.gradle</id>
<vendor>JetBrains</vendor>
}
}
-// see http://youtrack.jetbrains.com/issue/IDEA-119365
+// see https://youtrack.jetbrains.com/issue/IDEA-119365
project("withIdeaPluginCustomization2") {
apply plugin: 'java'
apply plugin: 'idea'
}
}
-// see http://youtrack.jetbrains.com/issue/IDEA-120562
+// see https://youtrack.jetbrains.com/issue/IDEA-120562
project("withIdeaPluginCustomization3") {
apply plugin: 'java'
apply plugin: 'idea'
allprojects {
configurations.all {
- // check for configuration which is not in unresolved state - http://youtrack.jetbrains.com/issue/IDEA-124839
+ // check for configuration which is not in unresolved state - https://youtrack.jetbrains.com/issue/IDEA-124839
exclude group: 'some-group'
- // check for usage of custom resolutionStrategy - http://youtrack.jetbrains.com/issue/IDEA-125592
+ // check for usage of custom resolutionStrategy - https://youtrack.jetbrains.com/issue/IDEA-125592
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
println details.target
}
no more dull "{ /* compiled code */ }" in method bodies!
</description>
<version>0.1</version>
- <vendor email="support@jetbrains.com" url="http://www.jetbrains.com">JetBrains</vendor>
+ <vendor email="support@jetbrains.com" url="https://www.jetbrains.com">JetBrains</vendor>
<idea-version since-build="135"/>
getComponent(RepositorySystem.class).createLocalRepository(new File(myMavenSettings.getLocalRepository()));
final String customRepoId = System.getProperty("maven3.localRepository.id");
if(customRepoId != null) {
- // see details at http://youtrack.jetbrains.com/issue/IDEA-121292
+ // see details at https://youtrack.jetbrains.com/issue/IDEA-121292
localRepository.setId(customRepoId);
}
return localRepository;
pane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
pane.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); // Don't remove this line.
// Without VERTICAL_SCROLLBAR_ALWAYS policy our custom layout
- // works incorrectly, see http://youtrack.jetbrains.com/issue/IDEA-72986
+ // works incorrectly, see https://youtrack.jetbrains.com/issue/IDEA-72986
add(pane, BorderLayout.CENTER);
Element root = doc.getRootElement();
if (root == null) return;
- // Store artifact to set to remove duplicate created by old IDEA (http://youtrack.jetbrains.com/issue/IDEA-72105)
+ // Store artifact to set to remove duplicate created by old IDEA (https://youtrack.jetbrains.com/issue/IDEA-72105)
Collection<MavenArchetype> result = new LinkedHashSet<MavenArchetype>();
List<Element> children = root.getChildren(ELEMENT_ARCHETYPE);
-<idea-plugin url="http://www.jetbrains.com/idea">
+<idea-plugin url="https://www.jetbrains.com/idea">
<extensions defaultExtensionNs="org.jetbrains.idea.maven">
<importer implementation="org.jetbrains.idea.maven.plugins.groovy.Groovy_1_0_Importer"/>
<importer implementation="org.jetbrains.idea.maven.plugins.groovy.Groovy_1_1_plus_Importer"/>
gems.inspection.minitest.gem=Minitest support
gems.inspection.minitest.gem.reporter.not.installed=<html><body> \
RubyMine test runner requires ''minitest-reporters'' gem({0}) for integration with MiniTest framework.<br/> \
- See <a href='http://www.jetbrains.com/ruby/webhelp/minitest.html'>minitest integration</a> for more information.\
+ See <a href='https://www.jetbrains.com/ruby/webhelp/minitest.html'>minitest integration</a> for more information.\
</body></html>
gems.inspection.gem.quick.fix.add.name=Add gem dependency to ''{0}'' gem
gems.inspection.gem.quick.fix.add.name.and.version=Add gem dependency to ''{0}'' gem, version {1}
It looks like there is the 'debugger' gem in your Gemfile.\
This may cause some problems during debugging.<br/>\
Are you sure you want to continue?<br/>\
- If you are not, check <a href="http://www.jetbrains.com/ruby/webhelp/debugging.html">help topic</a>.\
+ If you are not, check <a href="https://www.jetbrains.com/ruby/webhelp/debugging.html">help topic</a>.\
</body></html>
# gem command
gems.inspection.minitest.gem=Minitest support
gems.inspection.minitest.gem.reporter.not.installed=<html><body> \
RubyMine test runner requires ''minitest-reporters'' gem({0}) for integration with MiniTest framework.<br/> \
- See <a href='http://www.jetbrains.com/ruby/webhelp/minitest.html'>minitest integration</a> for more information.\
+ See <a href='https://www.jetbrains.com/ruby/webhelp/minitest.html'>minitest integration</a> for more information.\
</body></html>
gems.inspection.gem.quick.fix.add.name=Add gem dependency to ''{0}'' gem
gems.inspection.gem.quick.fix.add.name.and.version=Add gem dependency to ''{0}'' gem, version {1}
It looks like there is the 'debugger' gem in your Gemfile.\
This may cause some problems during debugging.<br/>\
Are you sure you want to continue?<br/>\
- If you are not, check <a href="http://www.jetbrains.com/ruby/webhelp/debugging.html">help topic</a>.\
+ If you are not, check <a href="https://www.jetbrains.com/ruby/webhelp/debugging.html">help topic</a>.\
</body></html>
# gem command
/**
* Auxiliary class for extracting data from YouTrack intellisense responses.
- * See http://confluence.jetbrains.com/display/YTD5/Intellisense+for+issue+search for format details.
+ * See https://confluence.jetbrains.com/display/YTD5/Intellisense+for+issue+search for format details.
* <p/>
* It also provides two additional classes to represent tokens highlighting and
* available completion items from response: {@link com.intellij.tasks.youtrack.YouTrackIntellisense.HighlightRange}
@Nullable
@Override
public String getAdvertiser() {
- return "<html>Not YouTrack customer yet? Get <a href='http://www.jetbrains.com/youtrack/download/get_youtrack.html?idea_integration'>YouTrack</a></html>";
+ return "<html>Not YouTrack customer yet? Get <a href='https://www.jetbrains.com/youtrack/download/get_youtrack.html?idea_integration'>YouTrack</a></html>";
}
@NotNull
-<idea-plugin version="2" url="http://confluence.jetbrains.com/display/CONTEST/XSLT-Debugger">
+<idea-plugin version="2" url="https://confluence.jetbrains.com/display/CONTEST/XSLT-Debugger">
<name>XSLT-Debugger</name>
<id>XSLT-Debugger</id>
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
"Publisher" "JetBrains s.r.o."
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
- "URLInfoAbout" "http://www.jetbrains.com/products"
+ "URLInfoAbout" "https://www.jetbrains.com/products"
WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
"InstallType" "$baseRegKey"
WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}" \
deletePythonFileInfo:
Delete "$TEMP\python.txt"
getPythonFileInfo:
- inetc::get "http://www.jetbrains.com/updates/python.txt" "$TEMP\python.txt"
+ inetc::get "https://www.jetbrains.com/updates/python.txt" "$TEMP\python.txt"
${LineSum} "$TEMP\python.txt" $R0
IfErrors cantOpenFile
StrCmp $R0 ${PYTHON_VERSIONS} getPythonInfo
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_WITH_VER}"
; UNCOMMENT THIS IN RELEASE BUILD
-; ExecShell "" "http://www.jetbrains.com/idea/uninstall/"
+; ExecShell "" "https://www.jetbrains.com/idea/uninstall/"
SectionEnd
<change-notes><![CDATA[
]]>
</change-notes>
- <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
+ <!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
- <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
+ <!-- please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
String content = "<html>If you'd like to learn" +
" more about PyCharm " +
"Educational Edition, " +
- "click <a href=\"http://www.jetbrains.com/pycharm-educational/quickstart/\">here</a> to watch a tutorial</html>";
+ "click <a href=\"https://www.jetbrains.com/pycharm-educational/quickstart/\">here</a> to watch a tutorial</html>";
final Notification notification =
new Notification("Watch Tutorials!", "", content, NotificationType.INFORMATION, new UrlOpeningListener(true));
Notifications.Bus.notify(notification);
@Override
public void actionPerformed(@NotNull AnActionEvent e) {
- BrowserUtil.browse("http://www.jetbrains.com/pycharm-educational/quickstart/");
+ BrowserUtil.browse("https://www.jetbrains.com/pycharm-educational/quickstart/");
}
}
<component>
- <company name="JetBrains s.r.o." url="http://www.jetbrains.com/?fromIDE"/>
+ <company name="JetBrains s.r.o." url="https://www.jetbrains.com/?fromIDE"/>
<version major="1" minor="0.1" eap="false"/>
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
<logo url="/pycharm_edu_logo.png" textcolor="5a8179" progressColor="ffaa16" progressY="230" progressTailIcon="/community_progress_tail.png"/>
<welcome-screen logo-url="/PyCharmCoreWelcomeScreen.png" caption-url="PyCharmCoreWelcomeCaption.png" slogan-url="/developSlogan.png"/>
- <third-party url="http://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm"/>
+ <third-party url="https://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm"/>
<update-urls logo-url="/Logo_welcomeScreen.png"
- check="http://www.jetbrains.com/updates/updates.xml"
+ check="https://www.jetbrains.com/updates/updates.xml"
patches="http://download.jetbrains.com/python/"/>
- <feedback eap-url="http://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"
- release-url="http://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
+ <feedback eap-url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"
+ release-url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
<help file="pycharm-eduhelp.jar" root="pycharm-edu"/>
</component>
* Windows: `<User home>\.IntelliJIdeaXX\config`
Please send your PyCharm/IntelliJ-related bug reports and feature requests to
-[PyCharm issue tracker](http://youtrack.jetbrains.com/issues/PY).
+[PyCharm issue tracker](https://youtrack.jetbrains.com/issues/PY).
Feedback
-<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="http://confluence.jetbrains.com/display/PYH/">
+<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
<!-- Components and extensions declared in this file work ONLY in Python plugin, not in standalone PyCharm.
Anything related to Python/Java integration must go in this file. -->
<br>
<a href="http://blog.jetbrains.com/pycharm">PyCharm blog</a><br>
<a href="http://forum.jetbrains.com/forum/PyCharm">Discussion forum</a><br>
-<a href="http://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
+<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
]]></description>
<!-- <PyCharm version> <Beta>? <Branch number>.<Build number> -->
<depends>com.intellij.modules.java</depends>
- <vendor url="http://www.jetbrains.com/pycharm/" logo="/com/jetbrains/python/python.png">JetBrains</vendor>
+ <vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
<xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<component>
- <company name="JetBrains s.r.o." url="http://www.jetbrains.com/?fromIDE"/>
+ <company name="JetBrains s.r.o." url="https://www.jetbrains.com/?fromIDE"/>
<version major="4" minor="0" eap="true"/>
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
<logo url="/pycharm_core_logo.png" textcolor="ffffff" progressColor="ffaa16" progressY="230" progressTailIcon="/community_progress_tail.png"/>
<welcome-screen logo-url="/PyCharmCoreWelcomeScreen.png" caption-url="PyCharmCoreWelcomeCaption.png" slogan-url="/developSlogan.png"/>
- <third-party url="http://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm"/>
+ <third-party url="https://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm"/>
<update-urls logo-url="/Logo_welcomeScreen.png"
- check="http://www.jetbrains.com/updates/updates.xml"
+ check="https://www.jetbrains.com/updates/updates.xml"
patches="http://download.jetbrains.com/python/"/>
- <feedback eap-url="http://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"
- release-url="http://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
+ <feedback eap-url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"
+ release-url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
<help file="pycharmhelp.jar" root="pycharm"/>
</component>
/**
- * IronPython tests. Install IronPython, .NET and add "iron" to "tags.txt" file. Check for more info: http://confluence.jetbrains.com/display/PYINT/Env+Tests
+ * IronPython tests. Install IronPython, .NET and add "iron" to "tags.txt" file. Check for more info: https://confluence.jetbrains.com/display/PYINT/Env+Tests
* @author Ilya.Kazakevich
*/
package com.jetbrains.env.python.dotNet;
\ No newline at end of file
caption-url="/general/welcomeCaption.png"
slogan-url="/general/developSlogan.png"/>
- <update-urls check="http://www.jetbrains.com/updates/update.xml" download="http://www.jetbrains.com/idea/download/"/>
- <eap-update-urls check="http://www.jetbrains.com/updates/eap-update.xml" download="http://www.intellij.net/eap/products/idea/download.jsp"/>
+ <update-urls check="https://www.jetbrains.com/updates/update.xml" download="https://www.jetbrains.com/idea/download/"/>
+ <eap-update-urls check="https://www.jetbrains.com/updates/eap-update.xml" download="http://www.intellij.net/eap/products/idea/download.jsp"/>
</component>
}
public void testUrl() {
- String text = "http://www.jetbrains.com/idea";
+ String text = "https://www.jetbrains.com/idea";
correctListToCheck(PlainTextSplitter.getInstance(), text);
}
public void testUrlThenSpaces() {
- String text = "http://www.jetbrains.com/idea asdasdasd sdfsdf";
+ String text = "https://www.jetbrains.com/idea asdasdasd sdfsdf";
correctListToCheck(PlainTextSplitter.getInstance(), text, "asdasdasd", "sdfsdf");
}
Licensing & pricing
==========================
- Licensing and pricing information can be found at http://www.jetbrains.com/idea/buy/index.html.
+ Licensing and pricing information can be found at https://www.jetbrains.com/idea/buy/index.html.
IntelliJ IDEA Overview
==========================
For general info and facts on IntelliJ IDEA, you can refer to IntelliJ IDEA Info Kit at
- http://www.jetbrains.com/idea/documentation/product_info_kit.html.
+ https://www.jetbrains.com/idea/documentation/product_info_kit.html.
IDEA Development Package
* StarTeam, Perforce, Subversion, Visual SourceSafe integration
* Tomcat, Weblogic, WebSphere, Geronimo, JBoss, GlassFish, JSR45 integration
- Download page: http://www.jetbrains.com/idea/download/index.html
+ Download page: https://www.jetbrains.com/idea/download/index.html
Source code of additional open source plugins shipped with IntelliJ IDEA is available in the Subversion
repository at:
Support
=======
For technical support and assistance, you may find necessary information at the Support page
- (http://www.jetbrains.com/support/index.html) or contact us at support@jetbrains.com.
+ (https://www.jetbrains.com/support/index.html) or contact us at support@jetbrains.com.
Bug Reporting:
=============
-You are encouraged to visit our IntelliJ IDEA web site at http://www.jetbrains.com/idea/
+You are encouraged to visit our IntelliJ IDEA web site at https://www.jetbrains.com/idea/
or to contact us via e-mail at feedback@jetbrains.com if you have any comments about
this release. In particular, we are very interested in any ease-of-use, user
interface suggestions that you may have. We will be posting regular updates