Commit Graph
4552 Commits
Author SHA1 Message Date
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
anna d2bacb97be collapse fqn in intention text (IDEA-81839) 2012-02-24 16:50:25 +01:00
anna 3b92eb3816 EA-34048 - UOE: RefClassImpl.removeBase 2012-02-24 16:04:40 +01:00
anna bbc612206e EA-33969 - assert: SmartPointerManagerImpl.createSmartPsiElementPointer 2012-02-24 16:04:39 +01:00
anna 2d9a241690 convert from switch: use equals for non primitive/enums types 2012-02-24 11:19:08 +01:00
Alexander Doroshko f9cbfe762d Different default documentation URL for different types of SDK 2012-02-24 13:19:43 +04:00
Dmitry Jemerov 224c6f4126 Merge remote-tracking branch 'origin/master' 2012-02-23 21:01:33 +01:00
Bas Leijdekkers 41d65288a2 DRY 2012-02-23 14:38:17 +01:00
anna 9c91d9374f add convert switch to if for invalid switch types (IDEA-81580) 2012-02-23 11:50:19 +01:00
anna 519ccb6024 check valueOf signature before use synthetic javadoc (IDEA-81701) 2012-02-23 11:50:18 +01:00
Dmitry Jemerov 33476b0565 make sure we don't try to show Java type hierarchy for JSPs 2012-02-23 10:58:16 +01:00
Bas Leijdekkers 0a71148672 Improve quickfix to replace += operator with StringBuilder on left hand side with append() call
now works on java.lang.Appendable and splits concatenated strings into separate append calls
2012-02-22 16:57:49 +01:00
Maxim Shafirov c8b1906e4e IDEA-81509. DFA optimization 2012-02-22 17:14:16 +04:00
peter c42dde0138 unblock document (EA-33824) 2012-02-22 13:58:07 +01:00
anna b6db79b8eb create fields from constructor parameters: unbounded params chooser (IDEA-24056) 2012-02-22 10:04:39 +01:00
anna 7e2db60abd create constructor parameter from field: suggest to choose fields to create parameters from (IDEA-76417);
insert parameters in "fields" order (IDEA-81634)
2012-02-21 20:56:16 +01:00
anna 077cbe9645 create from usage: do not suggest to create local or parameter in super class 2012-02-21 20:56:15 +01:00
peter 13e2e96658 make chained call completion work with names like Assert or Arrays 2012-02-21 19:20:14 +01:00
anna 1188b58704 do not loose array dimension expressions when converting array types; move caret and selection only in case when no expressions were detected 2012-02-21 12:18:20 +01:00