Merge branch 'master' into vplyashkun/valgrind
authorVladimir Plyashkun <vladimir.plyashkun@jetbrains.com>
Mon, 25 Sep 2017 10:12:45 +0000 (13:12 +0300)
committerVladimir Plyashkun <vladimir.plyashkun@jetbrains.com>
Mon, 25 Sep 2017 10:12:45 +0000 (13:12 +0300)
1  2 
platform/lang-impl/src/com/intellij/codeInspection/ex/GlobalInspectionContextImpl.java
platform/lang-impl/src/com/intellij/codeInspection/ui/InspectionResultsView.java
platform/platform-api/src/com/intellij/util/ui/tree/TreeUtil.java
spellchecker/src/com/intellij/spellchecker/jetbrains.dic

index 9633d51f64f5b1d50e3b5db3a133d31de3687cf8,6216db8bb7f372ecb3264264ad5ee17e3f62c33d..f28d50c6ad661d8b6009f13395be27c8eeeb4924
@@@ -1021,10 -1030,10 +1030,10 @@@ public class GlobalInspectionContextImp
        }, ModalityState.defaultModalityState());
        return;
      }
 -    
 +
      Runnable runnable = () -> {
        if (!FileModificationService.getInstance().preparePsiElementsForWrite(files)) return;
-       CleanupInspectionIntention.applyFixesNoSort(getProject(), "Code Cleanup", descriptors, null);
+       CleanupInspectionIntention.applyFixesNoSort(getProject(), "Code Cleanup", descriptors, null, false);
        if (postRunnable != null) {
          postRunnable.run();
        }