Commit Graph
64249 Commits
Author SHA1 Message Date
Denis Zhdanov ea998911e2 IDEA-69656 Complete Current Statement: Provide support for completing 'condition' section of 'for' statement
'Update' section of 'for' statement may be smart-completed now
2011-05-16 13:39:04 +04:00
Bas Leijdekkers 7c42e2d07c fix typos 2011-05-16 11:37:57 +02:00
Bas Leijdekkers 3973a8162b disable "Replace '+' with 'String.format()'" inside annotations 2011-05-16 11:37:06 +02:00
Bas Leijdekkers a0846cf2c8 properly escape string 2011-05-16 10:41:32 +02:00
Denis Zhdanov dd5c166257 IDEA-69653 Complete Current Statement: Correct completion of 'init' section of 'for' statement
'Space after semicolon' code style property value is preserved during smart completion now
2011-05-16 12:15:11 +04:00
Denis Zhdanov bae2266f33 IDEA-69648 Complete Current Statement: Correct 'for' completion
Provided completion for standalone 'for' keyword
2011-05-16 12:15:10 +04:00
Denis Zhdanov f4469717d7 IDEA-69648 Complete Current Statement: Correct 'for' completion
Provided completion for standalone 'for' keyword
2011-05-16 12:15:10 +04:00
Denis Zhdanov 9a3bb4c453 IDEA-69604 Complete Current Statement: correct processing for code blocks with empty line
Update caret position without new empty line creation if code block already starts by new line
2011-05-16 12:15:09 +04:00
anna e6619536dd restore caret in variable if exist (IDEA-69663; IDEA-69661) 2011-05-16 12:05:25 +04:00
anna bde983aee7 enable can be final checkbox for introduce parameter 2011-05-16 12:05:24 +04:00
anna e6d6fb8c68 forbid to extract class with the name of one of the inner classes; show error dialog when class creation failed (IDEA-69581) 2011-05-16 12:05:23 +04:00
Dmitry Avdeev d821069792 getPath() performance 2011-05-16 10:25:32 +04:00
Dmitry Avdeev 59afdaedb9 running on its own path 2011-05-16 10:25:31 +04:00
Bas Leijdekkers 8e9a8ac43f -fix handling of string concatenations starting with a binary expression of a different type
-only enable for jdk5 and higher
-added test
2011-05-15 14:28:31 +02:00
Bas Leijdekkers 064413b817 fix whitespace 2011-05-15 14:25:36 +02:00
Konstantin Bulenkov bb2be75d07 provide keyboard navigation 2011-05-15 12:38:26 +04:00
Konstantin Bulenkov 17590faa96 + fromString creation 2011-05-15 12:38:25 +04:00
Konstantin Bulenkov 1931d77501 interface to provide custom shortcuts on components 2011-05-15 12:38:25 +04:00
Konstantin Bulenkov 85572d7602 EA-27117 NPE fix 2011-05-15 12:38:24 +04:00
Eugene.Kudelevsky aaa563c968 Merge remote-tracking branch 'origin/master' 2011-05-14 23:52:01 +04:00
Eugene.Kudelevsky 97bd8f94c0 IDEA-69322 do refresh after creating temp file 2011-05-14 23:46:14 +04:00
Eugene.Kudelevsky 9531617708 todo 2011-05-14 23:31:46 +04:00
Eugene.Kudelevsky 98eb166a41 try to launch debugger even if debug info seems to be unavailable 2011-05-14 23:29:16 +04:00
Maxim Medvedev 8d5c5adbec test fix 2011-05-14 23:00:45 +04:00
Maxim Medvedev 6a86d87286 infer method parameters by calls 2011-05-14 13:12:43 +04:00
Maxim Medvedev 78f92a3339 instance type provider, expression context 2011-05-14 13:12:42 +04:00
Yann Cebron 5be15ea958 PersistentStateComponent: add link to confluence 2011-05-13 23:22:36 +02:00
Yann Cebron 595dc6947a javadoc cleanup 2011-05-13 23:04:43 +02:00
Yann Cebron 16c3e8bfd8 javadoc cleanup 2011-05-13 23:02:31 +02:00
Yann Cebron a242a9de14 fix javadoc for com.intellij.psi.JavaPsiFacade.isInPackage() 2011-05-13 22:55:12 +02:00
Eugene.Kudelevsky a34101118c Merge remote-tracking branch 'origin/master' 2011-05-13 12:47:21 +04:00
Kirill.Safonov 0491f5cfa1 since JPS can now read compiler configuration from project files, don't manually set resource patterns 2011-05-13 21:14:51 +04:00
Andrey Vlasovskikh 00d55f8357 Added some javadocs 2011-05-13 21:07:17 +04:00
Andrey Vlasovskikh c5d9d030b1 Made instanceOf() public 2011-05-13 21:06:11 +04:00
Dmitry Jemerov 6eedc0ec3f Merge remote-tracking branch 'origin/master' 2011-05-13 18:06:19 +02:00
Dmitry Jemerov f823bcbc2d disable a plugin silently if it depends on a missing module 2011-05-13 17:13:25 +02:00
Bas Leijdekkers 5128d8c736 IDEA-13197 ("Convert to MessageFormat.format" / "Convert to String.format" should not run inside annotation parameter)
for "Replace + with StringBuffer" and "Replace + with String.format()"
2011-05-13 16:37:42 +02:00
Kirill Kalishev 763c3f2504 [xena] IDEA-67350 Cant read notifications (white text on yellow background) [rev=anna.kozlova] 2011-05-13 18:20:20 +04:00
anna fed09bd4f2 restart javadoc parser over new input stream; correct encoding detection (IDEA-69558; IDEA-67183) 2011-05-13 16:11:37 +04:00
Maxim.Mossienko 64704cb430 less often isCancelled check (one time in 10ms in ProgressManager) 2011-05-13 16:00:09 +04:00
Eugene Zhuravlev 5ed5dc4179 speedup ant execution from IDEA: use only stderr stream to log ant messages 2011-05-13 13:31:33 +02:00
anna 14c4a5f62b do not restart javadoc parser with the same input stream (IDEA-69558) 2011-05-13 15:25:24 +04:00
anna 861d938bb3 implementations presentation 2011-05-13 15:25:23 +04:00
anna 18d8cd3b5d skip test roots if generate javadoc was disabled for them (IDEA-65736) 2011-05-13 15:25:22 +04:00
Alexey Kudravtsev fbc0b7c373 http://ea.jetbrains.com/browser/ea_problems/22963 2011-05-13 14:07:12 +04:00
Alexey Kudravtsev 86f90a87e2 http://ea.jetbrains.com/browser/ea_problems/26472 2011-05-13 14:07:11 +04:00
andrey zaytsev 09753f71d0 find: select text in field when it gets focus. Remove any selection in editor after replace-all. 2011-05-13 14:03:46 +04:00
Konstantin Bulenkov 7b7bcda775 NavBar is always shown on the top 2011-05-13 13:33:59 +04:00
Konstantin Bulenkov a802b858a5 fix TC plugin update 2011-05-13 12:49:45 +04:00
Eugene.Kudelevsky 62f7a11b6b IDEA-69484 fix IAE 2011-05-13 12:42:17 +04:00