Commit Graph
1463 Commits
Author SHA1 Message Date
Rustam.Vishnyakov b494c468f0 Changed CodeStyleSettings.IndentOptions to CommonCodeStyleSettings.IndentOptions 2011-08-10 18:17:50 +04:00
anna ce10ecce7f inplace introduce: preserve offset corresponding to editor changes 2011-08-09 12:11:07 +04:00
peter c3e24a2c3b temporarily disable the hanging static import tests 2011-08-09 09:11:31 +02:00
peter 48feeb3f4f disable test 2011-08-08 20:57:24 +02:00
peter 8730493c17 EA-28075 empty commit notification text 2011-08-08 20:57:24 +02:00
anna f5f7a96b24 inplace introduce: suggest unique names 2011-08-05 21:20:05 +04:00
peter 0dbb562a2a when no imported clas is found, show non-imported. on explicit completion only 2011-08-05 16:12:05 +02:00
peter 8f022bd35b fix geget problem when a completion restarts which has shown a lookup 2011-08-05 16:12:05 +02:00
anna 1d34a95b0f rename: use simple rename when reference is resolved (IDEA-72876) 2011-08-05 12:27:57 +04:00
Konstantin Bulenkov 36c0c6592d favorites toolwindow 2011-08-05 00:59:14 +04:00
anna 4e7e73d7bf inplace introduce: fix for method call occurrences (IDEA-72868) 2011-08-04 17:59:22 +04:00
anna 64b4fc43a8 name suggestions: do not check next members for param name conflicts 2011-08-04 17:59:20 +04:00
anna 6e3ca2f9e1 extract method: do not include comments when they were not included in selection; leave assignment expressions untouched? (IDEA-72730 ) 2011-08-04 14:16:33 +04:00
anna 4d7124c9a6 unused symbol: do not mark field as not used when annotated (IDEA-72847 ) 2011-08-04 13:04:16 +04:00
anna 11538de335 make class static: leave super expressions unprocessed when they do not correspond to outer class (IDEA-72740) 2011-08-03 22:02:14 +04:00
anna b973627301 change method signature from usage text tweaks 2011-08-03 22:02:13 +04:00
Dmitry Jemerov d38f27c7c8 remove incorrect qualified name check; provide tests (IDEA-71870) [r=jeka] 2011-08-03 19:22:25 +02:00
peter 5bf66b102a geget problem: typing anything during interruptible copy commit when there's already a lookup should lead to completion restart 2011-08-03 15:16:10 +02:00
peter aac6e8bb0f typing non-letter characters should cancel the autopopup completion in its early stages 2011-08-03 13:26:27 +02:00
Alexey Kudravtsev 4dcde9bbfa IDEA-71599 2011-08-03 15:19:29 +04:00
Rustam.Vishnyakov 554fffbead Separate Java code style settings, Java code style panels grouped 2011-08-03 15:07:38 +04:00
anna 179f2a0ded optimize imports: typo 2011-08-01 17:04:42 +04:00
Denis.Zhdanov 4db548424d IDEA-67496 Regression: Reformat on paste: Indent Block is not working when clipboard starts with comment Corrected processing in situation when pasted text ends with empty line
Corrected whole plain text replacement
2011-08-01 11:59:52 +04:00
anna 0cb64bd6ae inplace introduce: append semicolon if needed (to avoid parsing assignment as local variable) 2011-08-01 11:30:36 +04:00
peter 848d6874b2 suggest Arrays in the first completion, even if it's not imported: to overcome the conflict with ArrayStoreException 2011-07-29 17:41:39 +02:00
peter 2b505a8ff4 show only imported classes in the first completion 2011-07-29 17:19:42 +02:00
Dmitry Avdeev d52dce7f72 test fixed 2011-07-29 13:15:11 +04:00
Denis.Zhdanov 63563c354e IDEA-72317 Java Formatter: Separate 'Space before array initializer left brace' for annotation arguments and arrays
Test is corrected
2011-07-28 12:33:34 +04:00
peter 563c859bba no smart undo for tab/smart enter 2011-07-27 20:29:05 +02:00
peter 08666bd6f4 fix editor scrolling on completing, no smart undo for choosing variants by enter 2011-07-27 10:49:24 +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 a803fbed45 undo of a completion finished by enter/tab/smart-enter behaves first as if that action was just performed without any completion 2011-07-25 20:00:29 +02:00
peter e822b4f8e6 undo of a completion finished by typing a character behaves first as if that character was just inserted into the document without any completion 2011-07-25 20:00:29 +02:00
Gregory Shrago 3839c1513c fix tests N+1 attempt (allow java & jsp tests run together) 2011-07-25 20:23:21 +04:00
Gregory Shrago 3534ac1c16 fix tests & community compilation 2011-07-22 21:18:26 +04:00
Gregory Shrago 96832c8a60 light parser testcase 2011-07-22 18:50:18 +04:00
Denis Zhdanov 0126b354d6 IDEA-72317 Java Formatter: Separate 'Space before array initializer left brace' for annotation arguments and arrays 2011-07-21 17:40:42 +04:00
Denis Zhdanov 798af8ff98 IDEA-72321 Java Formatter: Respect 'space before method call parentheses' for anonymous class constructor 2011-07-21 16:18:36 +04:00
Dmitry Avdeev f41fdc2118 test data moved 2011-07-20 13:30:59 +04:00
anna 47725a30c3 Merge remote branch 'origin/master' 2011-07-19 12:55:17 +04:00
anna f59e8524f9 eclipse: do not warn about output if it was configured via path variable/linked resources (IDEA-71689) 2011-07-19 12:53:54 +04:00
peter 045baa388b IDEA-66018 provide smart completion for assertEquals() arguments 2011-07-18 16:58:51 +02:00
Denis Zhdanov 28e375358d IDEA-67496 Regression: Reformat on paste: Indent Block is not working when clipboard starts with comment
Corrected processing in situation when pasted text ends with empty line
2011-07-18 13:28:41 +04: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 cdb202387c IDEA-72127 Do not suggest live templates after a dot 2011-07-15 17:44:52 +02:00