Commit Graph
116 Commits
Author SHA1 Message Date
peter.gromov f4fafcbb4b IDEA-60822 [IdeaX] code completion for "for(fin" automatically chooses "for(finalize()" instead of "for(final" 2010-11-11 21:03:29 +03:00
peter.gromov 68d0598a76 fix double space after return in java 2010-11-11 21:03:29 +03:00
peter.gromov 391a9f4e2b no superfluous spaces when completing primitive types in for loop (IDEA-61052) 2010-11-10 21:24:12 +03:00
peter.gromov 1fec75c35a suggest the just appeared type variables when writing a method return type (IDEA-60681) 2010-11-08 17:57:34 +03:00
peter.gromov 217ece149b IDEA-58858 Regression: Incorrect behavior on method name autocomplete if the next statement has a cast 2010-11-08 17:57:34 +03:00
peter 3cad8b60da suggest primitive types in for loop (IDEA-60558) 2010-10-30 16:50:50 +04:00
peter 02aaf0b6b0 don't autopopup with anything after Java double literals (IDEA-60505) 2010-10-30 16:18:40 +04:00
peter 9f2c71850b don't throw exceptions when completing in the RHS of >>, complete instead 2010-08-26 20:25:10 +01:00
peter a5dcfb5582 make ctrl+space in java offer all class names, not just the imported ones 2010-08-22 18:37:29 +01:00
peter 24488c204b don't insert . after completing super in java 2010-07-30 22:04:47 +01:00
peter 8c2b87446f restore primitive type completion in parameter lists 2010-04-15 17:43:37 +04:00
peter fac5c19893 IDEA-52529 enum member not suggested while adding a static array right in the enum class 2010-04-15 17:43:30 +04:00
peter 8db6de961d don't suggest primitive type names inside annotation in method parameter list (IDEA-25149) 2010-04-12 19:31:26 +04:00
peter d2086dc7f3 IDEA-53346 Extra pair of parentheses when completing a constructor call 2010-04-06 20:10:40 +04:00
peter eed9138dbd IDEA-27091 When finishing method lookup item with '(', put caret after this '(' even if method has no parameters
IDEA-51789 When "Insert pair bracket" on Editor->Smart keys page is off, IDEA still inserts both parentheses on autocomplete lookup, but overtype doesn't work
2010-03-09 12:54:15 +00:00
peter 2635f32a99 basic completion tests -> community 2009-10-15 13:07:59 +01:00