Commit Graph
168768 Commits
Author SHA1 Message Date
peter 3d7eb0ae7e wrap async refresh event firing into a transaction 2016-03-15 13:18:14 +01:00
peter 621f51c5ee use transactions in Write(Command)Action async case 2016-03-15 13:18:13 +01:00
peter 0cd34a9b5d use transactions in async document commit 2016-03-15 13:18:13 +01:00
Vladimir.Orlov ac7316e2a8 artifact with custom jdk for windows for IDEA. 2016-03-15 15:12:23 +03:00
Vladimir.Orlov a0b552a583 Merge remote-tracking branch 'origin/master' 2016-03-15 14:51:13 +03:00
Vladimir.Orlov 5a15acb7c9 artifact with custom jdk for windows for IDEA. 2016-03-15 14:45:40 +03:00
Vladislav.Soroka 23492bfa96 IDEA-137118 Intellij debug through Gradle with a JavaExec dependent task fails 2016-03-15 14:26:33 +03:00
Dmitry Batkovich 1f46fc006e Resource bundle editor: request for write when first time edited (based on IDEA-152810) 2016-03-15 14:19:36 +03:00
Gregory.Shrago d80eb58c03 XDebugger: Merge Watches and Variables view: do not select by index 2016-03-15 14:15:20 +03:00
Maxim.Mossienko 3f49692fdf do not access Stubs out of processing RelaxSymbolIndex (EA-76545) 2016-03-15 12:12:52 +01:00
Alexey Kudravtsev 41fde69253 optimisation: do not unite 650 modules unnecessarily 2016-03-15 13:35:15 +03:00
Dmitry Batkovich 76aa3389cf Properties Files: rename section incorrect input checking deleted (IDEA-152896) 2016-03-15 12:23:14 +03:00
Dmitry Batkovich 5538397b51 Properties files: false positive of String literal ''{0}'' doesn''t appear to be valid property key (IDEA-152893 ) 2016-03-15 11:45:48 +03:00
Dmitry Batkovich a00540f9db SuppressIntentionAction: check for editor nullability ( see "ignore untranslated locale" inspection in resource bundle editor IDEA-152898) 2016-03-15 10:46:11 +03:00
Dmitry Batkovich 4356d5fcc7 inspection tool window: NPE when ref-entity is null fixed + QF button can be disabled 2016-03-15 09:54:36 +03:00
Dmitry Batkovich 45be7bae39 inspection tool window: unused declaration view more pretty 2016-03-15 09:54:35 +03:00
Dmitry Batkovich 381980475f inspection tool window: do not rebuild tree after quickfix 2016-03-15 09:54:34 +03:00
Dmitry Batkovich 335572defc inspection tool window: cleanup -- do not clean presentations to make the tool window available 2016-03-15 09:54:33 +03:00
Dmitry Batkovich 98844560b8 inspection tool window: identations 2016-03-15 09:54:32 +03:00
Dmitry Batkovich 4e820d34f9 inspection tool window: view added but no updated if unused presentation is run 2016-03-15 09:54:31 +03:00
Dmitry Batkovich 4a02234cc1 inspection tool window: preview editor supports foldings; some identations; navigation via arrows deleted 2016-03-15 09:54:30 +03:00
Eugene Zhuravlev 859851db7e reliability in non-blocking mode: before terminating read loop make sure all available output is read 2016-03-15 00:08:42 +01:00
Maxim.Mossienko 3d00d31fce do not include version for Mac release artifact
(cherry picked from commit 1714755)
2016-03-14 23:37:47 +01:00
Konstantin Bulenkov f91c4bf8a1 update frame decoration shadow 2016-03-14 23:03:48 +01:00
Konstantin Bulenkov 78eb9a6517 frame decoration shadow 2016-03-14 22:58:46 +01:00
Konstantin Bulenkov 9926217c2b make ShadowPainter public and fix shadows where left side width != right side width 2016-03-14 22:58:12 +01:00
Konstantin Bulenkov 60364afac3 make InternalBorder empty 2016-03-14 22:52:52 +01:00
Konstantin Bulenkov 17adf5fef3 cleanup 2016-03-14 22:41:50 +01:00
Gregory.Shrago 044d87e9e3 IDEA-147611 Live Preview: Editing stops working after editing BNF 2016-03-15 00:02:58 +03:00
Roman Shevchenko 4d2f17ef98 [java] saves the "auto-generated name" property to parameter stubs (IDEA-152903) 2016-03-14 21:40:59 +01:00
Anna Kozlova 8f7c6c593a don't expand exclude step by timer (IDEA-152991) 2016-03-14 21:34:56 +01:00
Anna Kozlova c25621811c test integration: replace method without javadoc with template (IDEA-152989) 2016-03-14 21:34:56 +01:00
Anna Kozlova e186d497a9 return element even if its range was changed but the instance remain (e.g. method which gets javadoc) 2016-03-14 21:34:56 +01:00
Anna Kozlova 1aa1c9a921 non-static fields should not be available in static context even if they are compile time constants (IDEA-150030) 2016-03-14 21:34:56 +01:00
Daniil Ovchinnikov ee9d80495a [groovy] fix INRE (IDEA-152776) 2016-03-14 21:31:24 +03:00
Konstantin Kolosovsky e68cdd0c12 svn: Refactored "SvnChangelistListener" - code simplified, @NotNull 2016-03-14 21:26:24 +03:00
Konstantin Kolosovsky ad46885e5e svn: Refactoring - replaced "SvnChangeProvider.ourDefaultListName" with "LocalChangeList.DEFAULT_NAME" 2016-03-14 21:26:24 +03:00
Konstantin Kolosovsky c3819ff862 svn: Refactored "SvnChangelistListener" - removed duplicate logic
Utilized "ChangesUtil.getPaths()" to collect all paths from changes
2016-03-14 21:26:24 +03:00
Konstantin Kolosovsky 6f78e12672 vcs: Replaced "FilePath.getIOFile().getAbsolutePath()" calls with "FilePath.getPath()" 2016-03-14 21:26:24 +03:00
Eugene Zhuravlev 8f15622c0f updated privacy policy 2016-03-14 18:24:34 +01:00
Dmitry Kozhevnikov 9e09059ba2 IDEA-152908 Order of members produced by member chooser is inconsistent 2016-03-14 20:19:44 +03:00
Anna Kozlova c00d3d7371 revert (IDEA-152685) 2016-03-14 17:48:06 +01:00
Anna Kozlova 7cfcb1bb69 testdata based on IDEA-152768 2016-03-14 17:48:06 +01:00
Anna Kozlova 49d62eebbf eclipse: don't add combineaccessrules if attribute was not present in the classpath (IDEA-151755) 2016-03-14 17:48:06 +01:00
Anna Kozlova a54e0ed47e copy to final: effectifely final is enough fot java 8 (IDEA-152934); change wording 2016-03-14 17:48:06 +01:00
Anna Kozlova e31a812438 inference: unchecked warning in type params bounds (IDEA-152758) 2016-03-14 17:48:06 +01:00
Konstantin Bulenkov 14c18f73ed IDEA-152939 deadlock on 16 EAP 144.2925.2 startup 2016-03-14 17:38:34 +01:00
Elizaveta Shashkova 69c5314f8a Remote debugger: incorrect warning (PY-18780) 2016-03-14 19:27:53 +03:00
Roman Shevchenko 2d0d9408bb [platform] reduces a chance of a split line in a blocking read mode (EA-75825) 2016-03-14 17:06:36 +01:00
Vladislav.Soroka 506247e590 gradle: set TestModuleProperties production-module only for 'test' modules (IDEA-151925) 2016-03-14 18:46:40 +03:00