Commit Graph
77164 Commits
Author SHA1 Message Date
Dmitry Jemerov dadb5a3bcc separate update channel for this EAP 2012-02-07 15:40:33 +01:00
Dmitry Jemerov eb73f3087c Merge remote branch 'origin/master' 2012-02-07 15:31:25 +01:00
Dmitry Jemerov bbbe3c31f5 IDEA 11.1 2012-02-07 15:29:15 +01:00
Konstantin Bulenkov 08605431fd timeout stuff 2012-02-07 15:16:17 +01:00
Sergey Simonchik 381599fbac method isToolEnabled(HighlightDisplayKey key) for tests 2012-02-07 18:02:29 +04:00
Dmitry Jemerov b4dc85233b Merge remote branch 'origin/master' 2012-02-07 14:31:46 +01:00
Gregory.Shrago ff04f2e32a EA-33560 - PIEAE: PsiElementBase.getContainingFile 2012-02-07 17:28:13 +03:00
Dmitry Jemerov 3b118bc07e Merge remote branch 'origin/master' 2012-02-07 14:30:14 +01:00
Serega Vasiliev 9e26fb03b3 Hibernate 4 Console 2012-02-07 14:13:04 +01:00
Serega Vasiliev 75654a3490 fixed NPE 2012-02-07 13:47:54 +01:00
Sergey Evdokimov e169f65fb0 IDEA-80779 (Understand Spock mocks) 2012-02-07 16:45:31 +04:00
Dmitry Jemerov c57106d068 cleanup 2012-02-07 13:34:41 +01:00
Dmitry Avdeev 50c3584fe6 IDEA-80841: "Organize import" deletes xsi:schemeLocation mark as unsed because xmlns redefine for element 2012-02-07 16:28:03 +04:00
anna 1c66c3318f should not highlight stacktraces with vcs annotations when settings is off 2012-02-07 13:25:31 +01:00
anna fe3b2801ac enable installed dependant plugins (IDEA-77377) 2012-02-07 13:25:30 +01:00
Dmitry Jemerov cf3d60eb8b toolbar button to clear console contents (IDEA-80849) 2012-02-07 12:26:35 +01:00
irengrig 1067eeddff Merge remote branch 'origin/master' 2012-02-07 15:23:54 +04:00
Konstantin Bulenkov d8e83a1fdb don't set focus to preferred component on every activation 2012-02-07 12:22:30 +01:00
irengrig 7a2328f863 SVN 1.7: up to 114.999 2012-02-07 15:18:39 +04:00
peter 92826cc037 make comm&it mnemonic in todo checkin handler work 2012-02-07 12:04:07 +01:00
peter 466e61a43d present a correct scope in show usages action, not just 'project files' always 2012-02-07 12:04:07 +01:00
peter 56dabbf379 relax whole word criterion 2012-02-07 12:04:07 +01:00
nik bbb6e95406 compile server: api for registering module level builders 2012-02-07 15:02:48 +04:00
nik 2103c2098a cleanup and javadoc 2012-02-07 15:02:47 +04:00
anna 4e7c56593e Merge remote-tracking branch 'origin/master' 2012-02-07 11:44:11 +01:00
anna d4d1685828 EA-33530 - AIOOBE: ExtractMethodProcessor.doExtract 2012-02-07 11:42:54 +01:00
nik 2fff1209da removed obsolete modules from artifacts 2012-02-07 14:30:06 +04:00
Maxim Shafirov f6320a11c0 Allow "core" and "normal" environments to co-exist 2012-02-07 14:26:53 +04:00
nik df89e0c0f5 added extension to contribute to compile server classpath; jps-javaee plugin moved to JavaEE plugin 2012-02-07 13:51:15 +04:00
Rustam.Vishnyakov 622a36b4da Groovy custom folding regions 2012-02-07 13:27:58 +04:00
peter 7817391f73 walk only the necessary files when searching for string in a custom scope 2012-02-07 10:24:41 +01:00
irengrig dc1b51d7ce SVN 1.7: command line client - to be used for update (not switch) + http protocol 2012-02-07 13:08:52 +04:00
irengrig aa82cbdb36 SVN+SSH: fingerprints: avoid deadlock (asked from background threadlead thread, but we might have ex update options dialog box showing modal simultaneously + auth progress) 2012-02-07 13:08:51 +04:00
irengrig 32a8880610 SVN: possible NPE fix 2012-02-07 13:08:50 +04:00
irengrig e3ffc95c82 SVN 1.7: wc-locked attribute 2012-02-07 13:08:49 +04:00
irengrig 2d74365733 SVN: assertion in case there was no authentication and user tries to select revision to update to 2012-02-07 13:08:48 +04:00
irengrig 8766496f26 SVN 1.7: resolve conflict (as merged) - to work 2012-02-07 13:08:47 +04:00
Sergey Evdokimov 25f2995cb7 Since 11.1 IDEA has idea66.vmoptions file. 2012-02-07 12:53:10 +04:00
anna f5e8164b35 redundant suppression false positives: do not trigger inspection on unfair inspections as well as on unused declaration (IDEA-79546) 2012-02-07 09:15:17 +01:00
anna b54dd41ed0 IDEA-78597 Refactoring introduce field introduce silly assignment 2012-02-07 09:15:17 +01:00
nik 0678dc85f2 Exception -> IOException 2012-02-07 10:37:48 +04:00
Denis.Zhdanov f9fa4ebd4c IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
1. Changes infrastructure is re-written in order to not hold references to the changed entities (Module, LibraryOrderEntry etc). Reason: their hash code may be changed on state change (e.g. new binary file registered for the library changes its hash code);
2. Added support for showing conflict nodes at the gradle project structure tree;
3. Corresponding tests have been added;
2012-02-07 10:31:42 +04:00
Denis.Zhdanov bc66b65e21 IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
Forcing node repaint on its attribute change
2012-02-07 09:25:47 +04:00
Denis.Zhdanov bd47cf8aa7 IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
Expanding 'dependencies' node by default
2012-02-07 09:25:46 +04:00
Denis.Zhdanov 981fad5507 IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
Removed static dependency to the Application from the 'sync project changes' code. The reason is to avoid global setup changes during the tests processing
2012-02-07 09:25:45 +04:00
peter 76bb17e766 call method isn't unused 2012-02-06 22:02:35 +01:00
anna 2b11f13afc IDEA-80889 AE at com.intellij.psi.impl.PsiDocumentManagerImpl.a 2012-02-06 20:58:25 +01:00
Eugene Zhuravlev 0a864b89b1 fix possible NPE 2012-02-06 20:38:11 +01:00
anna e030942b9d copy: suggest to override/skip non-java files with the existing names (IDEA-80912) 2012-02-06 19:57:45 +01:00
anna adcc43e953 forbid to use suite method during rerun failed tests 2012-02-06 19:57:45 +01:00