Commit Graph
190229 Commits
Author SHA1 Message Date
Anna.Kozlova bdb718f7cb fix visibility of private inner classes in annotations arguments of a sibling class (IDEA-168927) 2017-03-02 18:30:06 +01:00
Dmitry Avdeev 130563882e IDEA-141543 I need time tracker and auto inserting in commit messages 2017-03-02 19:48:48 +03:00
Dmitry Avdeev a753057acd javadoc 2017-03-02 19:48:48 +03:00
Dmitry Avdeev cc20eef4f3 field made final 2017-03-02 19:48:48 +03:00
Dmitry Avdeev 63c2366138 typo 2017-03-02 19:48:48 +03:00
Dmitry Avdeev 0a12772ab9 capitalization 2017-03-02 19:48:48 +03:00
Aleksey Pivovarov fa9d2a79f4 IDEA-168502 ui: fix memory leak via ActionToolbarImpl
CustomComponentAction are never removed from PresentationFactory, because
of strong reference Presentation -> AnAction via CUSTOM_COMPONENT_PROPERTY
2017-03-02 19:31:49 +03:00
Roman Shevchenko 87e83da325 [java] better sanitizing for Java module names (IDEA-168799) 2017-03-02 17:21:33 +01:00
Sergey Karashevich 8656a2429c [gui-test] updated testGuiFramework; added code generators; fixtures update (timeout condition added); parent plugin test annotation (to avoid confusion with classpath); plugin installer added 2017-03-02 17:15:09 +01:00
Aleksey Pivovarov 7a850fcf33 IDEA-168873 diff: ignore line separators in clipboard content 2017-03-02 19:09:31 +03:00
Egor.Ushakov c88310d1f8 capture speedup - do not store local variables for frames without debug info 2017-03-02 19:08:15 +03:00
Egor.Ushakov 603f7b55ba capture speedup - do not store local variables for synthetic, bridge etc. methods 2017-03-02 19:08:15 +03:00
Sergey Malenkov 18ad186b36 IDEA-168470 Database settings for SQL Dialects and SQL Resolve is not available in Find action 2017-03-02 18:57:35 +03:00
Dmitry Batrak 1c475ace60 EA-53116 - IAE: HistoryEntry.getState 2017-03-02 18:51:41 +03:00
Aleksey Pivovarov 73c1f2555c tasks: remove duplicated action 2017-03-02 18:39:05 +03:00
Aleksey Pivovarov ed4232de35 ui: simplify ComboBoxAction
* show popup in the center if invoked with shortcut
  (no need to search related combobox on toolbar and show it there)
* do not set CUSTOM_COMPONENT_PROPERTY

follow-up:
57feca3f95
d76130c7ca
d619e4355f
2017-03-02 18:39:04 +03:00
Kirill Likhodedov 6801ba058b Remember if Git user.name config should be set globally or not
Fixes IDEA-168971
2017-03-02 15:34:38 +00:00
Roman Shevchenko 26b2f3f42c [platform] default keymap on GNOME (IDEA-168624) 2017-03-02 16:11:09 +01:00
Dmitry Batrak 5808a1db3c make an additional requirement for editor paste handler more obvious for plugin developers (to avoid exceptions similar to EA-98045) 2017-03-02 18:08:57 +03:00
Sergey Simonchik 33913e9278 remove unclear single event dispatching in tests 2017-03-02 17:30:57 +03:00
Dmitry Batrak 0985d1641b EA-65212 - SIOOBE: StringLiteralCopyPasteProcessor.preprocessOnCopy 2017-03-02 17:09:03 +03:00
Bas Leijdekkers 9e2653aaba IG: consider any reference to super method a call (IDEA-168979) 2017-03-02 15:06:58 +01:00
Egor.Ushakov 4528ad2e0f capture speedup - no need to keep all values 2017-03-02 16:56:15 +03:00
Egor.Ushakov b6ae6a2f1c introduced DisableGC.create to avoid one DisableGC on top of another 2017-03-02 16:56:14 +03:00
Egor.Ushakov 810f09603d capture speedup - request all frames in one request 2017-03-02 16:56:14 +03:00
Alexey Utkin 5b7c5681c5 CPP-7743 rollback PythonFacetType remove 2017-03-02 16:11:32 +03:00
peter 2f1b2efdad PyConvertMethodToPropertyIntention: find usages outside write action (EA-97938 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-03-02 14:02:47 +01:00
peter fb6ce87ca8 add javadoc to PlatformTestUtil.dispatch* methods (IDEA-CR-18810) 2017-03-02 14:02:47 +01:00
Aleksey Pivovarov 306802da69 vcs: move data from LocalChangeListImpl to the ChangeListWorker 2017-03-02 15:19:15 +03:00
Aleksey Pivovarov 957b72d5d9 vcs: cleanup - move logic from LocalChangeListImpl to the ChangeListWorker 2017-03-02 15:19:15 +03:00
Aleksey Pivovarov 8b8bcb8cfe vcs: erase ChangesBeforeUpdate after update 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 16d73a518f vcs: remove unnecessary change caching
* cached value is cleared on any modification after c13145b
* remove unnecessary cache invalidation
* do not deep copy read-only collection
2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 61bc9f5728 vcs: cleanup - remove duplication 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 073c4462dc vcs: cleanup - rename method 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov f8b88e8c3c vcs: simplify ChangeListsIndexes 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov aaf09df8cb vcs: simplify - merge two maps together 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 9104505f3e vcs: simplify ChangeListWorker 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 747411891a vcs: cleanup - simplify toString 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 13dad24a1f vcs: cleanup - remove redundant casts 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov 0798848d97 vcs: cleanup - make field final 2017-03-02 15:19:14 +03:00
Aleksey Pivovarov d3a41cc492 vcs: cleanup - formatting 2017-03-02 15:19:14 +03:00
Vassiliy.Kudryashov 088ed24923 Keymap Mac OS X 10.5+: add F9 shortcut for 'Resume' action (in addition to existing Alt+Command+R) 2017-03-02 15:12:27 +03:00
Kirill Likhodedov ccdc448c7a New VCS icons, including a dedicated icon for Push
IDEA-78105, DSGN-3316
2017-03-02 12:02:33 +00:00
peter f3087b707a PluginModuleBuildConfEditor: remove unnecessary WriteCommandAction (IDEA-CR-18330) 2017-03-02 11:54:17 +01:00
Anna.Kozlova f955fc32f3 disable external passes when no inspections are enabled 2017-03-02 11:48:16 +01:00
Anna.Kozlova 1aa5575f12 extract junit/testng common part: replace inheritance with delegation to preserve producers ordering (kotlin compatibility) 2017-03-02 11:48:16 +01:00
Anna.Kozlova 837d7ef150 junit/testng configuration providers based on test framework; minimize junit-vs-testng duplication 2017-03-02 11:48:16 +01:00
Anna.Kozlova 72a153472f tests: warning color for ignored tests (IDEA-168745) 2017-03-02 11:48:16 +01:00
Anna.Kozlova 77c69afdee extract java 5 migration inspections group 2017-03-02 11:48:16 +01:00
Bas Leijdekkers afd6af0d2c RegExp: enable 2 inspections as no highlight, quick fix only 2017-03-02 11:36:09 +01:00