Commit Graph
154318 Commits
Author SHA1 Message Date
Roman Shevchenko 2edb98e34d Merge remote-tracking branch 'origin/master' 2015-07-02 15:53:14 +03:00
Roman Shevchenko 19613ee60e java: receiver parameter vetoed from rename 2015-07-02 15:51:44 +03:00
Roman Shevchenko fd0061d246 java: receiver parameter highlighting 2015-07-02 15:29:22 +03:00
Roman Shevchenko e737db6dcc java: receiver parameter parsing 2015-07-02 15:29:10 +03:00
Maxim.Mossienko cc1a85f7b3 IDEA-142128 When Preview tab is open, Find button navigates to the first found fragment 2015-07-02 14:24:22 +02:00
Vladimir.Orlov f9db138f31 Merge remote-tracking branch 'origin/master' 2015-07-02 15:19:31 +03:00
Vladimir.Orlov 5d51827ced Merge remote-tracking branch 'origin/master' 2015-07-02 15:13:00 +03:00
Vladimir Krivosheev 26c6d6157f cleanup 2015-07-02 14:10:06 +02:00
Vladimir Krivosheev a6b1d4a2ec IDEA-142159 Settings | Keymap: adding and removing keyboard and mouse shortcuts is not saved
KeymapImpl:
clear myActionId2ListOfShortcuts on copy
reduce memory usage — use our OrderedSet instead of LinkedHashSet

part of IDEA-CR-3443 review
2015-07-02 14:10:04 +02:00
Vladimir Krivosheev f18b59f9cd implement scheme overrides read-only
Settings Repository tests uses scheme manager test classes (processor, scheme, helper methods), so, we move scheme manager test from idea-tests to platform-tests (as it should  be) to avoid dependency on java test framework.
2015-07-02 14:10:02 +02:00
Vladimir Krivosheev 460c86d453 fix name (*sManager -> *Manager) 2015-07-02 14:09:59 +02:00
Vladimir Krivosheev ebf19fad9f bring back SchemeManagerImpl to kotlin
disable bundled scheme metadata editing
2015-07-02 14:09:57 +02:00
Vladimir Krivosheev 278e3d1145 prepare to convert SchemeManagerImpl to kotlin 2015-07-02 14:09:54 +02:00
Vladimir Krivosheev ee54d5f5c8 list model editor: respect isRemovable 2015-07-02 14:09:52 +02:00
Vladimir Krivosheev 78c855b8f5 hamcrest FileExistenceMatcher, junit 4 TemporaryDirectory 2015-07-02 14:09:50 +02:00
Vladimir Krivosheev 1fcdb2ab9c correct javadoc 2015-07-02 14:09:48 +02:00
Vladimir.Orlov 66029598c2 PyCharmPY and PC jdk bundled linux artifact. 2015-07-02 15:07:08 +03:00
Anton Makeev 6db30809b4 FileUtil.toCanonicalPath can now expand symlinks when it's required to build the valid path that contains /../ 2015-07-02 13:50:46 +02:00
Vladimir.Orlov ddb47d0261 IDEA-142202 IDEA with bundled jdk doesn't start on Ubuntu 2015-07-02 14:26:57 +03:00
Maxim.Mossienko c2500ca316 fix tests, less garbage during index updates (IDEA-142179) 2015-07-02 12:55:49 +02:00
Dmitry Batkovich ec17f66cf0 Merge remote-tracking branch 'origin/master' 2015-07-02 13:47:15 +03:00
Dmitry Batrak f1306ccb3d inline method to avoid potential garbage generation source (see IDEA-140802) 2015-07-02 13:45:06 +03:00
Dennis Ushakov 957c648ee2 change emmet edit points shortcut for old OSX keymap too
#WEB-16977 fixed
2015-07-02 12:15:29 +02:00
Dmitry Batrak d97756ee9f IDEA-90072 Faux italics used for some fonts with true italics available 2015-07-02 13:10:57 +03:00
Manuel Stadelmann 6f7ff16465 RemoveUsageAction: Now selects a next item from the usage tree after removing one or several items. This makes the function easier to use with the keyboard. 2015-07-02 12:57:06 +03:00
peter 8144b12a67 prohibit cached values in vfs user data 2015-07-02 11:55:30 +02:00
Alexey Kudravtsev afac0df426 speed optimisation: store computed hashCode 2015-07-02 12:48:45 +03:00
Alexey Kudravtsev bbb6fa6d01 removed diagnostic println 2015-07-02 12:48:44 +03:00
Alexey Kudravtsev e5795c2533 avoid invalidation of NULL_PSI_FILE 2015-07-02 12:48:42 +03:00
Alexey Kudravtsev 5510813210 optimisation 2015-07-02 12:48:41 +03:00
Alexey Kudravtsev 41cb05a58e notnull 2015-07-02 12:48:40 +03:00
Alexey Kudravtsev 863eeb1898 IDEA-141330 Find Usages cannot find valid usage from abstract class 2015-07-02 12:48:38 +03:00
Alexey Kudravtsev 784d53709b notnull 2015-07-02 12:48:37 +03:00
Alexey Kudravtsev 3e7cafec3c cleanup 2015-07-02 12:48:36 +03:00
Andrey Vokin 5e9bd9e7df Cucumber JVM. Removed unnecessary bundling of cucumber-java.jar 2015-07-02 12:42:44 +03:00
Maxim.Mossienko 259830af4d IDEA-140785 Replace check getFacets().size() > 0 with hasFacet() which stops on first match 2015-07-02 11:29:52 +02:00
Vladimir.Orlov 305f7ae78f fixed exec permission for binaries into unix jre bundled. 2015-07-02 08:12:32 +03:00
Nadya Zabrodina dab52f5ff8 Create patch additional component panel optimized
* unused dvcsUsed variable and appropriate for-statement removed;
* cache additionalUIPanel instead of double creation;
* new patch dialog creation become 2 times faster when called from commitChanges dialog
2015-07-02 00:02:58 +04:00
Nadya Zabrodina bac27e2d13 IDEA-44866 Shelve Changes: Cancel should work
* Disable cancel button when non cancelable section starts in  ProgressWindow
2015-07-02 00:02:57 +04:00
Bas Leijdekkers 71aaf4065d IDEA-142052 ("'try finally' replaceable with 'try' with resources" inspection creates non compiling code) 2015-07-01 22:40:15 +02:00
Bas Leijdekkers 7ea2d6d175 IG: check fields with initializers correctly in "Field may be final" inspection 2015-07-01 22:40:14 +02:00
Bas Leijdekkers d01aa8187a IG: cleanup 2015-07-01 22:40:14 +02:00
Bas Leijdekkers 63de69e0fe IDEA-141811 (Cannot Add Files to CVS in Unversioned Files Window) 2015-07-01 22:40:13 +02:00
Bas Leijdekkers a99d360907 EA-70172 (CCE: EqualityToEqualsFix.doFix) 2015-07-01 22:40:12 +02:00
Anton Makeev a6e21812c0 IDEA-142182 File templates variables table size is inconsistent 2015-07-01 21:30:45 +02:00
Gregory.Shrago c0f23414de close-then-save to avoid confusion as save may take some time 2015-07-01 22:27:01 +03:00
Anna Kozlova fd33468767 junit: fully ignore test class with @Ignore annotation 2015-07-01 21:31:46 +03:00
Anna Kozlova 9459e17ed4 testng: hide suite with only config methods if hide successful configs is on 2015-07-01 21:31:44 +03:00
Anna Kozlova 5fb0775e6f import/export tests: include successful configs according to setting; allow to change view after import accordingly 2015-07-01 21:31:42 +03:00
Anna Kozlova 01d259f8cc import tests: ensure additional actions are included into imported view; runner is chosen according to initial configuration (IDEA-142115) 2015-07-01 21:31:40 +03:00