Commit Graph
318 Commits
Author SHA1 Message Date
peter 4dee0cff9d IDEA-89099 IDEA misses some types in code completion in "try" construct 2012-07-20 17:20:22 +02:00
peter 549da5f6df IDEA-89056 Strange 'xxx[]' item is shown in smart completion list 2012-07-19 16:11:04 +02:00
peter d1ecf6f403 IDEA-81775 Track auto-complete "preferred" values for longer time/per prefix 2012-07-18 14:54:12 +02:00
peter 345c82b052 IDEA-88975 Java constructors autocompletion doesn't work fine for non-static inner classes. 2012-07-18 14:54:11 +02:00
peter b065e86725 IDEA-88769 Java keyword completion: duplicate "final" suggestion 2012-07-16 18:58:15 +02:00
peter a2c3620781 IDEA-88844 Complete enum members in annotations when type is obvious 2012-07-16 18:58:15 +02:00
peter ad5fc6b286 get rid of completionSorting => spare some memory and time 2012-07-16 15:10:24 +02:00
Roman Shevchenko 74aa3eb4aa Fix test data 2012-07-12 21:23:01 +02:00
peter 3818145a76 turn on middle matching in completion tests 2012-07-12 19:18:00 +02:00
peter d14fdb54b4 apply statistics from previous completion when starting new completion 2012-07-09 19:09:35 +02:00
peter e0a1e67dd7 IDEA-88517 Smart Completion: offer names for variables and parameters 2012-07-09 17:28:05 +02:00
peter af1551b94b preselect the best suggestion on next completion invocations (IDEA-88335) 2012-07-09 15:04:37 +02:00
Evgeny Pasynkov 2a3869d843 Merge branch 'master' into upsource-master 2012-07-03 18:20:07 +02:00
peter 59466627be IDEA-88181 Java: complete 'return' in conditional expression 2012-07-03 12:52:32 +02:00
Evgeny Pasynkov 6371910dba Merge branch 'master' into upsource-master 2012-07-03 10:28:50 +02:00
peter e603119459 IDEA-87943 Wrong default selection in code completion popup when variable name has an underscore prefix 2012-07-02 13:15:16 +02:00
peter bf1d258edf IDEA-88030 MouseInputAdapter's Select Methods to Override UI not needed? 2012-06-29 16:36:39 +02:00
peter 3ff726cc31 in-code test environment 2012-06-28 21:26:37 +02:00
peter af2f70ae67 move heavy test to heavy test case 2012-06-28 21:26:37 +02:00
peter f8d1f220b8 local members are more preferrable than global static ones 2012-06-28 20:17:02 +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
peter 9c6efc077f IDEA-87753 Generics: incorrect smart code completion (Generic array creation) 2012-06-25 14:17:31 +02:00
peter 3a3548f2a2 IDEA-83744 Always insert '()' when class name is completed after 'new' keyword 2012-06-22 14:44:11 +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 dd15d0e6df IDEA-83969 code completion in switch/case: auto/unboxing not checked with code completion 2012-06-20 19:33:06 +02:00
peter 598b68cfd9 suggest primitive types in parameter type position after an annotation 2012-06-19 18:41:09 +02:00
peter f714f0a44c Object methods are nothing special, don't put them to the top 2012-06-19 18:41:08 +02:00
peter 72ecc025e2 suggest abstract in interface (IDEA-85701) 2012-06-18 16:42:18 +02:00
peter b7edeb92b5 expected type is sometimes more important than prefix-variant case mismatch 2012-06-18 12:31:17 +02:00
peter afee1a2277 IDEA-87104 Code completion should remember and prefer chosen variants 2012-06-07 15:47:16 +02:00
peter beb498c478 IDEA-87091 JAVA: bad completion in type parameter 2012-06-07 12:25:21 +02:00
peter 49a2eee0ce IDEA-87040 JavaDoc @link autocompletion is inconsistent with JavaDoc rendering when used on static fields 2012-06-07 12:25:21 +02:00
Anna Kozlova bbb0760dbb smart completion: diamonds: forbid non applicable diamonds based on the completion position (IDEA-87053) 2012-06-06 14:37:03 +04:00
Roman Shevchenko bf3b222335 Keyword completion in method references; cleanup 2012-06-04 12:19:11 +04:00
peter 8ccfb29451 don't prefer getClass over HashMap.get 2012-06-03 17:01:34 +02:00
peter 06262ae78b IDEA-86286 Java: bad completion (interface without package?) 2012-05-30 17:34:19 +02:00
peter 10d695a002 IDEA-85760 completion menu shouldn't offer null where it makes no sense 2012-05-29 18:11:53 +02:00
Roman Shevchenko 01b37e3e42 'default' completion in extension methods 2012-05-28 18:56:52 +04:00
Roman Shevchenko 19e18e3f59 Cleanup 2012-05-28 18:56:50 +04:00
peter ca0caaa698 disprefer return before statement 2012-05-24 19:29:50 +02:00
peter efdf0ca923 prefer better matching constants to methods 2012-05-24 19:29:49 +02:00
peter 4f841ee461 avoid completing new HashSet<String><String>(); 2012-05-24 19:29:48 +02:00
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