Commit Graph

398 Commits

Author SHA1 Message Date
peter 2b505a8ff4 show only imported classes in the first completion 2011-07-29 17:19:42 +02:00
anna aae0232446 like unused symbol: use psi element to determine profile to get severity from (IDEA-72411)
like unused symbol: can be error in editor
2011-07-26 13:37:16 +04:00
anna e931ef7e6e move suppress/settings intention down (IDEA-72320 ) 2011-07-26 11:53:39 +04:00
anna 5b3aff7eec change signature from usage: try new description (IDEA-50193) 2011-07-26 10:56:49 +04:00
anna d8613c2ee1 diamonds: no diamonds with anonymous classes (IDEA-72391) 2011-07-26 10:56:48 +04:00
anna afcf43129a diamonds: no diamonds with anonymous classes (IDEA-72391) 2011-07-26 10:02:17 +04:00
peter 045baa388b IDEA-66018 provide smart completion for assertEquals() arguments 2011-07-18 16:58:51 +02:00
peter 8986e40ab1 show substituted parameter types in method completion 2011-07-15 19:09:31 +02:00
peter 29f5bf705c IDEA-72119 autocomplete for reserved names adds some extra characters 2011-07-15 17:44:52 +02:00
peter 8bdd53200a IDEA-72144 Import StringValue class 2011-07-15 16:23:57 +02:00
Denis Zhdanov 9ec2ec69b9 IDEA-68563 complete current statement generates invalid cod
Corrected completion of 'return' expression inside non-void method
2011-07-14 13:10:11 +04:00
peter 8cd9bc819f IDEA-69745 Buggy completion for Point2D.Double and similar classes 2011-07-12 18:10:11 +02:00
anna 2e7f8bf8bb class types are not provably distinct when they belong to one hierarchy 2011-07-12 19:12:51 +04:00
anna 49d4914f57 unchecked casts: ignore extends wildcards with the same bound as corresponding type parameter bound (IDEA-71629) 2011-07-12 17:43:36 +04:00
peter 6eb83a1ad0 select the exact prefix match, even if case-insensitive 2011-07-06 18:03:20 +02:00
peter 1472eed7b7 IDEA-71339 If completion of method call without parameters is finished by space two spaces are inserted 2011-07-06 18:03:19 +02:00
peter 4eb2b1cfe6 calculate all classes in autopopup background
when completion is case insensitive, show all classes (IDEA-25979)
2011-07-05 19:35:45 +02:00
peter 924dde5961 insert no method call explicit type arguments when there's no profit in it (IDEA-71128) 2011-06-29 14:45:48 +02:00
Alexey Kudravtsev 0293b1da72 gen L op always 2011-06-27 13:10:50 +04:00
Roman Shevchenko 7f0b52ac52 IDEA-71244 (NPE at single-type/single-static import conflict fixed) 2011-06-24 16:29:15 +04:00
anna d83d791a7b provide extends/implements list for class object expression (IDEA-70858) 2011-06-22 20:56:33 +04:00
Kirill.Safonov 01115b81ed test for IDEA-71180 2011-06-21 20:21:50 +04:00
Alexey Kudravtsev 4d63800998 highlight unresolved method call even with unresoolved arguments 2011-06-20 11:54:16 +04:00
Alexey Kudravtsev 613bd53b5c look for usages in text files 2011-06-16 17:00:53 +04:00
peter ac8476410b sort by proximity in create member from usage 2011-06-15 16:49:42 +02:00
peter 3a48c86cf1 separate create field from usage tests 2011-06-15 16:30:27 +02:00
peter 5ab252bb58 when there are no green items, still preselect the most relevant one 2011-06-15 15:43:42 +02:00
anna d008da0ec2 add constructor parameter from field: annotate as @NotNull if necessary (IDEA-59977) 2011-06-15 17:16:12 +04:00
anna e62afe784d add on demand imports for code references, e.g. allow to collapse nested class creation (IDEA-65357 ) 2011-06-15 15:36:56 +04:00
anna 765d5e4f01 do not highlight enum constants as unused when values are used (IDEA-65298 ) 2011-06-15 14:51:09 +04:00
anna d61569c6ab intention to set default value to the parameter (IDEA-63040) 2011-06-10 12:29:53 +04:00
Roman Shevchenko 9387f10fc2 IDEA-70089 (inherited methods should shadow statically imported ones) 2011-06-09 11:47:23 +04:00
anna 3354dfff66 do not generate duplicated constructors, warn when nothing was added (IDEA-67659) 2011-06-08 17:36:55 +04:00
anna 81a7191b28 add single member static import: do not remove qualifier when members with the same name exist in the hierarchy 2011-06-07 15:03:49 +04:00
anna d335d09f46 allow on demand static import over non resolved method (IDEA-68936) 2011-06-07 15:03:49 +04:00
anna f6eade87eb suppress for parameter: make it possible to suppress one parameter (IDEA-69021) 2011-06-07 13:38:57 +04:00
anna e374ec93b1 create local from usage: do not remove tailing comment (IDEA-69372) 2011-06-07 13:10:44 +04:00
anna ca8f1063b2 try narrowing conversion 2011-06-07 12:14:20 +04:00
anna ea622c99f3 create public inner class in interface (IDEA-70577) 2011-06-06 19:09:04 +04:00
anna 2280dade76 skip parenthesized expressions during type inference (IDEA-70591) 2011-06-03 17:59:04 +04:00
Roman Shevchenko d62745a9b0 Field names formatting in highlighting made independent of pesky plugins 2011-06-02 09:23:14 +04:00
Roman Shevchenko 69e549128e Resolve in overlapping single type and on-demand static imports fixed 2011-06-01 21:50:08 +04:00
Roman Shevchenko be3925acc2 Test "lightened" 2011-06-01 21:50:07 +04:00
peter 648ebaaaa0 don't be smart, just calculate the common prefix based on lookup strings and insert it (IDEA-63646,IDEA-70503) 2011-06-01 16:20:04 +02:00
Denis Zhdanov 82ed80cffa IDEA-70492 Javadoc Smart Complete Statement: Improve processing in case of the last parameter 2011-06-01 15:00:22 +04:00
Roman Shevchenko b66b7a9d0a Resolve in overlapping single and on-demand static imports fixed 2011-06-01 12:03:15 +04:00
Roman Shevchenko 2484d68569 Similar highlighting tests united 2011-05-31 16:08:05 +04:00
Roman Shevchenko 5a45068521 Resolve and highlighting in ambiguous single static imports fixed 2011-05-31 16:07:06 +04:00
Denis Zhdanov 62df932d36 IDEA-70194 Javadoc: Provide support for completing javadoc parameters description 2011-05-31 14:31:08 +04:00
anna bd8e7b33fd qualify with this refs in super calls when containing class has fields with the same names 2011-05-27 15:43:39 +04:00