Commit Graph
182417 Commits
Author SHA1 Message Date
Anna.Kozlova 2d84e6c108 EA-90808 - E: BaseRefactoringProcessor.run 2016-10-28 18:23:21 +02:00
Anna.Kozlova 80a5866b23 super expression rules should not apply to this expressions (IDEA-163303) 2016-10-28 18:23:21 +02:00
Roman Shevchenko f61f34b6dd Merge remote-tracking branch 'origin/master' 2016-10-28 18:02:41 +02:00
Roman Shevchenko 4fe678df99 [java] fixes blocking accept() call in process proxy 2016-10-28 18:02:21 +02:00
Elizaveta Shashkova c378c8ece6 Fix indent 2016-10-28 18:56:13 +03:00
Elizaveta Shashkova c53db673cc Tests: add timeout for exec() and fix console tests 2016-10-28 18:56:12 +03:00
Denis Fokin decb9c1853 IDEA-163261 German Keyboard: File Search, ALT-a enters weird character 2016-10-28 18:51:54 +03:00
Daniil Ovchinnikov d3888d16bb [groovy] @IndexedProperty: use PsiUtil#substituteTypeParameter(), test 2016-10-28 18:49:02 +03:00
Dmitry Batkovich fb7d934bff javac ast indices: cache whole dirty scope (vfs changed + uncommitted) 2016-10-28 18:39:43 +03:00
Anton Tarasov a88ce281ad [followup] Add/refactor JBUI.JBIcon/ScalableJBIcon/ValidatingScalableJBIcon 2016-10-28 18:36:59 +03:00
Vladislav.Soroka 1f99e078e7 maven: save maven project tree data in the background thread 2016-10-28 18:31:46 +03:00
Daniil Ovchinnikov af349517cb @NotNull ExtensionPointName 2016-10-28 18:19:04 +03:00
Egor.Ushakov d4813330e0 fixed smart step into interface method implemented by lambda 2016-10-28 18:12:27 +03:00
Vladimir Krivosheev 4e3c0dc687 fix test data 2016-10-28 17:01:59 +02:00
Anna.Kozlova db0c7930f4 fix testdata 2016-10-28 16:55:24 +02:00
Vladimir Krivosheev c6a17f5517 IDEA-163238 Synchronize settings make the IDE unusable 2016-10-28 16:45:41 +02:00
Roman Shevchenko 099fd7ec63 Cleanup (duplicated properties) 2016-10-28 16:45:12 +02:00
Roman Shevchenko 5ac1d358b6 Cleanup (process proxy port is an implementation detail) 2016-10-28 16:32:08 +02:00
Roman Shevchenko b9eade6eb1 [build] Unix distributions do not contain breakgen libs anymore 2016-10-28 16:27:42 +02:00
Semyon Proshev 5333cfa29d Update PyStringLiteralExpressionManipulator to correctly process unquoted newContent.
Fix tests in AppEngineMoveTest.
2016-10-28 17:27:03 +03:00
Vladimir Krivosheev 2234e46f76 IDEA-155007 IDEA does not kill the debug process immediately 2016-10-28 16:18:30 +02:00
Roman Shevchenko 3e30f8bcca Merge remote-tracking branch 'origin/master' 2016-10-28 16:13:58 +02:00
Roman Shevchenko f24e29486c [project] no more .jnilib files in CE/bin/mac 2016-10-28 16:13:26 +02:00
Roman Shevchenko 6bd655a4fb [project] no more .so libs in CE/bin/linux 2016-10-28 16:09:31 +02:00
Aleksey Pivovarov ccf78a62c2 IDEA-161501 ui: fix indeterminate progress rendering under HiDPI
follow-up: a895bbe
2016-10-28 17:04:37 +03:00
Roman Shevchenko 24bed869f0 [platform] breakgen build scripts optimization 2016-10-28 16:03:48 +02:00
Anton Tarasov 0340f0c9bf [followup] Add/refactor JBUI.JBIcon/ScalableJBIcon/ValidatingScalableJBIcon 2016-10-28 16:48:57 +03:00
Vladimir Krivosheev 3a715162b8 IDEA-CR-15134 use val 2016-10-28 15:45:18 +02:00
Sergey Malenkov b36db6c25d Registry key to control building a project tree 2016-10-28 16:43:41 +03:00
Anna.Kozlova d17336c6db junit 5 conversion: convert tests without @RunWith/@Rule/@ClassRule annotations 2016-10-28 15:36:23 +02:00
Anna.Kozlova 7a832bc131 fix quick fix name 2016-10-28 15:36:23 +02:00
peter b84ac7f210 speedup contract inference index
reduce the number of passes over light AST
because it doesn't remember the contents of lazy-parseable tokens for long
and thus might parse the same code block several times
2016-10-28 15:34:10 +02:00
peter 303a3a845f contract inference index 2016-10-28 15:34:10 +02:00
peter 5249f199a3 LookupPreview editor changes should be guarded (EA-90748 - Throwable: ObjectTree.rememberDisposedTrace) 2016-10-28 15:34:09 +02:00
Anton Makeev a121d9b56d wait for pending filters in cmake console 2016-10-28 15:25:33 +02:00
Aleksey Pivovarov a895bbe699 IDEA-161501 ui: fix indeterminate progress rendering under HiDPI 2016-10-28 16:16:57 +03:00
Aleksey Pivovarov 3d425f5687 ui: fix HiDPI scaling in Editor Search and Replace UI
* do not scale `icon.getIconWidth()`
* use JBDimension to avoid multiplicative scaling with `JBDimension.scale()`
* do not set minimumSize depending on icon size - it's unnecessary,
  as actual size will be calculated as `Math.max(iconSize, minimumSize)`

follow-up: 7aa6ce4c45
2016-10-28 16:16:57 +03:00
Sergey Malenkov 170ca4768e Use new way to register MnemonicHelper 2016-10-28 15:57:40 +03:00
Egor.Ushakov e76af49fc2 use StreamEx.ofTree 2016-10-28 15:52:02 +03:00
Vladimir Krivosheev 94b4385ef1 IDEA-162844 more correct fix
STR: https://youtrack.jetbrains.com/issue/IDEA-162774#comment=27-1678789)
2016-10-28 14:46:46 +02:00
Dmitry Batkovich 5c7a1a647e javac ast indices: return vfs listener + process uncommitted changes 2016-10-28 15:39:42 +03:00
Egor.Ushakov 7eebc85df8 do not show slowness warning for emulated breakpoints 2016-10-28 15:37:35 +03:00
Konstantin Bulenkov eb5a2c20ef Merge remote-tracking branch 'origin/master' 2016-10-28 14:22:30 +02:00
Konstantin Bulenkov 94fcbe55f7 fix progress on CE splash 2016-10-28 14:17:49 +02:00
Vladislav.Soroka 07c840312f gradle: cleanup 2016-10-28 15:13:13 +03:00
Vladislav.Soroka b91c3fc586 gradle: check existing corrupted gradle dist zip before test 2016-10-28 15:07:57 +03:00
Sergey Malenkov 861ee6c819 IDEA-150047 Disable file centering in project view with "Autoscroll from source" enabled and double click 2016-10-28 15:03:39 +03:00
Vladimir Krivosheev b73689aa4c BreadcrumbsXmlWrapper - do not add extra UISettingsListener because BreadcrumbsInitializingActivity can notify 2016-10-28 13:24:36 +02:00
Vladimir Krivosheev adb8858c2e remove unused and deprecated getStatusText 2016-10-28 13:24:36 +02:00
Vladimir Krivosheev 21388332f6 cleanup 2016-10-28 13:24:36 +02:00