Commit Graph

160393 Commits

Author SHA1 Message Date
Roman Shevchenko
2471dcf0b2 Cleanup (fsnotifier compile script) 2015-10-01 16:19:58 +02:00
Roman Shevchenko
c36123ab62 Merge remote-tracking branch 'origin/master' 2015-10-01 16:15:09 +02:00
Gauthier POGAM--LE MONTAGNER
1e009f843a [project] Improve cross-compilation of fsnotifier binary on Linux (#306)
https://github.com/JetBrains/intellij-community/pull/306/
2015-10-01 16:14:14 +02:00
Dmitry Batkovich
64e2e26f6b tests fixed 2015-10-01 17:12:39 +03:00
Sergey Malenkov
2f97c782c2 replace color blindness combobox with simple checkbox 2015-10-01 16:54:16 +03:00
Sergey Malenkov
7fd92dacfa Use monospaced font in the ColorPanel 2015-10-01 16:54:15 +03:00
Sergey Malenkov
701fab8407 Convert the RelativeFont enum back to class and support family modification with proportional fonts 2015-10-01 16:54:13 +03:00
Valentina Kiryushkina
1a07a26302 Add api to customize study task node presentation 2015-10-01 16:30:13 +03:00
nik
64888a3a0d javadocs for component interfaces updated to describe why components should not be used in plugins 2015-10-01 16:27:32 +03:00
Konstantin Bulenkov
11c3cd0f9b Merge remote-tracking branch 'origin/master' 2015-10-01 15:21:50 +02:00
Konstantin Bulenkov
14489149e0 focus stays in the middle of nowhere when press Shift+Esc in a toolwindow 2015-10-01 15:18:48 +02:00
Yaroslav Lepenkin
8e704f627c Set SMART_TABS in OTHER_INDENT_OPTIONS to false, since it doesn't make sense and corresponding UI option was removed (IDEA-145290) 2015-10-01 16:16:06 +03:00
nik
91a0c12272 plugin template updated: removed application/project components since they usually should not be used in plugins, links to documentation corrected 2015-10-01 16:03:30 +03:00
Vladimir Krivosheev
134b3c97f5 test "import settings" 2015-10-01 14:43:15 +02:00
Aleksey Pivovarov
ddfa6f74fa diff: prefer requestFocusInWindow() over requestFocus() 2015-10-01 15:38:57 +03:00
Dmitry Batkovich
deaac8ecf1 guava type migration: allows to convert guava's method chains using type migration 2015-10-01 15:34:37 +03:00
Egor.Ushakov
36a3029585 remove alpha in tooltips fill color 2015-10-01 15:32:59 +03:00
nik
21765470ac properly save custom JRE path specified in run configuration 2015-10-01 15:17:08 +03:00
Anna Kozlova
8c25b6e12a EA-73872 - AIOOBE: ReplaceLambdaWithAnonymousIntention.processIntention 2015-10-01 14:11:48 +02:00
Anna Kozlova
436f40b32d less dependencies inside cachedValue (following IDEA-CR-5310) 2015-10-01 14:11:47 +02:00
nik
992541c059 allow to switch off automatic addition of version tag and since/until attributes to plugin.xml because it doesn't work for Android Studio which uses custom build numbering scheme 2015-10-01 14:57:21 +03:00
Alexey Kudravtsev
86a93623da sorted 2015-10-01 14:46:47 +03:00
Alexey Kudravtsev
5992384a49 cleanup 2015-10-01 14:46:45 +03:00
Alexey Kudravtsev
b1f4d927ae cleanup 2015-10-01 14:46:43 +03:00
Alexey Kudravtsev
37f0d1b544 do not inspect files from alien projects 2015-10-01 14:46:41 +03:00
Alexey Kudravtsev
bb36070eef EA-73712: SOE because the "ignoreInjections" flag in SearchScope was incorrectly set which caused repeated injection->findUsages (in VIICSearcher)->injection (in LowLevelSearchUtil)->findUsages 2015-10-01 14:46:39 +03:00
Dennis Ushakov
3fcdbd9057 in some cases focus lost event is not sent to closed window 2015-10-01 14:16:29 +03:00
Dennis Ushakov
35cd1626fa cleanup key listeners 2015-10-01 14:16:29 +03:00
Egor.Ushakov
9d7609b423 fixed endless command postponing to itself in DebuggerContextCommandImpl with specified custom thread 2015-10-01 13:59:56 +03:00
Egor.Ushakov
45c4d625a9 EA-64498 - assert: SuspendContextImpl.setIsEvaluating - extra assert 2015-10-01 13:24:37 +03:00
nik
5fd7c83268 corrected file chooser behaviour for 'JRE' path in run configurations 2015-10-01 13:22:13 +03:00
Eugene Zhuravlev
9d66d04c4a system-independent file separators in annotation processor profiles (IDEA-145718) 2015-10-01 12:14:09 +02:00
nik
829af376c6 run check for required plugins when list of required plugins is reloaded (e.g. after 'Update Project') 2015-10-01 13:08:15 +03:00
nik
584d551eb0 IDEA-145772: Please map topic ID to the page "Required Plugins" 2015-10-01 13:08:15 +03:00
nik
93055338f8 'Use alternative JRE' option reworked: checkbox removed, it now shows name of default JRE (IDEA-145791), icons and descriptions for JDK items added 2015-10-01 13:08:14 +03:00
nik
309727d069 IDEA-145790: When a run configuration is started run java process using newest JDK from module dependencies 2015-10-01 13:08:14 +03:00
nik
3a43e5a8b6 allow to show hint in non-focused JBTextField if non-empty default value is entered 2015-10-01 13:08:13 +03:00
nik
d2c3f892d9 method extracted 2015-10-01 13:08:13 +03:00
Egor.Ushakov
a2e6d2844d EA-64498 - assert: SuspendContextImpl.setIsEvaluating - resume may happen during the evaluation in the context 2015-10-01 13:06:02 +03:00
Ekaterina Tuzova
dc21ab78a8 fixed EA-65265 - assert: ProjectRootManagerImpl.fireBeforeRootsChanged 2015-10-01 13:02:06 +03:00
Ekaterina Tuzova
37964d4dae fixed EA-62009 - CME: PsiFileBase.findLanguage 2015-10-01 13:02:06 +03:00
Ekaterina Tuzova
6a5d76a14a fixed EA-63247 - IAE: TemplateBuilderFactoryImpl.createTemplateBuilder 2015-10-01 13:02:05 +03:00
Ekaterina Tuzova
94f5024957 fixed EA-68239 - assert: TextRange.<init> 2015-10-01 13:02:04 +03:00
Ekaterina Tuzova
948693c8f5 fixed EA-61315 - NPE: PyElementGeneratorImpl.createStringLiteralAlreadyEscaped 2015-10-01 13:02:04 +03:00
Ekaterina Tuzova
1dbc7500b9 fixed EA-61630 - IOE: FindUsagesHandler$NullFindUsagesHandler.getPrimaryElements 2015-10-01 13:02:03 +03:00
Ekaterina Tuzova
2270edd379 fixed EA-72735 - NPE: PyDocumentationBuilder.build 2015-10-01 13:02:03 +03:00
Ekaterina Tuzova
7b170cdcc8 fixed EA-73808 - IAE: PyPackageManagerUI.<init> 2015-10-01 13:02:02 +03:00
Ekaterina Tuzova
76360a0d84 fixed EA-73522 - NPE: PythonTestConfigurationProducer.isConfigurationFromContext 2015-10-01 13:02:02 +03:00
Ekaterina Tuzova
2b33a448ec fixed EA-73645 - UOE: IpnbFilePanel.addCellToPanel
added source to the ipython notebook raw cells
2015-10-01 13:02:01 +03:00
Ekaterina Tuzova
503e87acd4 reused languageLevel in IpnbPyParser and Console parser 2015-10-01 13:02:01 +03:00