Commit Graph
62659 Commits
Author SHA1 Message Date
peter cf3f7267a3 IDEA-67776 Off by one error in 'Method with too many parameters' for Groovy 2011-04-12 13:18:43 +02:00
peter 50412c37e5 support eol comments in spock formatting (IDEA-65728) 2011-04-12 13:18:43 +02:00
Kirill Kalishev a774aa454a memleak fixed from AbstractPopup 2011-04-12 15:15:43 +04:00
Kirill Kalishev 73413fbddf Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-12 15:09:58 +04:00
Kirill Kalishev 47df6a2d5e jna library update + some incompatibility fixes 2011-04-12 15:09:48 +04:00
anna 70aff6d330 restart javadoc page parsing with correct encoding (IDEA-67183) 2011-04-12 12:39:52 +02:00
anna c8f50b3f79 select all name with dots in rename dialog (IDEA-67916) 2011-04-12 12:39:51 +02:00
Dmitry Jemerov 5b0daf6a60 more logging for command line processing 2011-04-12 12:23:37 +02:00
Dmitry Trofimov 7256c2eb21 Console optimization reverted as it was not done properly, additional investigation needed. 2011-04-12 13:15:21 +04:00
Alexey Pegov 24e0680d52 [mac] native choose patch dialog [vcs] 2011-04-12 13:01:23 +04:00
peter 740354f00a some phase changing is allowed 2011-04-12 10:44:35 +02:00
Alexey Kudravtsev 671c35a0b1 notnull 2011-04-12 11:42:23 +04:00
Alexey Kudravtsev ee9a68bf44 PSI leaks via LocalQuickFix 2011-04-12 11:42:23 +04:00
Alexey Kudravtsev 6d4584ed72 NPE in injected due to datarace in isPhysical() 2011-04-12 11:42:22 +04:00
Eugene Zhuravlev d5a2ec3090 adapt javac output parser for jdk7 format changes (IDEA-65896) 2011-04-11 22:06:58 +02:00
Alexander Kirillin ae7e259eb7 bug fixes + tests 2011-04-11 23:21:49 +04:00
Gregory Shrago 564c104fcf CCE fix & dups removal 2011-04-11 23:08:33 +04:00
anna 29a1518b45 sort directories in directory chooser (by default they are in roots creation oder) IDEA-67366 2011-04-11 21:02:21 +02:00
anna 557f2e59f2 do not overwrite user defined run configuration name (IDEA-67324) 2011-04-11 21:02:20 +02:00
anna 522406b48f disable run configurations group in dumb mode (IDEA-67333) 2011-04-11 21:02:20 +02:00
anna edcae93bd9 hide rename parameters in hierarchy for static methods (IDEA-67898) 2011-04-11 21:02:19 +02:00
Gregory Shrago d916bc5851 OC-545 OCUnit: improve test output 2011-04-11 22:37:38 +04:00
Roman Shevchenko 59e0af7baf EA-26848 (check before cast, Luke) 2011-04-11 20:20:29 +02:00
Roman Shevchenko ce25274012 EA-26831 (check an expression) 2011-04-11 20:20:28 +02:00
Roman Shevchenko df411b59cd EA-26819 (fix + support for multi-scoped elements) 2011-04-11 20:20:28 +02:00
Roman Shevchenko 3a6d7668b0 EA-26346 (fix + more logging) 2011-04-11 20:20:28 +02:00
Bas Leijdekkers 06b96f1fd3 text tweak 2011-04-11 20:18:09 +02:00
Bas Leijdekkers 1b9a6392da fix CCE 2011-04-11 20:11:57 +02:00
Dmitry Trofimov 64f8b7e8ba Added optimization checks before running hyperlinks highlighting code. Add possibility to turn off folding updating (it was a bottle neck and unnecessary in Python Console). 2011-04-11 21:54:28 +04:00
Dmitry Trofimov 9839657e20 Optimized deferred output processing memory consumption(removed excessive new String() creation). 2011-04-11 21:54:03 +04:00
Dmitry Jemerov c6e7c5a40e fix constraint updates for UI Designer components after cdr's bold fix (IDEA-64042) 2011-04-11 19:45:30 +02:00
Dmitry Jemerov 7fa09fa454 narrow down flag shouldn't be applied when entering selected element on filter toggle (IDEA-63157) 2011-04-11 19:45:29 +02:00
Dmitry Jemerov a314da8078 don't prompt to install optional dependencies if they're not in the repo (part of IDEA-67553) 2011-04-11 19:45:29 +02:00
Eugene Zhuravlev ba860c76f7 do not mark VFS corrupted if it is already disposed 2011-04-11 19:35:25 +02:00
Eugene Zhuravlev 991bb160b4 cleanup old code 2011-04-11 19:35:24 +02:00
sweinreuter 0acbfbfd17 IDEA-67727 - now for real 2011-04-11 19:31:56 +02:00
sweinreuter e592896a4e more xpath visitor stuff 2011-04-11 19:31:55 +02:00
peter 35674f88df don't change phase while completion is running (EA-26439) 2011-04-11 19:23:45 +02:00
peter af464a96e1 EA-26478 diagnostics 2011-04-11 19:23:45 +02:00
peter 4f96d03a3e some validity assertions (EA-26543) 2011-04-11 19:23:45 +02:00
peter 7b16df8807 don't modify a read-only document during lookup (EA-26547) 2011-04-11 19:23:44 +02:00
peter 0b8aafcb94 EA-26840 2011-04-11 19:23:44 +02:00
peter 91dc64509c diagnose the unknown plugin AbstractMethodError (IDEA-67890) 2011-04-11 19:23:44 +02:00
peter 1a10447183 position should remain valid throughout completion 2011-04-11 19:23:44 +02:00
peter d401422589 select word correctness assertions 2011-04-11 19:23:44 +02:00
Sergey Evdokimov e1868ee456 Fix: IDEA-67882 (Groovy: Regression: Completion for named attributes passed to closure should work.) 2011-04-11 21:10:06 +04:00
Konstantin Bulenkov 9cfb9d32ea IDEA-67567 scrollbar in navigation bar pick random item upon release 2011-04-11 19:41:45 +04:00
Konstantin Bulenkov 27ec11e6cb one more fix about data context 2011-04-11 19:41:45 +04:00
anna 0633dddcc0 message fixed 2011-04-11 17:24:31 +02:00
anna 96565d7d68 EA-26772 - assert: Match.getChangedSignature 2011-04-11 17:24:31 +02:00