Commit Graph
4570 Commits
Author SHA1 Message Date
peter 404d2487f1 suggest to fill all the required type arguments at once (IDEA-26763) 2012-03-09 22:30:24 +04:00
peter 979636e035 extract TypeArgumentCompletionProvider 2012-03-09 21:56:42 +04:00
peter 37e6704812 suggest collection utility methods in basic completion on non-empty prefix 2012-03-09 21:05:12 +04:00
peter 9a93bae85e DRY 2012-03-09 20:52:59 +04:00
peter d796ecea55 normal methods should have higher priority than Collections.emptyList 2012-03-09 20:39:06 +04:00
peter f996fccffa fix tests 2012-03-09 16:33:45 +04:00
peter c4ed6f3022 IDEA-68584 Completion should detect return type and autocast in some cases 2012-03-09 15:16:40 +04:00
peter 392d90ae1b IDEA-82427 Code Completion produces bad code inside if brackets 2012-03-08 16:50:30 +04:00
peter e51edaedf7 IDEA-50592 'Surround with cast' for binary expressions (e.g. a+b) should parenthesize those expressions 2012-03-08 15:17:42 +04:00
peter 18579ef6bd use the new com.intellij.codeInsight.completion.CompletionResultSet.runRemainingContributors API 2012-03-08 14:59:27 +04:00
peter 9023847833 dots after package names shouldn't prevent from chained completion 2012-03-08 14:46:37 +04:00
peter 3c90060b1b a more straightforward no-variants delegation 2012-03-08 14:27:42 +04:00
peter f3b09cee3a IDEA-54220 Code Completion for value() method in @interfaces could be added 2012-03-07 20:24:50 +04:00
peter 91fb524a30 IDEA-25267 Smart Completion after continue&break should filter labels 2012-03-07 20:24:50 +04:00
Sergey Evdokimov c33bcff51c IDEA-82080 (Try to keep the file position after "Download sources") 2012-03-07 16:50:20 +04:00
peter 4ba86aa557 don't invoke unnecessary class literal inheritor search when no class is expected (java smart completion) 2012-03-07 13:35:23 +04:00
peter c89084affd IDEA-50588 Don't suggest getX when completing setX() parameter (disprefer, actually) 2012-03-06 20:30:18 +04:00
peter 57f534cc43 some movements 2012-03-06 20:30:18 +04:00
peter 8ec30835fd IDEA-50631 Chaining second smart completion should suggest possible one-element arrays as qualifier 2012-03-06 20:30:18 +04:00
peter 813b6c42b2 IDEA-50229 Override/Implements: shortcut to toggle implements should also be Ctrl+O 2012-03-06 20:30:17 +04:00
peter 1b19428761 IDEA-79591 Suggest field name in construction parameter name completion 2012-03-05 23:26:29 +04:00
Konstantin Bulenkov da58949810 cleanup 2012-03-05 18:48:00 +01:00
peter 7e3ab58668 cleanup 2012-03-05 21:18:33 +04:00
peter 271acba28c IDEA-79863 jUnit 3: class/smart completion of classnames in test-sources should prefer *TestCase classes 2012-03-05 18:50:58 +04:00
Serega Vasiliev a6e776ccca IDEA-81317 && IDEA-80162 && IDEA-78789 2012-03-05 14:01:07 +01:00
Gregory.Shrago 4b24044c5c jumping fixes 2012-03-03 00:59:22 +04:00
Dmitry Jemerov 2bc2ecc15d auto-import doesn't hide parameter info (PY-5764) 2012-03-02 16:45:42 +01:00
Alexey Kudravtsev ff53bc2c7c process() method in SubIndex 2012-03-02 12:18:59 +04:00
anna 4b4703c3a0 NPE 2012-03-01 21:35:03 +01:00
anna 5fa5c0f598 correct field's class instance when move instance method (IDEA-82103) 2012-03-01 20:22:02 +01:00
anna a6244c8472 restore remember last place for introduce field (IDEA-82084) 2012-03-01 20:22:02 +01:00
anna 48db6acc95 EA-34103 - assert: FinalListener.perform 2012-03-01 20:22:01 +01:00
peter 413a6df237 IDEA-81966 Accepting completion variant for a generic type with < inserts duplicate angle brackets 2012-02-29 23:39:17 +04:00
peter 2044c1d46a autopopup shouldn't prevent from entering qualified names 2012-02-29 17:22:53 +01:00
Dmitry Jemerov 667f90ba09 cosmetics 2012-02-29 15:31:08 +01:00
Evgeny Zakrevsky 0378ad39c4 Borders. Deprecated methods to undeprecated. 2012-02-29 15:33:45 +04:00
anna cf78075c97 allow override method suggestions on method name only 2012-02-29 12:02:19 +01:00
Alexey Kudravtsev abac76ca62 notnull 2012-02-29 14:29:18 +04:00
Alexey Kudravtsev 3924c0f063 NotNull 2012-02-29 14:29:17 +04:00
anna eab8b8b456 make create field from parameter available on the method name 2012-02-29 10:38:30 +01:00
anna 6901466e29 forbid inplace introduce inside jsp scripts (IDEA-72167) 2012-02-28 11:53:09 +01:00
peter ff79361b39 methods from swing and awt are equally known 2012-02-27 15:08:01 +01:00
peter 8f24ff6e79 prefer null and new to the void methods in expression context 2012-02-27 15:08:00 +01:00
Alexey Kudravtsev 82440c760f test fix 2012-02-27 16:58:36 +04:00
anna b30e07ba07 EA-31300 - assert: PsiReferenceExpressionImpl.multiResolve 2012-02-27 12:37:49 +01:00
anna 88b5e5edc6 @NotNull 2012-02-27 12:37:48 +01:00
anna abfbf75264 EA-32853 - NPE: RefactoringUtil.getAnchorElementForMultipleExpressions 2012-02-27 12:37:47 +01:00
anna cafc582feb EA-32872 - SIOOBE: IntroduceVariableBase.createReplacement 2012-02-27 12:37:46 +01:00
Alexey Kudravtsev 7944cd56fe maintain smartpointer to each host psi element to survive documentWindow when psi modification leads to he whole host replacement 2012-02-27 13:29:15 +04:00
anna 50bf9722ff allow to overwrite java files as all others (IDEA-80912) 2012-02-24 17:32:31 +01:00