Commit Graph
201712 Commits
Author SHA1 Message Date
Anna Kozlova b23c6b026b can complete normally: break inside switch (IDEA-178304)
break inside switch when switch is selected should not lead to abnormal completion
2017-09-04 12:28:22 +03:00
Anna Kozlova 0fb58a95a1 follow IDEA-CR-23875 2017-09-04 12:28:22 +03:00
Konstantin Aleev f3dded7758 RunDashboard: edit types shown in dashboard
- Show edit panel in internal mode or when registry key is enabled
2017-09-04 12:26:33 +03:00
Konstantin Aleev 00029d32af RunDashboard: default run configuration status provider 2017-09-04 12:26:33 +03:00
Konstantin Aleev 5e00dd0898 RunDashboard: edit types shown in dashboard 2017-09-04 12:26:32 +03:00
Konstantin Aleev 01729f8bf2 RunDashboard: show configurations according to specified types 2017-09-04 12:26:31 +03:00
Maxim Kropotov d7c8c52107 WEB-27678: fix live templates with 'enforce quotes' settings
Replacing whole of quoted string when it contains live template var invalidates range marker used by live templates.
Attempt to work around invalidating marker by replacing only minimally required parts.

(cherry picked from commit 78fb294)
2017-09-04 12:17:33 +03:00
Egor.Ushakov 6393bdd3f3 set hand cursor for collapse action 2017-09-04 11:50:19 +03:00
Dmitry Batkovich 5055cdb12f cleanup: capitalization 2017-09-04 11:44:59 +03:00
Vladislav.Soroka bbf5dd3960 IDEA-178427 Gradle Build Sync view: "Toggle view" switches to "Tree" on every run 2017-09-04 11:41:30 +03:00
Ekaterina Tuzova 6bcc9f8940 fix tests
project base dir could be null
2017-09-04 11:17:14 +03:00
peter 99fddca673 a registry key to check stub-psi consistency in IDE after intentions 2017-09-04 10:01:21 +02:00
peter c79517b493 AbstractFileViewProvider: restore binary compatibility with Database Navigator plugin 2017-09-04 09:23:02 +02:00
peter bc3e8de9ab onContentReload: ensure all parallel PSI files have the same useStrongRef (EA-106631 - RE: FileTrees.withExclusiveStub) 2017-09-04 08:03:14 +02:00
Tagir Valeev 52a581a663 StreamChainInliner: PsiTypesUtil.getDefaultValue used 2017-09-04 11:28:42 +07:00
Tagir Valeev 702481acca ExtractSetFromComparisonChainAction: chop underscores from suggested names 2017-09-04 10:48:16 +07:00
Tagir Valeev f335ea856d DfaUtil: use getTextRange().getStartOffest() instead of getTextOffset()
Review ID: IDEA-CR-24252
2017-09-04 10:29:43 +07:00
Julia Beliaeva 3a3763d22b [vcs-log] remove unnecessary qualifier 2017-09-03 23:07:31 +03:00
Julia Beliaeva 1a406e0b92 [vcs-log] migrate from deprecated class usage 2017-09-03 23:06:50 +03:00
Julia Beliaeva b56b89365c [vcs-log] fix some spelling warnings 2017-09-03 23:03:48 +03:00
Vladislav.Soroka 0c7a3c15dd Build tool window: window/tabs live indicators 2017-09-03 09:38:41 +03:00
Vladislav.Soroka bd557870d0 Build tool window: debugger integration 2017-09-03 09:38:41 +03:00
Julia Beliaeva a25c7a3aa2 [tabs] use field instead of getter for consistency 2017-09-02 21:39:36 +03:00
Gregory.Shrago 69ceb30196 rename mapNotNull() to filterMap() for kotlin compatibility 2017-09-02 18:49:39 +03:00
Gregory.Shrago 127f42f00f introduce create(), isNotEmpty(), mapNotNull(), toReverseMap() 2017-09-02 17:53:41 +03:00
peter 0520a3e223 diagnostics for EA-76351 - IVFAE: VirtualDirectoryImpl.getChildren 2017-09-02 16:43:16 +02:00
peter 1b9fa21a78 make AbstractFileViewProvider.getContents non-final for Kotlin 2017-09-02 12:40:25 +02:00
peter 6668fdd05e IDEA-174460 Only single jar file deleted instead of all selected 2017-09-02 12:02:01 +02:00
peter 8bd2b8831d restore compatibility with some plugins overriding wrong FileViewProvider methods 2017-09-02 09:01:07 +02:00
peter 42774605dc stop MultiplePsiFilesPerDocumentFileViewProvider perversely extending SingleRootFileViewProvider 2017-09-02 08:53:38 +02:00
peter 9c1baaeada add checkPsiMatchesTextIgnoringNonCode and fix detected code block/block statement confusion 2017-09-02 08:53:37 +02:00
peter 6e9d9c597b PsiFileImpl.mayReloadStub: do cheaper checks first 2017-09-02 08:53:36 +02:00
Ekaterina Tuzova 0fb6b3f842 rename library 2017-09-02 02:47:21 +03:00
Ekaterina Tuzova 35ccf4e77a jsoup license 2017-09-02 02:42:03 +03:00
Ekaterina Tuzova ab02a6f8c9 jsoup license 2017-09-02 00:28:52 +03:00
Gregory.Shrago 6c8bec42cc resolve dfa mode: use initializers if present (a quick help for IDEA-178396) 2017-09-01 23:27:08 +03:00
Gregory.Shrago d944fe7a2f cleanup: drop "final" 2017-09-01 23:27:08 +03:00
Vassiliy.Kudryashov b330394184 'Pinned' state for 'Find In Path' (ide.find.as.popup.allow.pin=false) 2017-09-01 23:16:10 +03:00
Sergey Malenkov 3177c7357b IDEA-178181 Replace "List Variables" button with combo box 2017-09-01 21:49:25 +03:00
Gregory.Shrago 3239f3eae0 revive shift-ENTER shortcut for expand/collapse expandable text field 2017-09-01 21:12:23 +03:00
Alexander Doroshko 8eb653ea0f Revert "execution: Escape newline chars on Windows"
This reverts commit c174314
2017-09-01 20:50:01 +03:00
Roman Shevchenko 9d3a0b9abe Merge remote-tracking branch 'origin/master' 2017-09-01 20:06:19 +03:00
Roman Shevchenko 674fd78f7f Cleanup (warnings; formatting) 2017-09-01 20:05:39 +03:00
Roman Shevchenko dc4697fc32 [tests] test case for IDEA-177643 2017-09-01 20:04:17 +03:00
Dmitry Batkovich d91635bdc8 inspections: introduce empty tool wrapper array 2017-09-01 19:48:48 +03:00
Sergey Ignatov fc65d05fd1 add info about incremental compilation 2017-09-01 19:18:02 +03:00
Dennis Ushakov d817895824 use replaced attribute 2017-09-01 19:16:18 +03:00
Vladimir Krivosheev fa245076c6 IDEA-176040 IDE throws exception: Error while loading external changes:null. Project will be reloaded 2017-09-01 18:11:11 +02:00
Dmitry Batkovich 3a2a54275f properties: cache default base name (IDEA-178385) 2017-09-01 18:56:47 +03:00
Vladimir Krivosheev abe0e4facc deprecate BeforeRunTask.write/readExternal 2017-09-01 17:55:28 +02:00