Commit Graph
51951 Commits
Author SHA1 Message Date
Roman Shevchenko 0aaffd3c7b New Java parser (incomplete parameter list parsing fixed) 2010-08-10 17:44:32 +04:00
anna d2e81ddadf drop caches more often 2010-08-10 17:11:53 +04:00
anna c7ea1c0ab4 too many strings 2010-08-10 17:11:52 +04:00
anna 12795d2509 ui designer: enable move forms via dnd (IDEA-57355) 2010-08-10 17:11:51 +04:00
Maxim Shafirov f5ea08c29a IDEA-24540: Parallel processing of model contributed (inspired by patch from Yann Cébron) 2010-08-10 17:07:45 +04:00
Dmitry Trofimov 029b7ded64 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 17:03:01 +04:00
Maxim Medvedev 36e70d83c5 IDEA-48890 Intentions: "Convert parameter to map entry" for closure parameters breaks code semantics 2010-08-10 16:56:29 +04:00
Dmitry Trofimov f1d808b204 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 16:56:28 +04:00
Dmitry Trofimov 2daa5826cd fixed IOOBE (PY-1544) 2010-08-10 16:32:04 +04:00
Maxim Medvedev da38723753 IDEA-48975 Inspection "Access to unresolved expression" false positive for method access from number conversion to primitive types 2010-08-10 15:47:15 +04:00
Maxim Medvedev bca3d9b4e3 IDEA-48875 Intentions: "Convert parameter to map entry". Wrong warning window "Chosen name conflicts with parameter" is shown when trying to leave parameter's initial name 2010-08-10 15:40:48 +04:00
nik ef0b2baa6a notnullification (IDEA-57345) 2010-08-10 15:27:47 +04:00
nik fa4ee76ac7 new compiler api: check cancelled and progress messages 2010-08-10 15:27:46 +04:00
Maxim Medvedev bf43dc6848 IDEA-57166 Groovy Enum .values() error 2010-08-10 15:14:16 +04:00
Maxim Medvedev 6843590e5a IDEA-51795 Smart completion for groovy casts is not working 2010-08-10 14:34:05 +04:00
Roman Shevchenko 34345f6345 New Java parser (fixed test enabled) 2010-08-10 13:49:18 +04:00
Roman Shevchenko 62ee5370f7 Cleanup 2010-08-10 13:49:17 +04:00
Roman Shevchenko 64e637cb92 New Java parser (incomplete method declaration parsing fixed) 2010-08-10 13:49:17 +04:00
Roman Shevchenko 7ef86f0291 Cleanup 2010-08-10 13:49:17 +04:00
Roman Shevchenko 70ab7ff89a New Java parser (minor test case optimization) 2010-08-10 13:49:16 +04:00
Roman Shevchenko f850119216 New Java parser (incomplete class declaration parsing fixed) 2010-08-10 13:49:16 +04:00
Roman Shevchenko 9dd2505489 Empty import list placement and comment binding (test data fixed) 2010-08-10 13:49:16 +04:00
Roman Shevchenko 88b087a894 Empty import list placement and comment binding 2010-08-10 13:49:16 +04:00
Roman Shevchenko 84487c5937 New Java parser (expression parsing fixed) 2010-08-10 13:49:16 +04:00
Alexey Pegov 4ca7918849 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 13:32:06 +04:00
Alexey Pegov 539dc5e6fc minor 2010-08-10 13:31:50 +04:00
nik 852c584bb6 renames & moves 2010-08-10 13:13:22 +04:00
Alexey Pegov 4af5815967 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 13:05:26 +04:00
Alexey Pegov b629b049b6 fix popups one again 2010-08-10 13:05:11 +04:00
Denis Zhdanov a42c28f4e3 IDEA-57201 "Optimize imports" drops comments between import statements
1. 'Optimize imports' processing is corrected;
2. Corresponding tests are added;
2010-08-10 13:01:51 +04:00
Denis Zhdanov 6d4313bcf4 IDEA-53596 Soft wrap for editors
1. Soft wrap appliance point selection algorithm is corrected;
2. Visual position -> (x; y) mapping is corrected in a way to consider 'before soft wrap' sign;
2010-08-10 12:40:07 +04:00
Anton Makeev 767f9fc2e8 Maven: action names (IDEA-57382) 2010-08-10 12:26:34 +04:00
nik 7efb9d6494 fix popups on Linux 2010-08-10 11:33:52 +04:00
nik d4bb62b01b missing files added 2010-08-10 10:41:12 +04:00
nik 9698a79f31 workaround reverted 2010-08-10 10:38:55 +04:00
Denis Zhdanov 5a617f3f87 IDEA-57341 Soft wrap: remove ability to fold wrapped lines in editor
Only console editor gutter shows fold regions that operate on a single logical line now
2010-08-10 10:30:53 +04:00
anna 949f0d69e5 update moved files references 2010-08-10 10:26:38 +04:00
anna 03252dea74 check if file already moved (IDEA-57351) 2010-08-10 10:26:37 +04:00
anna 5915e2daa1 override/implement: substitute types in method type parameters list (IDEA-57267) 2010-08-10 10:26:36 +04:00
anna e18d3e0881 pull up/push down: type parameters can be used in type parameters list as well as type elements (IDEA-57268) 2010-08-10 10:26:36 +04:00
anna 88d6d35d9f refactorings: do not touch text occurences if find usages prohibit such searches (IDEA-57319 ) 2010-08-10 10:26:35 +04:00
Denis Zhdanov 5ce12d6658 IDEA-57201 "Optimize imports" drops comments between import statements
Took static imports into consideration
2010-08-10 09:57:57 +04:00
Dmitry Trofimov 936a17eb20 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-10 00:06:54 +04:00
Dmitry Trofimov 12fe982689 fixed django line commenter (PY-1206) 2010-08-09 23:57:21 +04:00
Roman Shevchenko d54c9047ec CE build number fixed 2010-08-09 22:57:25 +04:00
Alexey Pegov f97873eacc no focus border is back 2010-08-09 20:30:12 +04:00
Alexey Pegov 5fdf0dab5c Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-09 20:17:59 +04:00
Alexey Pegov 342d752886 TreeComboBox 2010-08-09 20:17:37 +04:00
Denis Zhdanov 214a3aa080 IDEA-57201 "Optimize imports" drops comments between import statements
Comments are preserved on optimized import list construction now
2010-08-09 19:35:29 +04:00
irengrig 55ec05c497 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-08-09 19:27:35 +04:00