Commit Graph
179337 Commits
Author SHA1 Message Date
peter 490d4e67bd IDEA-76782 Generate runtime assertions for all configured not-null annotations 2016-09-19 12:04:52 +02:00
peter 35e27f05e9 use UrlClassLoader for speedier teamcity test initialization 2016-09-19 12:04:52 +02:00
peter 66f58bbf75 support non-canonical resource paths in UrlClassLoader 2016-09-19 12:04:51 +02:00
Vladimir Krivosheev 2c2e9b76d1 attempt to fix AsyncPromise.blockingGet2 on TC (slow machine?) 2016-09-19 11:49:37 +02:00
Tagir Valeev 20185a7339 IDEA-161202 parentheses added if necessary 2016-09-19 16:32:27 +07:00
Roman Shevchenko 4ce973ad8a Merge remote-tracking branch 'origin/master' 2016-09-19 11:28:57 +03:00
Anna Kozlova ec11e56564 junit: allow absence of TestCase in junit 5 library 2016-09-19 11:17:00 +03:00
Anna Kozlova 4e4aabdb8c junit: recognized junit 5 inner classes with test methods 2016-09-19 11:16:59 +03:00
Anna Kozlova 20c9e143bf junit: insert test methods inside nested class when @Nested annotated 2016-09-19 11:16:59 +03:00
Anna Kozlova cbbf8ec487 junit: suggest to add missed junit 5 dependency based on annotation names 2016-09-19 11:16:58 +03:00
Tagir Valeev 2e1c8b6067 IDEA-161260 convert to findFirst() if assignment is followed by break 2016-09-19 14:33:14 +07:00
Vladimir Krivosheev 54694e6d1c IDEA-161426 Class initialization dead-lock during IDEA startup (promise.kt, Promise.java) 2016-09-19 09:03:46 +02:00
Tagir Valeev 6919b5ddd6 IDEA-161002 More anyMatch cases supported with if statement 2016-09-19 12:19:21 +07:00
Tagir Valeev 8a7738690a replace to computeIfAbsent() in several places using new Java 8 migration quick-fix 2016-09-19 10:52:42 +07:00
Tagir Valeev ddb0d197ee adds more clarifying comments to setReadOnlyAttribute call 2016-09-19 09:45:38 +07:00
Tagir Valeev 174ceeccf4 add missing prepareFileForWrite() to quick-fixes and intentions 2016-09-19 09:45:38 +07:00
Tagir Valeev 8995233c22 Set virtual files in LightQuickFixTestCase.java to readonly to check if quick-fix clears the read-only flag 2016-09-19 09:45:37 +07:00
Konstantin Kolosovsky 5e422160c6 Added descriptions to "svn.*" registry keys 2016-09-19 04:31:30 +03:00
Kirill Likhodedov 3478980f9f Fix description of "Checkout with Rebase" action
git rebase command parameters were mistakenly permuted.
IDEA-161332
2016-09-18 19:06:56 +03:00
Roman Shevchenko 31e4486834 Cleanup (warnings; formatting) 2016-09-18 13:44:29 +03:00
Roman Shevchenko a0ffb6258c [java] moves module-info index into a separate location 2016-09-18 13:25:35 +03:00
Vladimir Krivosheev 91b4f75188 do not fireUISettingsChanged on init 2016-09-18 10:55:53 +02:00
Vladimir Krivosheev 9fa574f01f cleanup — rename source to uiSettings 2016-09-18 10:55:28 +02:00
Vladimir Krivosheev 63976719eb UISettingsListener.TOPIC — message bus should be used instead of instance dispatcher 2016-09-18 10:30:19 +02:00
Vladimir Krivosheev 0cb37d46e2 remove unused removeUISettingsListener 2016-09-18 10:08:50 +02:00
Vladimir Krivosheev 9ae4c8e925 remove unused addUISettingsListener 2016-09-18 10:08:16 +02:00
Konstantin Bulenkov 7cf7eaf1ee fix minor issues with vcs icon for bright theme 2016-09-17 21:29:19 +02:00
Sergey Malenkov 481243d0fe IDEA-152049 Favorites collapses in unpinned mode after some time and changes in editor 2016-09-17 18:47:13 +03:00
Sergey Malenkov 48e2ed8b08 IDEA-148877 Ctrl + Button3 not captured 2016-09-17 14:07:03 +03:00
Anton Makeev e313446654 https://ea.jetbrains.com/browser/ea_problems/87491: NPE: ExecutionManagerImpl$ProcessExecutionListener.processTerminated 2016-09-17 12:14:03 +02:00
Anton Makeev beeec3c04d https://ea.jetbrains.com/browser/ea_problems/88021: Argument for @NotNull parameter 'defaultValue' of com/intellij/util/ObjectUtils.notNull must not be null 2016-09-17 12:05:24 +02:00
Anton Makeev c8345359ee PY-20837 .ui File Can't Be Opened: make ui form xml-files 2016-09-17 10:49:08 +02:00
Anton Makeev 0678ffdaff IDEA-153233 Default base URL for invoking help from products has changed 2016-09-17 10:31:47 +02:00
Anton Makeev b877ac6780 Platform UI: disable tool window tabs engraving on macOS to better match new macOS UI 2016-09-17 10:10:03 +02:00
peter eb1b448ae9 IDEA-25635 Change display behavior during background indexing: disable/remove content of tool windows instead of hiding windows 2016-09-16 21:45:44 +02:00
peter c903357a9b registry cleanup and add some descriptions 2016-09-16 21:30:26 +02:00
peter d77cee81ed report only one transaction error per EDT event (fixes freeze from IDEA-161366) 2016-09-16 21:14:15 +02:00
Semyon Proshev e959048970 PY-20244 Fixed: False 'Assignment can be replaced with augmented assignment' for lists
PyAugmentAssignmentInspection won't suggest anything if operands are in reversed order and at least one of them has any sequence method
2016-09-16 21:40:03 +03:00
Semyon Proshev c558526d26 Attempt to make PyAugmentAssignmentInspection more readable 2016-09-16 21:40:02 +03:00
Sergey Malenkov 83a7cb91fd IDEA-161368 Ctrl+Shift+Up/Down in Search Everywhere changes height of the search box 2016-09-16 21:29:44 +03:00
Gregory.Shrago cd15fa7b9f GPUB: endless loop guard in parseAsTree() 2016-09-16 21:10:27 +03:00
Maxim.Mossienko 0ee6a10824 Divide searched directories per project (IDEA-74620) 2016-09-16 20:06:44 +02:00
Eugene Zhuravlev 7e9175dabb support both older and newer "--release" option names (IDEA-161326) 2016-09-16 19:09:46 +02:00
Sergey Simonchik 093b0644f4 add opera browser, fix karma error browser test 2016-09-16 19:43:01 +03:00
Yaroslav Lepenkin 4e5dfeb181 [Parameter Name Hints] show hints for all literal params if for one of them it should be shown. (Minimal parameter length setting is ignored that way)
That way there will be no question "Why this literal is not inlined" in user head.  If all param names are less than minimal parameter length setting nothing will be shown.
2016-09-16 19:33:06 +03:00
peter f47a7e5ce4 groovy dynamic toolwindow should work over committed PSI (EA-88575 - assert: PsiDocumentManagerBase.commitAllDocuments) 2016-09-16 18:14:27 +02:00
peter a3181bb36f show debugger value hints when the documents are committed (EA-88577 - assert: PsiDocumentManagerBase.commitAllDocuments) 2016-09-16 18:14:26 +02:00
peter 8ad9621043 structure view: delay autoscroll until documents are committed (EA-88578 - assert: PsiDocumentManagerBase.commitAllDocuments) 2016-09-16 18:14:26 +02:00
peter 895a908216 let bookmarks work over last committed PSI (EA-88573 - assert: PsiDocumentManagerBase.commitAllDocuments) 2016-09-16 18:14:25 +02:00
Bas Leijdekkers 78fecca2c4 IDEA-161246 ("Result of method call ignored" inspection reports getter, but description does not talk about it) 2016-09-16 17:57:11 +02:00