Commit Graph
275 Commits
Author SHA1 Message Date
peter cbf7e5e193 middle-matching-agnostic tests 2012-04-27 19:01:20 +02:00
peter 9684af1c5a don't force braces when completing in if condition 2012-04-27 16:48:01 +02:00
peter 8d05ebc967 preselect the most relevant item (e.g. finally>final, swing getComponents>getComponent, IDEA-82206) 2012-04-26 20:20:58 +02:00
peter a58b97b936 IDEA-83714 Non-existent class in generic arguments trips the smart auto-completion component 2012-04-25 23:44:37 +02:00
peter 39b1487491 IDEA-83918 Error completion behaviour for methods in imports. 2012-04-25 22:12:42 +02:00
peter 0b7b3518ad IDEA-84754 Completion preselect the specified value if it is selected in editor 2012-04-25 22:12:41 +02:00
peter bb18a176a5 IDEA-83302 Click To Sort variants alphabetically for packages names 2012-04-25 22:12:41 +02:00
peter 1f737ee239 [^ann] IDEA-85010 Inner enum is completed incorrectly in method return type 2012-04-23 17:27:50 +02:00
peter 9c2e2c691e [^ann] IDEA-85082 IDEA erroneously uses qualified class names for type parameters when using smart completion for inner class 2012-04-23 15:45:27 +02:00
peter b42ed63049 IDEA-83223 IDEA incorrectly inserts 'super' keyword with replace completion character. 2012-04-19 17:17:28 +02:00
peter 3f0cc0e68d honor per-language code style settings in completion, not the generic ones (IDEA-83382 and more) 2012-04-13 12:36:51 +02:00
peter c90b8ff3a5 IDEA-84100 Code completion does not work for Spring injected beans in debugger 2012-04-12 17:06:51 +02:00
peter e49ec61490 IDEA-84428 Basic completion not working for methods from static imports 2012-04-11 17:50:01 +02:00
peter e4a1bb0b1c IDEA-83774 Completion for anonymous class is incorrectly aligned when class is not accessible in the scope 2012-03-30 20:27:28 +02:00
peter baee22d965 expected type should always be at the top of the lookup in smart completion after new 2012-03-27 20:30:59 +02:00
peter 14893c2f39 IDEA-83580 Unnecessary parentheses around call qualifier 2012-03-27 20:30:59 +02:00
Konstantin Bulenkov d84822f977 +forName 2012-03-26 12:28:27 +02:00
Konstantin Bulenkov ab3a58a664 reflection fix + tests 2012-03-23 18:06:28 +01:00
peter d165428546 another fix for too eager casting in completion 2012-03-15 17:20:43 +04:00
peter 205d9f807e don't cast when instaceofing List<String> to ArrayList 2012-03-14 14:40:14 +04:00
peter e383348498 IDEA-26763 Auto-complete Generics on the RHS (now in basic completion as well) 2012-03-09 23:16:01 +04:00
peter ed3f7f1132 position caret to the next probable editing location after inserting type arguments (IDEA-26763) 2012-03-09 23:05:53 +04:00
peter 404d2487f1 suggest to fill all the required type arguments at once (IDEA-26763) 2012-03-09 22:30:24 +04:00
peter 37e6704812 suggest collection utility methods in basic completion on non-empty prefix 2012-03-09 21:05:12 +04:00
peter d796ecea55 normal methods should have higher priority than Collections.emptyList 2012-03-09 20:39:06 +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 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
peter c89084affd IDEA-50588 Don't suggest getX when completing setX() parameter (disprefer, actually) 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 1b19428761 IDEA-79591 Suggest field name in construction parameter name completion 2012-03-05 23:26:29 +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
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 4cbb17ac30 a test for skipping lifted items 2012-02-28 19:09:29 +01:00
peter 8f24ff6e79 prefer null and new to the void methods in expression context 2012-02-27 15:08:00 +01:00
peter 13e2e96658 make chained call completion work with names like Assert or Arrays 2012-02-21 19:20:14 +01:00
peter fe13245171 suggest to pass several parameters in autopopup 2012-02-15 16:37:48 +01:00
peter ec5f0a171c suggest several parameters when delegating 2012-02-15 16:37:48 +01:00
peter e15612982e don't suggest return after dot 2012-02-15 16:37:48 +01:00
peter 8313dbbbda one more fix for caret position when choosing a class suggestion by dot 2012-02-09 18:36:22 +01:00
peter 8078ea5689 correctly place dot when chosen a class name in completion with it 2012-02-02 16:11:07 +01:00
peter 5eb09ef3fa completion tests should reflect real-life item order 2012-02-01 20:56:02 +01:00
peter 9fd14da9af IDEA-79862 Java: auto-insert space after completing "extends" and "implements" 2012-02-01 20:56:01 +01:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
peter 5d40c34976 don't insert pair ) when choosing a lookup item by ( before an identifier 2012-01-30 17:07:31 +01:00
peter 685f19cebf skip inserting diamond when choosing class completion variant with ( 2012-01-30 17:07:30 +01:00
peter 2dd04b9c01 IDEA-80186 Completion for 'continue' always inserts semicolon 2012-01-24 13:33:39 +01:00
peter ef211da585 when lexicographic completion sorting is enabled, really sort the items lexicographically, without all the priority/grouping/etc stuff (IDEA-79651) 2012-01-09 19:36: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