Commit Graph
2767 Commits
Author SHA1 Message Date
Roman Shevchenko 0bcbb61c69 Delegate handler for inner class mover 2011-03-29 21:33:49 +02:00
Roman Shevchenko 5d95c304c6 IDEA-67190 (correctly unwrap try statement if it's not in a code block) 2011-03-29 15:58:52 +02:00
Maxim.Mossienko bc3f4bb758 WI-5680 Register 'Introduce Variable' refactoring in usage statistic
+ some more in usage statistic
+ some common constants
2011-03-29 15:48:21 +04:00
Kirill Kalishev 1e076c811f Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-03-29 15:30:17 +04:00
peter d856bda110 fix npe while rendering member variants 2011-03-29 13:17:05 +02:00
peter 1743362364 don't walk cached super methods more than once (red field.getName() problem)
make raw method substitutor apply only to this method
2011-03-29 13:17:04 +02:00
Kirill Kalishev b16b5da084 package view problem hightlighting speedup 2011-03-29 14:58:50 +04:00
peter 0e43bd831b fix instance methods lookup presentation 2011-03-29 10:51:16 +02:00
Denis Zhdanov 6daecc2141 IDEA-66583 "blank line after anonymous class header" does not work with comment 2011-03-28 19:48:04 +04:00
peter 027c366b4d IDEA-66656 Suggest static fields in Class Name completion 2011-03-28 17:26:41 +02:00
peter b05d9f8568 disprefer com.* and net.* packages in jdk 2011-03-28 17:26:40 +02:00
peter bb32018645 IDEA-66892 'else' variant in completion should be preferred in this case 2011-03-28 17:26:38 +02:00
peter 943c822123 IDEA-66899 Completing enum constant defined in the same class (private) will insert full FQN (including parent class name) instead of EnumName.ENUM_VALUE 2011-03-28 17:26:37 +02:00
peter 94b5fecba9 don't exclude uiDesigner-bound fields from completion in constructor 2011-03-28 17:26:31 +02:00
anna 2865191ee2 enable copy reference action for packages (IDEA-12639 ) 2011-03-28 15:56:50 +02:00
anna d8e6e046ab inplace refactorings: make final listener fixed - commit document before retrieve psi (IDEA-67146) 2011-03-28 15:04:09 +02:00
Dennis Ushakov 12b0211ef6 RUBY-5332 Enable "Lossy encoding" inspection in platform 2011-03-28 11:13:38 +04:00
Bas Leijdekkers 4b27bb4821 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-03-25 22:08:24 +01:00
Bas Leijdekkers 50599de70d IDEA-66777 (Pasting escapes quotes too eagerly) tests will follow 2011-03-25 22:06:42 +01:00
anna 6ac79cda6b inplace introduce variable: remember input type 2011-03-25 20:47:37 +01:00
anna 20006ec1c9 inplace refactorings: enable for non-physical expression part 2011-03-25 16:17:41 +01:00
anna d993ac9057 diagnostics (EA-25910 - NPE: ChangeMethodSignatureFromUsageFix.formatTypesList) 2011-03-25 16:17:40 +01:00
anna fb589771c2 change signature: check if implicit parameter was removed (EA-26033 - NASE: JavaChangeSignatureUsageProcessor.a) 2011-03-25 16:17:39 +01:00
peter f60df30b28 IDEA-66179 Bad behavior of inserting generic type constructor when autocompleting 2011-03-25 15:36:51 +01:00
Sergey Evdokimov a7d840c094 Unwrap/remove action should not show implicit 'while' statement in JSP file. 2011-03-25 16:03:07 +03:00
peter 5df6258136 case-insensitive matching on second completion 2011-03-25 13:32:23 +01:00
peter d4a1136fd0 case-insensitive matching in autopopup when there are no case-sensitive variants 2011-03-25 13:32:22 +01:00
peter 695c0350bc !(JavaCompletionParameters instanceof CompletionParameters) 2011-03-25 13:32:21 +01:00
anna 6692b862b0 choose method to introduce parameter to: choose from valid methods only 2011-03-25 13:06:45 +01:00
anna 88e5f6d6d0 assertions (EA-26317 - IAE: GlobalJavaInspectionContextImpl.a) 2011-03-25 13:06:44 +01:00
anna 29d15047e3 do not try to show "can be final" when it should be hidden (EA-26324 - NPE: VariableInplaceIntroducer.getComponent) 2011-03-25 13:06:44 +01:00
anna a754956157 check that inplace introduce was called over committed psi (EA-26283 - RE: SingleRootFileViewProvider.beforeDocumentChanged) 2011-03-25 13:06:43 +01:00
Alexey Kudravtsev 4f44d839a7 EA-26335 2011-03-25 11:10:03 +03:00
Alexey Kudravtsev c4d9ee9882 log 2011-03-25 11:10:00 +03:00
Alexey Kudravtsev 63552f0412 EA-25844 2011-03-25 11:09:59 +03:00
Alexey Kudravtsev a7794cea88 ea-26321 2011-03-25 11:09:56 +03:00
Alexey Kudravtsev 97a99dbbc6 ea-26321 2011-03-25 11:09:56 +03:00
Alexey Kudravtsev af572b3a95 ea-26255 2011-03-25 11:09:55 +03:00
Alexey Kudravtsev 82a88f0f81 ea-25483 2011-03-25 11:09:54 +03:00
Roman Shevchenko fe7b1d3f5b Only parse diamonds where they're welcomed 2011-03-24 21:42:06 +01:00
Roman Shevchenko 710d4f738c IDEA-66850 (get rid of annotation modification tracker) 2011-03-24 21:42:06 +01:00
peter 6fa432b1a5 respect the completion case sensitive first letter option back 2011-03-24 18:10:00 +01:00
peter 9f75fc32fe fix @NotNull assertion in tests 2011-03-24 18:09:59 +01:00
anna 54015f44ac ignore moves inside self (IDEA-67021) 2011-03-24 17:30:11 +01:00
anna 2f787ba02e check if valid 2011-03-24 17:29:59 +01:00
anna f4804505c4 NPE 2011-03-24 17:29:46 +01:00
anna 3cd487809a setup visibility before starting template 2011-03-24 17:29:34 +01:00
Kirill.Safonov a016faa7f4 when moving file, update itself before retargeting usages (will fix IDEA-67004) 2011-03-24 19:09:15 +03:00
peter 004927ee79 Merge branch 'master' into recur 2011-03-24 14:16:25 +01:00
peter 016ad69b85 added @NotNulls to help diagnose EA-26264, cleanup 2011-03-24 14:13:04 +01:00