Commit Graph
189267 Commits
Author SHA1 Message Date
Roman Shevchenko c472e7bab5 [tests] one more module-info parser test 2017-02-16 13:38:18 +01:00
Roman Shevchenko ef94a3c562 Cleanup (minor refactoring) 2017-02-16 11:28:11 +01:00
Pavel Dolgov ca54c8fa1f Javafx: Added tests for JavaFxColorProvider - number format for JavaFX colors in Java source (IDEA-167948) 2017-02-16 13:20:18 +03:00
Anna.Kozlova b4f135fa76 lambda folding: use setting for anonymous collapsing (IDEA-CR-18289) 2017-02-16 11:14:15 +01:00
Anna.Kozlova 3dee28bff1 EA-96981 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$ 2017-02-16 11:14:15 +01:00
Anna.Kozlova ccc1ad85f8 grouping (following IDEA-CR-18290) 2017-02-16 11:14:15 +01:00
Yaroslav Lepenkin 756fc5c68b [parameter hints] treat absence of closing parenthesis as error 2017-02-16 13:13:33 +03:00
Yaroslav Lepenkin 1ab93454d8 [parameter hints] when calculating error patterns preserve empty lines when splitting in order to calculate correct line position 2017-02-16 13:13:33 +03:00
Roman Shevchenko 43f832d364 [java] new keyword completion in module-info files (IDEA-164119) 2017-02-16 11:08:50 +01:00
Vladimir Krivosheev acf2b71cb2 consoleCommandHistoryLimit as property 2017-02-16 10:47:59 +01:00
Vladimir Krivosheev 22723e9794 colorBlindness as property 2017-02-16 10:43:05 +01:00
Egor.Ushakov ebe1201d7a fixed search match painting with new hidpi 2017-02-16 12:34:43 +03:00
Vladimir Krivosheev 0f868e6261 isAccessible = true to create private classes 2017-02-16 10:33:04 +01:00
Yaroslav Lepenkin 7b43d19d77 [parameter hints] ugly code replaced with Map.forEach 2017-02-16 12:27:08 +03:00
Yaroslav Lepenkin e403426717 [parameter hints] highlight pattern errors in blacklist editor 2017-02-16 12:27:08 +03:00
Roman Shevchenko 612bbf2315 [platform] skips invalid directories in VfsUtil.markDirty() (EA-90639) 2017-02-16 10:19:30 +01:00
Alexey Kudravtsev 5fd42f707e assertion for strange memory leak 2017-02-16 11:40:53 +03:00
Yaroslav Lepenkin 1000f4ac62 [imports layout java|groovy] do not delete newly added import immediately (was fixed by not modifying UI model in settings apply method IDEA-167619), unite java and groovy implementation since they are Ctrl-V identical 2017-02-16 11:36:47 +03:00
peter 8a0decded2 more diagnostics for EA-96285 - AIOOBE: PsiCopyPasteManager.asFileList 2017-02-16 09:14:39 +01:00
peter c31246245d LocalQuickFixAsIntentionAdapter: delegate writeAction/makeWritable (EA-96997 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-02-16 09:14:38 +01:00
peter 93244e473f start generate equals/hashCode fix outside write action (EA-97013 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-02-16 09:14:38 +01:00
Dmitry Batkovich 1bc1617e2a schemes ui: move supportsProjectSchemes() back to AbstractSchemesPanel 2017-02-16 11:00:06 +03:00
Dmitry Batkovich 40b5239ea1 cleanup (fix yellow code) 2017-02-16 11:00:06 +03:00
Tagir Valeev 682d98685e MismatchedStringBuilderQueryUpdate: expected warning fixed in testUselessQueryTernary (was actually expected) 2017-02-16 14:33:17 +07:00
Alexey Kudravtsev 76f70f55da cleanup 2017-02-16 10:28:24 +03:00
Alexey Kudravtsev 4c471669ee concurrency bug: cached value can be set to null while the other thread has already computed it in the meantime. This leads to multiple unnecessary re-computations. 2017-02-16 10:28:14 +03:00
Alexey Kudravtsev 2884a40691 FileEncodingTest moved to community 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 8e812ac6c6 project leaks fixed 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 9da6624e5a repeat test several times to be sure 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 0376fe4163 indices cleanup 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 5c4ae338b7 initialize myTree in EDT to avoid rare conflicts 2017-02-16 10:24:51 +03:00
Alexey Kudravtsev 0a9275211c occasional failures fixed 2017-02-16 10:24:51 +03:00
Alexey Kudravtsev 6c5cd74b33 another attempt to speedup debugger tests 2017-02-16 10:24:51 +03:00
Dmitry Batkovich 804313b94d schemes ui: remove additional step to import/export scheme if there is only one importer/exporter IDEA-168237 2017-02-16 10:21:20 +03:00
peter f0264dbb16 handle PCE in CompositeInputFilter (EA-93838 - PCE: StringUtil$.checkCanceled) 2017-02-16 08:02:45 +01:00
peter 68aadcf4c8 make final: display dialog outside write action (EA-96969) 2017-02-16 08:02:45 +01:00
peter b0747e7688 ToggleReadOnlyAttributePanel: show error outside write action (EA-96985) 2017-02-16 08:02:44 +01:00
peter 723af40fee EA-96748 - CCE: SmartCastProvider.addHierarchyTypes 2017-02-16 08:02:43 +01:00
peter 8d41818678 EA-79072 - SOE: SmartPsiElementPointerImpl.getContainingFile 2017-02-16 08:02:43 +01:00
Dmitry Batkovich 9ec07e5812 inspection settings: rename "Edit description" -> "Edit Description..." (IDEA-168240) 2017-02-16 10:00:35 +03:00
Dmitry Batkovich 366125fd9d inspection settings: rename "import scheme" -> "import profile" (IDEA-168240) 2017-02-16 09:58:38 +03:00
Dmitry Batkovich a750381bef inspection view: edit settings do not show selected inspection IDEA-168235 2017-02-16 09:44:46 +03:00
Dmitry Batkovich 17746eb18f inspection settings: cleanup (rename) 2017-02-16 09:12:51 +03:00
Dmitry Batkovich abf258cab2 inspection export: prefer write 2017-02-16 08:39:45 +03:00
Dmitry Batkovich c95f72f903 Merge branch 'db/inspection-profile-ui'
# Conflicts:
#	platform/lang-impl/src/com/intellij/profile/codeInspection/ui/header/InspectionToolsConfigurable.java
2017-02-16 08:35:11 +03:00
Tagir Valeev 12a7946c6f DfaMemoryStateImpl#applyIsPresentCheck: ignore unknown state variables (fixes EA-96944 - assert: DfaMemoryStateImpl.setVariableState) 2017-02-16 11:54:10 +07:00
Tagir Valeev 2797aa2e4c ConstructionUtils#isCustomizedEmptyCollectionInitializer: InheritanceUtil.isInheritor used (IDEA-CR-18238) 2017-02-16 11:41:57 +07:00
Vladimir.Orlov 83828acb63 JRE bundled folder structure changed: jre/jre/.. -> jre/..
IDEA-166909 Compiling 1.5 with JDK9 problem
2017-02-16 06:54:18 +03:00
Tagir Valeev 477f3efd32 SideEffectChecker: ignore side effects in asserts; MismatchedStringBuilderQueryUpdate: support any kind of side-effect free statements (not only ifStatement) (IDEA-CR-17743) 2017-02-16 10:46:08 +07:00
Julia Beliaeva 4c5bd5126f [vcs-log] log exception with an additional message 2017-02-16 06:05:28 +03:00