Commit Graph
87793 Commits
Author SHA1 Message Date
Anna Kozlova 7a15a26cf2 lambda: correct control flow for lambda body (IDEA-91061) 2012-09-06 14:59:43 +04:00
Maxim Shafirov f4e2b8341b Correct vendor 2012-09-06 14:58:48 +04:00
peter f2c9337b5f deactivate dnd timer when no dnd occurs (IDEA-88837) 2012-09-06 12:57:00 +02:00
peter b908ccf9a2 event-driven event log toolwindow icon update, no battery-consuming polling (IDEA-88837) 2012-09-06 12:57:00 +02:00
peter e84b370593 extract EventLogToolWindowFactory, event driven logShown instead of polling (IDEA-88837) 2012-09-06 12:57:00 +02:00
peter c4c5d9cb84 update status bar progress only when there is progress (IDEA-88837) 2012-09-06 12:56:59 +02:00
irengrig 9ef874bb91 Merge remote branch 'origin/master' 2012-09-06 14:52:21 +04:00
irengrig d8967e5892 IDEA-90759 deadlock in svn code 2012-09-06 14:48:32 +04:00
Alexey Kudravtsev 73da3ae2de assertion 2012-09-06 14:08:39 +04:00
Alexey Kudravtsev 7719003e8a com.intellij.openapi.editor.ex.DocumentEx.moveText 2012-09-06 14:08:38 +04:00
Maxim.Medvedev 02dafb4525 IDEA-72885 complete methods with closure parameters 2012-09-06 14:00:13 +04:00
Maxim.Medvedev c6a39d0f93 EA-37375 - NPE: DynamicMethodFix.getText 2012-09-06 14:00:12 +04:00
Maxim.Medvedev f53c46e85b condition of while and if statements are allowed to separate from left parenth by space and comments 2012-09-06 14:00:10 +04:00
Maxim.Medvedev 681ece69cd EA-37143 more correct diagnostics 2012-09-06 14:00:09 +04:00
Maxim.Medvedev 508c6640cf EA-34656 more correct diagnostics 2012-09-06 14:00:08 +04:00
Anna Kozlova 8d4ef8b54e lambda: do not suggest to replace anonymous with lambda when this/super exist in body (IDEA-91055) 2012-09-06 13:31:24 +04:00
Denis.Zhdanov bf348df986 IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Force customizable wide selection tree ui usage for arrangement tree if necessary
2012-09-06 13:21:43 +04:00
Denis.Zhdanov 4806eacf2a IDEA-88640 Reformat Code: "Only text changed to VCS" option is not taken into account when "Show Reformat Code dialog" is off 2012-09-06 13:21:42 +04:00
Denis.Zhdanov cbd0fe4e8e IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Test data is updated
2012-09-06 13:21:42 +04:00
Denis.Zhdanov 58e8c13289 IDEA-90553 Reformatting does not work for injected JSON
1. Provided generic API for injected blocks formatting;
2. Sql blocks adopt that new API;
2012-09-06 13:21:41 +04:00
Denis.Zhdanov e76b02dc4e IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
1. Arrangement API provides 'dependent entries' concept now;
2. Java static and instance initialization blocks are defined to be 'dependent arrangement entries';
3. Corresponding tests are added;
4. Default java arrangement rules are expanded in order to preserve old 'generated class members order';
5. Test data is corrected;
2012-09-06 13:21:41 +04:00
Denis.Zhdanov 4a4aa01505 IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
1. 'Constructor' entry type is defined and supported at java rearranger;
2. Test data fixes;
2012-09-06 13:21:41 +04:00
Denis.Zhdanov a0b15e3f6f IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Fix UI glitches at the arrangement settings UI (configure arrangement tree in a way to avoid using the same height for all rows)
2012-09-06 13:21:41 +04:00
Denis.Zhdanov c7d351933b IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Switching old 'members order' to the arrangement engine
2012-09-06 13:21:41 +04:00
Evgeny Pasynkov 1ed38b0a6c Merge remote-tracking branch 'origin/master' 2012-09-06 11:19:19 +02:00
Evgeny Pasynkov 876cb84596 output name, but not type in local variable presenter 2012-09-06 11:18:35 +02:00
Anna Kozlova 490de1dc12 dead code: support multiple suppression ids 2012-09-06 13:07:12 +04:00
Anna Kozlova d474aa3f1c lambda: take into account substitution interface with method -> functional interface;
do not infer return type parameters when lambda parameter type was calculated, no substitution caching here (IDEA-90875)
2012-09-06 13:07:11 +04:00
Alexey Kudravtsev 771d928deb assertion 2012-09-06 13:00:47 +04:00
Dmitry Avdeev f4c9db3f75 IDEA-86116 Removing multiple tasks is a pain 2012-09-06 12:39:34 +04:00
Dmitry Avdeev 213b03bc35 javadoc 2012-09-06 12:39:33 +04:00
Alexey Kudravtsev ab8adb14bc cleanup 2012-09-06 11:48:08 +04:00
Alexey Kudravtsev 97d1cbe9fe slow method acquireReadActionLock() usages removed 2012-09-06 11:48:07 +04:00
Alexey Kudravtsev bb5cc12bbd performance 2012-09-06 11:48:06 +04:00
Alexey Kudravtsev f9ef402720 assertion 2012-09-06 11:48:05 +04:00
nik 39f61a8c44 groovy builder for external compiler extracted from groovy_rt module, dependency on groovy library removed from external compiler 2012-09-06 10:30:31 +04:00
nik d121e3d043 restored dependency on groovy for external compiler tests 2012-09-06 08:59:49 +04:00
nik eff194eb0b obsolete artifact configuration removed 2012-09-06 08:59:49 +04:00
nik 58cfd8d86c external java compiler: groovy added back to classpath because it's needed for groovy builders 2012-09-06 08:59:49 +04:00
nik a6ff93e1f2 external java compiler: import correct class 2012-09-06 08:59:49 +04:00
nik 77dab11dd0 external java compiler: don't pass encoding to compiler if it doesn't specified 2012-09-06 08:59:48 +04:00
nik 4d4ce74337 external compiler: java builder stuff moved to jps-builders, old jps-model module removed 2012-09-06 08:59:48 +04:00
nik 59fee59b54 fixed tests on Windows 2012-09-06 08:59:48 +04:00
nik abe46cb990 old groovy-based JPS model removed 2012-09-06 08:59:48 +04:00
nik b1057ec9ef compiler configuration moved to new jps model 2012-09-06 08:59:47 +04:00
Alexey Gopachenko 26db8d004e Spellchecker - WI-9451 Don't check spelling of words in unknown languages 2012-09-06 00:40:57 +02:00
Alexey Gopachenko 4e3da0e3a9 Spellchecker - avoid AIIOBE 2012-09-06 00:40:50 +02:00
Bas Leijdekkers 4965e5378f IDEA-91079 (If statement could be replaced with conditional expression shall have an option to be ignored when a nested conditional expression exists.) 2012-09-05 21:48:42 +02:00
Bas Leijdekkers 317b69a819 improve description 2012-09-05 21:47:50 +02:00
andrey.zaytsev 6c4bf42e05 breakpoints-ui. esc in balloon with lookup open leads to closing balloon, not only lookup. 2012-09-05 23:26:34 +04:00