Commit Graph
3736 Commits
Author SHA1 Message Date
peter d231d788c8 honor completion-case-sensitive=ALL option in the new matcher 2011-03-30 20:29:08 +02:00
peter c622695382 minuscule matching by default 2011-03-30 19:07:53 +02:00
peter 68d8890b7f suggest 'final' in for-in loop clause (IDEA-67249) 2011-03-30 19:07:52 +02:00
peter bbcacf8e4f a test for method lookup element presentation 2011-03-30 14:40:00 +02:00
Roman Shevchenko 5d95c304c6 IDEA-67190 (correctly unwrap try statement if it's not in a code block) 2011-03-29 15:58:52 +02:00
peter bb32018645 IDEA-66892 'else' variant in completion should be preferred in this case 2011-03-28 17:26:38 +02:00
peter 943c822123 IDEA-66899 Completing enum constant defined in the same class (private) will insert full FQN (including parent class name) instead of EnumName.ENUM_VALUE 2011-03-28 17:26:37 +02:00
peter f60df30b28 IDEA-66179 Bad behavior of inserting generic type constructor when autocompleting 2011-03-25 15:36:51 +01:00
Roman Shevchenko fe7b1d3f5b Only parse diamonds where they're welcomed 2011-03-24 21:42:06 +01:00
peter 6fa432b1a5 respect the completion case sensitive first letter option back 2011-03-24 18:10:00 +01:00
anna 516bef4f42 create class from usage: do not show dialog from write action (IDEA-66872) 2011-03-23 21:05:59 +01:00
Gregory Shrago a2c449009a IDEA-66790 "Private field is never used" does not appear when @Resource annotation used 2011-03-21 18:56:26 +03:00
anna a3aacb032c redundant suppression: correct redundancy for tools with the same id 2011-03-18 12:48:30 +01:00
Roman Shevchenko 91c7d40078 Project Coin precise rethrow support 2011-03-17 17:47:38 +01:00
peter 1e01efc501 don't suggest primitive type variants in parameter type after . 2011-03-14 20:48:18 +01:00
peter 92988aa6f1 classes from the same package should have higher priority than the imported ones (IDEA-66309) 2011-03-14 20:48:17 +01:00
peter 0fdefe3ca3 fix double colon on completion 2011-03-14 20:48:14 +01:00
anna 63bb62c7fa heap pollution:check if possible to make final (IDEA-65920) 2011-03-14 17:02:11 +01:00
peter da18adc88d fix completion not launching insert handler after explicit common prefix insertion 2011-03-11 17:35:06 +01:00
anna d1b5fd26f8 create class from usage: enable inside new expr args (IDEA-66193) 2011-03-11 15:32:27 +01:00
anna 066f5d8ce8 create class from usage: setup generics params as it is done for create from new ( IDEA-43214) 2011-03-11 15:04:05 +01:00
Roman Shevchenko 25e36ccea0 Coin completion tests moved from class name to normal 2011-03-10 21:34:37 +01:00
Roman Shevchenko ec147dd31d Better exceptions-only completion in catch 2011-03-10 21:34:36 +01:00
Roman Shevchenko 7b05a6c4a9 Completion in try-with-resources 2011-03-10 21:34:36 +01:00
Roman Shevchenko 9593bfc3f1 Completion in multi-catch 2011-03-10 16:40:50 +01:00
anna e1fc66adaa remove local redundant unchecked suppress inspection - replace with existing global one (IDEA-66039) 2011-03-09 20:53:21 +01:00
anna c61a0360a7 suppress possible heap pollution with unchecked id (IDEA-66066) 2011-03-09 20:53:20 +01:00
peter 58235e314a new HashMap< 2011-03-09 20:14:22 +01:00
Roman Shevchenko c992b9c216 Resolve in javadoc fixed 2011-03-09 13:03:29 +01:00
peter 16fae492a8 accept class suggestions in java by < 2011-03-08 18:07:29 +01:00
peter 435b14a0ad finishing completion with [ (IDEA-40461) 2011-03-08 18:00:37 +01:00
peter 24b5e9a888 by default execute typed handler when finishing completion by a character 2011-03-08 18:00:36 +01:00
anna ccdc3a5bcb diamond: replace wildcards with corresponding bound when inference (IDEA-66124) 2011-03-08 17:45:00 +01:00
anna b5303937f9 diamonds: do not warn about broken inference for raw types (IDEA-66132) 2011-03-08 11:27:12 +01:00
Roman Shevchenko c3b799c246 IDEA-66081 (resolve methods in javadoc by signatures) 2011-03-07 22:01:53 +01:00
Roman Shevchenko 20b933ac87 IDEA-66266 (add/remove modifier quick fix to work on explicit ones only) 2011-03-07 22:01:52 +01:00
peter 09108a1141 in a class, prefer member modifiers to other classes 2011-03-07 18:25:00 +01:00
peter 893c24c52f IDEA-57403 Completion cannot suggest members of an intersection type 2011-03-03 20:07:58 +01:00
peter f145812a77 foreach loop variable shouldn't be visible from the loop expression (IDEA-55859) 2011-03-03 20:07:54 +01:00
Roman Shevchenko 636877d224 Generalize catch fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko 618e0e3ac0 Surround with try/catch fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko 77f94dbece Add exception to method signature fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko a5a7e6846a Add catch block fix made aware of try-with-resources 2011-03-01 20:34:17 +01:00
peter 5c6c1da682 prefer return 2011-02-28 18:29:30 +01:00
anna db86efbbd4 format type after field creation from usage (IDEA-65996) 2011-02-28 15:18:41 +01:00
anna 70308b234e check for enclosing instance of type for top level extends type only (IDEA-65857) 2011-02-27 17:30:17 +01:00
anna a89d18d0f0 safe varags: enable add safe varargs on constructor 2011-02-27 16:50:28 +01:00
Roman Shevchenko 70370a5456 Highlight uninitialized resource variable 2011-02-25 20:59:19 +01:00
Roman Shevchenko a469762b6d Resolve in resource list tuned to not look forward 2011-02-25 20:59:19 +01:00
Roman Shevchenko b2ec3c9263 Unused local variable inspection made aware of try-with-resources 2011-02-25 20:59:19 +01:00