Commit Graph
5157 Commits
Author SHA1 Message Date
peter 0260bd0bee test 2nd basic instead of class name completion: java global member name 2012-06-27 20:45:00 +02:00
peter 2d10c9a2a8 on second basic completion, suggest class names everywhere 2012-06-27 18:06:23 +02:00
peter b5ea366ab8 no references to class name completion from productivity tips (IDEA-86517) 2012-06-27 18:06:22 +02:00
peter 37e35440ac don't advertise class-name completion in lookups 2012-06-27 18:06:22 +02:00
peter a0377d60ef ensure that everything suggested by class name completion is also suggested on second basic completion invocation (IDEA-86517) 2012-06-27 18:06:22 +02:00
Danila Ponomarenko 287e3efe94 IDEA-87839 fix 2012-06-27 16:15:03 +04:00
Dennis Ushakov e177aa79f9 bring back old name to make plugins happy 2012-06-27 15:45:11 +04:00
Danila Ponomarenko 4123634435 IDEA-87839 'Split string' intention implemented 2012-06-27 13:07:30 +04:00
peter e2800aaf21 sync 2012-06-26 23:38:04 +02:00
peter 819b68ec81 fix false NPE alarms on fields 2012-06-26 22:02:48 +02:00
peter f1af0a9360 remove debug output 2012-06-26 22:02:47 +02:00
Danila Ponomarenko 6d8a78c66d IDEA-62531 "Choose color" intention (Java): allow to convert between decimal and hex colour representation implemented 2012-06-26 19:53:55 +04:00
peter 2dea356213 debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 15:51:30 +02:00
peter f009447805 IDEA-40911 JSPX: code completion inserts not escaped '<' and '>' for generic classes 2012-06-26 13:30:18 +02:00
peter 45c2a91bcd debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 12:56:30 +02:00
Danila Ponomarenko a10244e8c1 IDEA-87657 IOE at com.intellij.psi.impl.CheckUtil.checkWritable fixed 2012-06-26 12:45:41 +04:00
peter 4d52e3c268 debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 09:59:23 +02:00
peter e6668c8eaf IDEA-74017 Infer @NotNull/@Nullable annotations for final fields from constructor(s) 2012-06-25 20:30:05 +02:00
peter adf1c737ab report non-annotated constructor parameter for final @Nullable/@NotNull fields 2012-06-25 19:44:53 +02:00
Danila Ponomarenko c49ffe29a3 IDEA-87794 no quickfix for condtional inspection fixed 2012-06-25 20:23:39 +04:00
Danila Ponomarenko b83dfbf637 IDEA-58049 Provide add type parameter quick-fix intention implemented 2012-06-25 18:11:54 +04:00
Danila Ponomarenko 6772fd01ea IDEA-58049 partial implementation 2012-06-25 18:11:53 +04:00
peter 9c6efc077f IDEA-87753 Generics: incorrect smart code completion (Generic array creation) 2012-06-25 14:17:31 +02:00
Maxim.Medvedev 0f73e6f29f =IDEA-50320 'Create field for parameter' action for Groovy methods 2012-06-25 11:05:03 +04:00
Danila Ponomarenko 4f30409292 got rid of BaseRefactoringAction 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 79b79ccd83 invoke on PsiFile made final 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 9a6fbcac16 Introduce variable intention fixed 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 09bb2df518 import fixed 2012-06-24 18:24:04 +04:00
Danila Ponomarenko 9d546e47fa SyntheticElement check added 2012-06-24 18:24:04 +04:00
Konstantin Bulenkov b90770b32a remove non-existing property 2012-06-24 00:12:15 +02:00
Konstantin Bulenkov f38f62c750 don't validate on cell editing 2012-06-22 18:22:33 +02:00
peter 721e54981a @NotNull matcher 2012-06-22 14:44:12 +02:00
peter 3a3548f2a2 IDEA-83744 Always insert '()' when class name is completed after 'new' keyword 2012-06-22 14:44:11 +02:00
Alexey Kudravtsev bb0555402e cleanup 2012-06-22 13:58:43 +04:00
Alexey Kudravtsev 3bee63685b unexpected gc in between passes 2012-06-22 13:58:42 +04:00
Eugene Kudelevsky 40c8c3b8c9 IDEA-82078 fix updating R references when renaming of Android resources 2012-06-21 21:10:35 +04:00
Maxim.Mossienko 3069a08ed1 use less memory for file attributes 2012-06-21 19:42:46 +04:00
Maxim.Medvedev e6b66d6703 create Java field from usage in Groovy code 2012-06-21 15:14:10 +04:00
Maxim.Medvedev 36b248a552 create Groovy field from usage in java code 2012-06-21 15:14:09 +04:00
Maxim.Medvedev 1708932dcf create Groovy field from usage in java code 2012-06-21 15:14:08 +04:00
nik c6412348e4 javadoc and external annotations roots moved from ModuleRootModel to a separate extension 2012-06-21 09:53:18 +04:00
peter 943d72b38b EA-36781 - IAE: PsiResolveHelperImpl.resolveReferencedClass 2012-06-20 20:26:18 +02:00
peter 724712ad09 IDEA-85069 Suggest to fill delegate arguments for all overload call candidates 2012-06-20 20:14:16 +02:00
peter 3cba0cb607 prefer class to its members 2012-06-20 19:33:07 +02:00
peter d7f95f1507 no stats for Object methods 2012-06-20 19:33:07 +02:00
peter dd15d0e6df IDEA-83969 code completion in switch/case: auto/unboxing not checked with code completion 2012-06-20 19:33:06 +02:00
Danila Ponomarenko 89d32051d0 IDEA-29993 tests fixed 2012-06-20 18:37:40 +04:00
Danila Ponomarenko c14fe14cc4 IDEA-29993 As well as the intension "Cast to String" offer "Call toString()". WrapExpression intention scope widen. 2012-06-20 18:37:40 +04:00
Danila Ponomarenko 3ab777e366 IDEA-85758 intention to replace casted var with a var of the right type and having the same value implemented 2012-06-20 16:04:00 +04:00
Danila Ponomarenko 7f0f06e428 double negation added to pointless inspection 2012-06-20 16:04:00 +04:00