Commit Graph
55 Commits
Author SHA1 Message Date
anna 5c430dd73a create getter from usage: return type fixed when field with name already exist 2010-07-26 11:56:35 +04:00
anna c78e9d3d8c test data fixed 2010-07-23 14:49:16 +04:00
anna 3f399561c2 good code is red: upper bound should move up if next parameter requires (IDEA-56696) 2010-07-23 13:57:13 +04:00
anna 232cc27726 type inference: super bounds promotion corrected (IDEA-55718) 2010-07-19 17:10:52 +04:00
anna 35cac19e2a wrap with expression: extended to use parseXXX; varargs support (IDEA-56469) 2010-07-15 10:44:06 +04:00
irengrig fe72dbec0d Merge branch 'master' of git.labs.intellij.net:idea/community 2010-07-14 14:06:17 +04:00
anna f0fcf606f5 create param from field in case of chained calls 2010-07-12 16:46:30 +04:00
anna a9c9e7dc3b ignore code marked as @Generated (IDEA-55272) 2010-07-07 16:21:11 +04:00
anna 47f39e770c split if: unparenthesis (IDEA-56272) 2010-07-06 13:04:34 +04:00
unknown f25abb008c create field from parameter: all erase unavailable type params (IDEA-56163) 2010-07-01 13:37:08 +04:00
Roman Shevchenko 58bc72134b "Convert to Basic Latin" intention to use standard HTML entities 2010-06-29 16:51:56 +04:00
Roman Shevchenko 2c1a1059ae "Convert to Basic Latin" intention 2010-06-28 23:03:28 +04:00
anna 7dd54f8ace replace all inheritors with static imports: minimize touched files count 2010-06-28 18:58:39 +04:00
anna 11d811d3be replace all inheritors with static imports 2010-06-28 18:58:36 +04:00
Alexey Kudravtsev 2718da9fc7 more java tests moved to community 2010-06-25 12:46:40 +04:00
Alexey Kudravtsev 735a9d17a8 java highlighting tests moved to community 2010-06-25 12:46:38 +04:00
anna 391a92a30e type migration: infer type parameters from all available information (IDEA-55777) 2010-06-17 18:38:03 +04:00
anna 22a3ff424b change var type args from call 2010-06-11 13:36:05 +04:00
Maxim Medvedev 5d39963fa8 Merge branch 'master' into changeSignature 2010-06-01 09:45:59 +04:00
peter 7c51c98375 correctly generate anonymos body when completing after new inside another anonymous 2010-05-31 21:44:06 +01:00
Maxim Medvedev b11b8c7b86 merge master 2010-05-21 17:39:25 +04:00
peter c9db4a5d12 IDEA-54459 Smart type completion for anonymous class after 'new' inserts '{}' inside '()' if the class has two generic parameters 2010-05-17 14:54:27 +01:00
anna e860849c8b replace implements with static imports (IDEA-37581): check for supers 2010-05-11 14:42:12 +04:00
anna 5e7036a74d replace implements with static imports (IDEA-37581) 2010-05-11 14:42:11 +04:00
Maxim Medvedev 5d692db484 Merge branch 'master' into changeSignature 2010-05-11 14:36:06 +04:00
anna 8b9c2074f0 javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 ) 2010-05-04 13:21:10 +04:00
Maxim Medvedev 8b4e91ddf2 Merge branch 'master' into changeSignature
Conflicts:
	plugins/groovy/testdata/highlighting/MethodDuplicates.groovy
2010-04-23 11:05:23 +04:00
anna eef8f4fb25 javadoc signature: short name for nested classes fixed 2010-04-22 20:38:58 +04:00
Maxim Medvedev 184632cb63 Merge commit 'origin/master' into changeSignature
Conflicts:
	java/java-impl/src/com/intellij/refactoring/changeSignature/ChangeSignatureTargetUtil.java
	plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/changeSignature/GrChangeSignatureHandler.java
2010-04-22 16:47:15 +04:00
anna 73081ee24d package-info.java is involved in Ctrl-Q (IDEA-26014); testdata moved 2010-04-22 12:22:41 +04:00
peter 8c2b87446f restore primitive type completion in parameter lists 2010-04-15 17:43:37 +04:00
peter d45e439cc1 tab completion shoulnd't overwrite new class'es argument list 2010-04-15 17:43:33 +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 16ecaebf9b correct {} placement when creating a new abstract class with constructor arguments 2010-04-12 19:31:27 +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 8ea4bb8771 IDEA-53352 Completing multiple parameters inside if statement inserts semicolon incorrectly 2010-04-06 14:25:53 +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 ebf8bc4fd9 Complete words in XML even if there are classes in the completion list (IDEA-50044) 2010-03-08 21:53:22 +00:00
anna f766605a48 unify javadoc warnings: @return tag should be highlighted if description is missed (IDEA-47680) 2010-02-26 16:46:37 +03:00
Dmitry Jemerov 457b469b9d move CompleteStatementTest to java-tests 2010-01-20 21:18:06 +03:00
anna b3eff58dd9 javadoc bad characters (IDEADEV-10643) 2009-11-24 16:23:59 +03:00
peter 50da4c1d5a make complete-statement-completion smart-wrap constructor arguments (IDEADEV-41023) 2009-10-28 22:48:21 +00:00
peter b29804d2bf preserve method call parameters when selecting with tab 2009-10-28 22:48:21 +00:00
peter 81e863bdfd WordCompletionTest->community 2009-10-26 17:13:32 +00:00
anna 58ccc4c14b try to find referenced member inside inner class if failed try enclosing (IDEADEV-40929) 2009-10-21 13:38:35 +04:00
peter 98e865fe67 VariablesCompletionTest -> community 2009-10-15 19:04:17 +01:00
peter 5b6d7557a1 move jsp smart completion test back into ultimate 2009-10-15 19:04:16 +01:00
peter fc5b2909d7 CompletionStyleTest -> community 2009-10-15 19:04:15 +01:00
peter d41d5eecbb CustomFileTypeCompletionTest -> community 2009-10-15 19:04:15 +01:00