Commit Graph
194316 Commits
Author SHA1 Message Date
Alexey Kudravtsev 6189bb94de cleanup 2017-04-28 16:55:54 +03:00
Alexey Kudravtsev 102477eb98 data race: do not call reportErrorsToWolf before myEdtQueue handled all highlight infos 2017-04-28 16:55:54 +03:00
Dmitry Avdeev e921f19657 local maven repos required 2017-04-28 16:53:07 +03:00
Anton Makeev 7eac21d614 ExecutionManagerKtImpl.kt do not log ExecutionException as 'info' as it's shown to the user anyways 2017-04-28 15:48:27 +02:00
Roman Shevchenko 90019de456 Merge remote-tracking branch 'origin/master' 2017-04-28 15:43:30 +02:00
Roman Shevchenko eb1d7fa664 [updater] minor optimization 2017-04-28 15:42:58 +02:00
Roman Shevchenko 661e7313b2 [updater] prunes directories consisting of optional files 2017-04-28 15:41:21 +02:00
Maxim.Mossienko 3e3148d3ab workaround for SOE on start (JRE-247) 2017-04-28 15:33:58 +02:00
Konstantin Kolosovsky b759ab02e8 Do not show "more..." link in problem tooltips if inspection has no description
Only static description is checked. If static description is "null" and
inspection description should be taken from file - we assume description
is not empty.
2017-04-28 16:23:35 +03:00
Konstantin Kolosovsky 3e8e4137f5 Fix "NoClassDefFoundError" for "CommitMessageSpellCheckingInspection"
Initialize common spellchecking inspection (to be used in
"CommitMessageSpellCheckingInspection" implementation) lazily.
2017-04-28 16:23:35 +03:00
Maxim.Mossienko 218f99ee0a enable BuildChildrenInBackgroundYieldingToWriteAction 2017-04-28 15:14:58 +02:00
Maxim.Mossienko 4e8310a4f3 in deactivate ask to terminate background children calculation to avoid edt blocking 2017-04-28 15:14:58 +02:00
Maxim.Mossienko b579d0bd6a any hierarchy children calculation becomes interruptible 2017-04-28 15:14:58 +02:00
Ekaterina Tuzova 1374816369 EDU-934 Cropped teacher-student images at customisation screen on macOS 2017-04-28 16:12:12 +03:00
Roman Shevchenko 0a5fa3dbc2 [updater] a failure during empty directories pruning isn't critical 2017-04-28 14:50:46 +02:00
Roman Shevchenko 4a3560c8f9 Cleanup (comment) 2017-04-28 14:44:04 +02:00
Dmitry Avdeev af18c961d7 downloading gradle-3.3-bin.zip 2017-04-28 15:26:33 +03:00
Dmitry Batrak 40d1b5edde EA-85177 - assert: CachedValueBase.getTimeStamp 2017-04-28 15:19:07 +03:00
Roman Shevchenko 9f34684040 [java] module-info.class -> module-info.java navigation 2017-04-28 14:14:32 +02:00
Pavel Dolgov 5ef59d28e1 Java: In MethodHandle completion show the list of available signatures of overloaded method, don't complete automatically the first item from that list (IDEA-167319) 2017-04-28 15:12:25 +03:00
peter 3bf98e7fca tolerate INRE when rendering field project view nodes (EA-100762 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-04-28 14:06:55 +02:00
peter a09f0219c3 hide Introduce Variable popup when indexing starts (EA-100755 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-04-28 14:06:43 +02:00
Vladimir Krivosheev 4a9dba6dbd TemplateListPanel — mark as modified if context changed 2017-04-28 13:56:40 +02:00
Vladimir Krivosheev d3230236ff use THashMap 2017-04-28 13:56:40 +02:00
Vladimir Krivosheev f8c286abe4 default impl of setEnabled 2017-04-28 13:56:39 +02:00
Vladimir Krivosheev c042d23b16 mark as not modified on load (to avoid any regressions, by default item is modified, so, we need to explicitly set it to false) 2017-04-28 13:56:39 +02:00
Vladimir Krivosheev e1c2fee706 use THashSet 2017-04-28 13:56:38 +02:00
Vladimir Krivosheev 9ddb77a101 avoid comparison if already marked as modified 2017-04-28 13:56:38 +02:00
Vladimir Krivosheev ddc56bcaf5 rename to LiveTemplateSchemeTest 2017-04-28 13:56:37 +02:00
Dmitry Batrak d3ccaa2479 IDEA-29781 With "Smart home" enabled, pressing Home inside Javadoc comment should jump to first non-whitespace character after leading asterisk (*)
make Home work in read-only files again
2017-04-28 14:44:16 +03:00
Vladislav.Soroka d94d61413f Propose reimport on the project load if last import failed 2017-04-28 14:42:14 +03:00
peter 2d6b3250b8 don't suggest keyword-named members in java completion (EA-90531 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText) 2017-04-28 13:32:30 +02:00
Vladislav.Soroka 36180283cf cleanup 2017-04-28 14:11:56 +03:00
Vladislav.Soroka 8ac5171af4 Propose reimport if isResolveModulePerSourceSet option changed 2017-04-28 14:09:49 +03:00
Vladislav.Soroka 24a517697b Propose reimport if isCreateEmptyContentRootDirectories option changed 2017-04-28 14:09:48 +03:00
Vladislav.Soroka 39e3e9caf0 Notify external projects watcher if the projects data cache corrupted or absent 2017-04-28 14:09:48 +03:00
Vladislav.Soroka bec46b9300 Introduce the API to mark linked external projects out-of-sync with the underlying build system configuration 2017-04-28 14:09:48 +03:00
Ekaterina Tuzova 19a6585ae9 updated stepik icon 2017-04-28 14:02:09 +03:00
Dmitry Avdeev d2358a36b1 fixed finding JDK in java.home 2017-04-28 13:43:03 +03:00
Eugene Zhuravlev a03c0267e2 disposed check 2017-04-28 11:53:58 +02:00
Dmitry Batkovich 1fc4e42986 method chains search: fix context extraction for assignment expression 2017-04-28 12:44:25 +03:00
Dmitry Batrak 4beecd238e IDEA-85304 Icon for Use Soft Wraps doesn't show in the toolbar 2017-04-28 12:20:24 +03:00
Egor.Ushakov dc754cee77 test for super default method call 2017-04-28 12:19:11 +03:00
Egor.Ushakov b4cb7649ef test for already used var 2017-04-28 12:19:11 +03:00
Dmitry Batkovich fd0f44c598 Merge remote-tracking branch 'origin/master' 2017-04-28 12:17:07 +03:00
Dmitry Batkovich 84b5cbe732 method chains search: use regular color 2017-04-28 12:16:35 +03:00
Anna.Kozlova 41c4f44488 ensure request is passed through alarm (IDEA-171990) 2017-04-28 11:11:01 +02:00
Dmitry Batrak b2f6432c03 IDEA-29781 With "Smart home" enabled, pressing Home inside Javadoc comment should jump to first non-whitespace character after leading asterisk (*) 2017-04-28 12:02:02 +03:00
Dmitry Batkovich 9c09477b86 Merge remote-tracking branch 'origin/master' 2017-04-28 12:00:59 +03:00
Vladimir Krivosheev 8cad2c8255 IDEA-CR-20673 rename to isStorageFlushInProgress to make code more clear 2017-04-28 10:59:58 +02:00