Roman Shevchenko
|
91c10b815e
|
line separators normalized
|
2012-12-08 20:01:21 +01:00 |
|
peter
|
bd4212a585
|
use the deepest super method for completion statistics
|
2012-12-07 16:17:12 +01:00 |
|
peter
|
3b06fed9ca
|
remove wrong test
|
2012-12-06 18:22:33 +01:00 |
|
peter
|
f238ac5882
|
expected type considered less important a sorting criterion than statistics and prefix (IDEA-94884, IDEA-93198)
|
2012-12-06 18:22:33 +01:00 |
|
peter
|
bf416e5f9a
|
IDEA-96387 Code completion popup prefers unimported static method to local variable when appending to a string literal
|
2012-12-05 11:54:41 +01:00 |
|
peter
|
8abbe6de3a
|
IDEA-95528 Remove completion common prefix insertion in tests
|
2012-11-30 18:07:02 +01:00 |
|
peter
|
ba09e196d3
|
[^romka] IDEA-96146 Cannot enter 'final' keyword in try-with-resources
(cherry-picked from acd831e)
|
2012-11-29 17:00:13 +01:00 |
|
peter
|
73ffd878be
|
remove some common-prefix-based assertions in tests
|
2012-11-29 13:18:33 +01:00 |
|
peter
|
6b04b1741f
|
IDEA-95064 Unexpected code completion
|
2012-11-15 23:54:55 +01:00 |
|
peter
|
d30c4471e5
|
IDEA-94821 Don't autoinsert a single completion item if it's provided via middle matching
|
2012-11-14 21:18:05 +01:00 |
|
Roman Shevchenko
|
947259fa76
|
Keyword completion for new extension method syntax
|
2012-11-11 17:09:29 +01:00 |
|
peter
|
3f3c212594
|
IDEA-94209 Completion in parameter list at array parameter position should insert braces after new Type
|
2012-11-10 23:05:30 +01:00 |
|
peter
|
9404e50337
|
prefix matching is more important than element kind and statistics
|
2012-10-25 21:19:36 +02:00 |
|
peter
|
0385ecc58a
|
IDEA-84963 Disprefer annotations in autocomplete at places where they cannot be used
|
2012-10-25 18:32:07 +02:00 |
|
peter
|
50b1b21806
|
collect completion stats even if a primitive type is expected (IDEA-92045)
|
2012-10-24 12:26:38 +02:00 |
|
peter
|
dc16adddbb
|
a test for IDEA-93198: Middle matching shouldn't be so noisy
|
2012-10-19 14:54:59 +02:00 |
|
peter
|
f653df321f
|
don't restart completion after typing 2 characters: it's not needed with current matching
|
2012-10-15 17:14:44 +02:00 |
|
peter
|
18a6cf6a1b
|
suggest primitive types in generics (IDEA-92940)
|
2012-10-15 17:14:26 +02:00 |
|
peter
|
af44ecd7cf
|
IDEA-91838 Complete instance members from static inner class
|
2012-10-13 17:33:08 +02:00 |
|
peter
|
31291792e4
|
don't preselect the last chosen completion item when the matching prefix is unrelated to the prefix entered when that item was chosen (IDEA-92823)
|
2012-10-13 17:33:06 +02:00 |
|
peter
|
a9b4cd8d4f
|
IDEA-88769 Java keyword completion: duplicate "final" suggestion
|
2012-10-12 15:23:25 +02:00 |
|
anna
|
b8fb9f7f36
|
method refs: do not insert ; in calls/exprs (IDEA-92713)
|
2012-10-11 21:12:07 +02:00 |
|
anna
|
451d88906b
|
method ref completion: allow non static methods (IDEA-92705)
|
2012-10-11 12:42:09 +02:00 |
|
peter
|
f043e3c7c5
|
preselect what was completed last, use statistics count only for sorting (IDEA-92045)
|
2012-10-02 20:19:32 +02:00 |
|
peter
|
f0b351d75a
|
IDEA-91842 Type parameters are shown for field but not for method
|
2012-09-24 17:37:10 +04:00 |
|
Konstantin Bulenkov
|
343fc4bea6
|
IDEA-91588 Reflection completion generates generics types
|
2012-09-14 19:02:31 +04:00 |
|
peter
|
baecbfd6c8
|
IDEA-90606 Smart completion misses exception from try-with-resources
|
2012-09-06 17:36:30 +02:00 |
|
Anna Kozlova
|
51e044a8f5
|
smart completion in lambda body: decision to insert semicolon based on lambda context and body type (IDEA-91083)
|
2012-09-06 14:59:46 +04:00 |
|
peter
|
2e722afde9
|
IDEA-90900 Complete statement works incorrectly in some simple cases
|
2012-09-04 16:39:54 +02:00 |
|
Anna Kozlova
|
844ee5e89b
|
testada
|
2012-09-04 11:33:41 +04:00 |
|
Anna Kozlova
|
659d9f3251
|
lambda: smart completion: substitute return type; respect one line lambda as return statement (IDEA-90941; IDEA-90944)
|
2012-09-03 21:27:13 +04:00 |
|
Anna Kozlova
|
76fe4475b1
|
lambda smart completion: choose functional interface method instead of containing method (IDEA-90809)
|
2012-08-30 20:14:33 +04:00 |
|
peter
|
f412b09ef8
|
be prepared to middle matching with one char prefix
|
2012-08-28 16:24:51 +02:00 |
|
peter
|
85903981fc
|
IDEA-90349 Auto-completion should always prefer exact match
|
2012-08-27 16:44:15 +02:00 |
|
peter
|
546028e1aa
|
IDEA-90142 Do not propose contant names after '@'
|
2012-08-14 16:42:39 +02:00 |
|
peter
|
7791e6848c
|
suggest primitive types in expression contexts in case one wants to write int.class (IDEA-90013)
|
2012-08-13 11:27:39 +02:00 |
|
peter
|
f8849d2ee0
|
IDEA-89841 Auto-Complete Does Not Include Static Imports
|
2012-08-08 12:18:55 +02:00 |
|
peter
|
1d7ecf3c72
|
not so eager space after instanceof
|
2012-08-08 12:18:55 +02:00 |
|
peter
|
0d3bc73083
|
class is a valid suggestion in method body
|
2012-08-08 12:18:54 +02:00 |
|
peter
|
4056c79a2d
|
index only non-private static members; correct groovy second smart completion results
|
2012-08-07 19:07:43 +02:00 |
|
peter
|
8d74a7248c
|
IDEA-62053 Smart completion should suggest "public static final members" of any class
|
2012-08-06 23:50:30 +02:00 |
|
peter
|
6f0bc1d937
|
IDEA-85330 Literals completion
|
2012-08-03 17:14:55 +02:00 |
|
peter
|
b24c05983d
|
middle matching in SmartTypeCompletionTest
|
2012-07-30 19:03:27 +02:00 |
|
peter
|
2f8cc6cde8
|
middle matching in NormalCompletionTest
|
2012-07-30 19:03:27 +02:00 |
|
peter
|
56565a1802
|
when there are camel humps, match only them with word starts
|
2012-07-27 17:07:39 +02:00 |
|
peter
|
ad5e700fad
|
IDEA-89217 Completion doesn't suggests constants inside annotation array
|
2012-07-25 11:06:15 +02:00 |
|
peter
|
8e87fb2551
|
IDEA-89175 Completing an annotation on an @interface class should always suggest meta-annotations
|
2012-07-24 12:29:58 +02:00 |
|
peter
|
42eebc6127
|
IDEA-84963 Disprefer annotations in autocomplete at places where they cannot be used
|
2012-07-24 10:31:15 +02:00 |
|
peter
|
0364eb48a6
|
fix new byte[]null in lookups
|
2012-07-24 10:06:00 +02:00 |
|
peter
|
65643aa190
|
IDEA-89114 Unsuitable completion proposals in annotation attribute value
|
2012-07-23 15:45:32 +02:00 |
|