Commit Graph
75572 Commits
Author SHA1 Message Date
peter 5bc7433580 missing dependency 2012-01-08 22:41:51 +01:00
Konstantin Bulenkov 3fcac7e9f6 fix tests 2 2012-01-08 18:12:01 +01:00
Konstantin Bulenkov d7c8713fc6 fix tests 2012-01-08 15:34:28 +01:00
Konstantin Bulenkov e275e31af3 make it final 2012-01-08 15:08:16 +01:00
Konstantin Bulenkov e0f0e559bb IDEA-79615 LineMarker for 'java.awt.Color' 2012-01-08 15:07:02 +01:00
Konstantin Bulenkov 77a3324188 correct hashCode and equals 2012-01-08 15:03:38 +01:00
Maxim.Mossienko f51571334d init all flags at once 2012-01-08 03:18:48 +04:00
Konstantin Bulenkov 24b499bd92 any language support in language EPs 2012-01-07 18:23:10 +01:00
Dennis Ushakov 6edc1afa12 RUBY-10141 don't show the useless "scroll from source" icon when "autoscroll from source" is active 2012-01-07 01:14:38 +04:00
Konstantin Bulenkov 1cedb2b28f Color line marker initial 2012-01-06 16:54:18 +01:00
Konstantin Bulenkov 871ed5a492 get system colors 2012-01-06 14:54:46 +01:00
Konstantin Bulenkov 0e88046700 don't care about bounds anymore 2012-01-06 14:54:13 +01:00
Yann Cebron 11a272a6d7 Merge remote-tracking branch 'origin/master' 2012-01-06 00:28:07 +01:00
Bas Leijdekkers 2b66b04bcc Merge branch 'master' of git.labs.intellij.net:idea/community 2012-01-05 23:22:15 +01:00
peter 056f155153 fix ActionManagerTest 2012-01-05 23:01:29 +01:00
Yann Cebron f6ead8a8df typo 2012-01-05 22:14:50 +01:00
Yann Cebron 00265fa7ad javadoc 2012-01-05 22:12:52 +01:00
Yann Cebron 53ab04d035 spelling 2012-01-05 22:11:44 +01:00
Yann Cebron e4ed4a15d0 there is no "extended API" anymore 2012-01-05 22:10:20 +01:00
Yann Cebron 8e98ef2a74 link to Wiki "IntelliJ IDEA Architectural Overview" 2012-01-05 21:59:42 +01:00
Yann Cebron 4279c65d83 cleanup, javadoc, link to Wiki 2012-01-05 21:55:05 +01:00
Bas Leijdekkers 6c55d2861f really fix IDEA-16964 (Show Diff Compare Next/Previous File order different from Commit Changes dialog order when invoked on file) 2012-01-05 21:45:37 +01:00
Yann Cebron 9893b1e4ab add javadoc 2012-01-05 21:03:19 +01:00
Yann Cebron 66293b50bd NutNull -> NotNull 2012-01-05 20:57:50 +01:00
Yann Cebron d9c7c4d1b1 Merge remote-tracking branch 'origin/master' 2012-01-05 20:47:58 +01:00
peter 327538a988 IDEA-69965 Custom filetype - syntax highlighting not working if keyword is followed by space 2012-01-05 20:38:49 +01:00
peter 8604ee3717 custom file type tests -> community 2012-01-05 20:38:48 +01:00
peter 7b0cfd3eb8 don't leak psi from CreateNSDeclarationIntentionFix 2012-01-05 20:38:48 +01:00
peter e62be9a7f2 IDEA-78222 Live template expansion (Tab key) doesn't work while displaying parameter info 2012-01-05 20:38:48 +01:00
peter d2a9de4240 IDEA-66033 Search filter for Live Templates dropdown 2012-01-05 20:38:48 +01:00
peter 5c2f3aa071 @NotNull 2012-01-05 20:38:47 +01:00
peter edbb4ecc18 IDEA-53526 Velocity - Ctrl+Q on a macro name shows "No Documentation" even if there is documentation. 2012-01-05 20:38:47 +01:00
peter 874bd1810b IDEA-53525 Velocity #** (javadoc equivalent) should be completed too 2012-01-05 20:38:47 +01:00
peter 9abb4afbdf remove the unused MemberFilter 2012-01-05 20:38:47 +01:00
peter d3329c8512 don't show synthetic methods in groovy structure view 2012-01-05 20:38:46 +01:00
peter 6d51f2738f cleanup 2012-01-05 20:38:46 +01:00
peter d0f7824299 don't insert a space after a keyword if there's already one 2012-01-05 20:38:46 +01:00
Yann Cebron 46e0ef221a Merge remote-tracking branch 'origin/master' 2012-01-05 19:11:33 +01:00
Maxim.Medvedev ff943ee6a4 Merge remote-tracking branch 'origin/master' 2012-01-05 21:39:49 +04:00
Konstantin Bulenkov 3518d00fb7 IDEA-77892 Hovering border on toolbars does not fit with the rest of the OS theme 2012-01-05 18:37:16 +01:00
Maxim.Medvedev aa13b0135b IDEA-79570 [InspectorGroovy] Report as error the instantiation of @Singleton annotated classes and propose the replace with the instance field 2012-01-05 21:32:42 +04:00
Maxim.Medvedev 15999b09a2 IDEA-79597 Groovy: disable automatic code completion for comments 2012-01-05 21:32:41 +04:00
Maxim.Medvedev bd0679bf53 internal action 'dump groovy stubs' 2012-01-05 21:32:40 +04:00
Maxim.Medvedev 953d14db65 groovy top level classes cannot have private and protected modifiers 2012-01-05 21:32:39 +04:00
Maxim.Medvedev cb6362db2f Correct messages for classes defined in Groovy files 2012-01-05 21:32:38 +04:00
Maxim.Medvedev d961b1dca0 don't resolve script methods in classes defined in the same file. 2012-01-05 21:32:37 +04:00
Maxim.Medvedev 864e962364 IDEA-78934 Groovy: incorrect highlighting after inlining a slashy strings if resulted code is invalid 2012-01-05 21:32:36 +04:00
Maxim.Medvedev 46c0e039ad IDEA-79372 Groovy: IAE at GroovyPsiElementFactoryImpl.createConstructorFromText() on on Introduce Field -> 'Initialize in constructor' called from anonymous class 2012-01-05 21:32:35 +04:00
Roman Shevchenko 1847084da4 JaCoCo license added 2012-01-05 17:58:38 +01:00
Konstantin Bulenkov a7f0be92cc highlight results 2012-01-05 17:23:51 +01:00