Commit Graph
9503 Commits
Author SHA1 Message Date
Anna Kozlova 434cd952b7 Merge remote-tracking branch 'origin/master' 2012-08-31 21:55:05 +04:00
Anna Kozlova 24252e4741 testdata fixed 2012-08-31 21:46:38 +04:00
Eugene Zhuravlev f643886086 log netty exceptions to a logfile 2012-08-31 19:34:54 +02:00
Denis.Zhdanov 80ca1f8035 IDEA-90860 Reformat Code breaks Copyright/Header
A test is added
2012-08-31 19:03:44 +04:00
Anna Kozlova 87804891cf redundant lambda param type: check with resulted lambda 2012-08-31 18:41:45 +04:00
Anna Kozlova 0f61eb7998 redundant lambda param type: check with resulted lambda 2012-08-31 18:40:57 +04:00
Anna Kozlova b199a1b76c lambda & raw types 2012-08-31 18:40:56 +04:00
peter 7ad32d0ee1 groovy: don't use argument types when inferring variable type based on the method it's passed to 2012-08-31 16:37:57 +02:00
Danila Ponomarenko 254e762061 E37151 fix 2012-08-31 17:55:12 +04:00
Evgeny Zakrevsky 54887c4378 labels layout fixed in application run configuration 2012-08-31 17:15:37 +04:00
Evgeny Zakrevsky 795a337c47 IDEA-61766 Impossible to resize table columns 2012-08-31 17:15:35 +04:00
Rustam Vishnyakov c429f4c1be Get indent options directly from Java style settings. 2012-08-31 16:39:24 +04:00
Anna Kozlova 1d0922ead8 lambda: lambda on vararg place 2012-08-31 15:34:20 +04:00
Anna Kozlova 30dcf05e59 lambda: substitute lambda type with functional interface type 2012-08-31 15:34:19 +04:00
Anna Kozlova 9174fe94b1 stop inference during typing 2012-08-31 15:34:17 +04:00
Anna Kozlova 2c05b4d750 lambda: functional interface can contain multiple default methods 2012-08-31 15:34:16 +04:00
Denis.Zhdanov 328aa58823 IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Arrangement is blank lines aware now
2012-08-31 15:33:12 +04:00
Dmitry Avdeev fc7728a9d4 IDEA-85084 Spring security: on namespace declaration by schema autocompletion the 2.0.4 version is used 2012-08-31 15:16:54 +04:00
Alexey Kudravtsev 3134ae540a cleanup, notnull 2012-08-31 14:57:16 +04:00
nik 8470c9cc54 jps model: reuse serialization constants 2012-08-31 13:23:54 +04:00
Alexey Kudravtsev 77a7550046 cleanup 2012-08-31 11:51:17 +04:00
Alexey Kudravtsev ab20a93bc9 NPE 2012-08-31 11:51:16 +04:00
Anna Kozlova e48926ccb0 inspection/intention to collapse/expand lambda body (IDEA-90827) 2012-08-31 11:27:38 +04:00
Denis.Zhdanov a6c8c31272 IDEA-19061 Integrate the Rearranger-plugin into core-IDE
1. Making arrangement blank lines aware;
2. Refactoring;
2012-08-31 09:32:48 +04:00
Eugene Zhuravlev b584c54498 BreakpointProperties: MakeDefault button now controls also default state of 'condition' property (enabled or disabled) 2012-08-30 20:29:18 +02:00
andrey.zaytsev c63df32c68 breakpoints-ui. master breakpoint preview for XBreakpoints 2012-08-30 21:45:59 +04:00
Anna Kozlova bb0b0c008a convert anonym class to onle-line lambda if possible (IDEA-90820) 2012-08-30 20:14:36 +04:00
Anna Kozlova 76fe4475b1 lambda smart completion: choose functional interface method instead of containing method (IDEA-90809) 2012-08-30 20:14:33 +04:00
Maxim Shafirov 6cc9261a8c Support plugin's reflective icons. 2012-08-30 19:31:43 +04:00
Maxim Shafirov 750394a5c2 Refer to originating class so IconLoader doesn't have to guess via stack frame reflection 2012-08-30 19:31:43 +04:00
Anna Kozlova c797ca0b16 name foreach parameter as local variable to prevent misunderstanding 2012-08-30 17:53:26 +04:00
Anna Kozlova 622bf45b3c include test dependencies when non project main class is to run (IDEA-90676) 2012-08-30 17:53:25 +04:00
peter 00da23aa1d no recursion prevention when contributing groovy constructors 2012-08-30 13:31:16 +02:00
Anna Kozlova 4580e8da2a allow to inline array index expression (IDEA-90740) 2012-08-30 13:38:51 +04:00
Alexander Lobas 576c47ef86 IDEA-49451 2012-08-30 12:52:36 +04:00
nik 3e2c3975bc redundant imports removed 2012-08-30 11:54:21 +04:00
nik 121e6ffba4 redundant imports removed 2012-08-30 10:48:16 +04:00
peter 938a2f5274 fix MoveClassTest 2012-08-29 21:31:26 +02:00
Eugene Zhuravlev 988f797e12 IDEA-90787 External build, Ant Integration: Execute on / After Compilation, Before Compilation make no effect 2012-08-29 19:33:01 +02:00
Eugene Zhuravlev a923c9ac9e cleanup 2012-08-29 18:29:55 +02:00
Dmitry Avdeev 4d76a4ba8d IDEA-90513 Spring EL: on class rename from the constructor in SPEL expression the class name is changed but the expression is not updated 2012-08-29 20:24:10 +04:00
Evgeny Gerashchenko 821a23c558 Corrected lazy cleanup of cache in BaseExternalAnnotationsManager.
Now if some PsiFile in list becomes invalid, cache for the whole annotation owner's class is recalculated.
2012-08-29 19:44:59 +04:00
peter fc59ce102b cache lookup element statistic info and don't try to calculate it after insertion when everything could have become invalid (EA-38180) 2012-08-29 17:19:29 +02:00
peter bf233f4377 don't resolve invalid references 2012-08-29 17:19:29 +02:00
peter 11b936144e stop class name insertion if something invalidated the offset marker (EA-38258) 2012-08-29 17:19:28 +02:00
peter c6e45bf02d some psi validity assertions (EA-38426) 2012-08-29 17:19:28 +02:00
andrey.zaytsev f07bdad503 pass count checkbox fixed. 2012-08-29 19:09:22 +04:00
andrey.zaytsev e02ef32196 hack combo box renderer to track selection in popup. direct observation doesn't work on OS X. 2012-08-29 19:09:21 +04:00
peter a3291b8b2e middle matching with one char prefix 2012-08-29 13:47:44 +02:00
Anna Kozlova 95b1dde5d3 do not complete after return based on info from containing method (IDEA-90729) 2012-08-29 11:45:19 +04:00