Commit Graph
78282 Commits
Author SHA1 Message Date
peter ff79361b39 methods from swing and awt are equally known 2012-02-27 15:08:01 +01:00
peter de93b7e26f a quick hacky fix for very slow repaint for very long notifications 2012-02-27 15:08:00 +01:00
peter 8f24ff6e79 prefer null and new to the void methods in expression context 2012-02-27 15:08:00 +01:00
Sergey Evdokimov 113f4887e3 EA-33182: ArrayIndexOutOfBoundsException at AbstractFolderNode.updateImpl. 2012-02-27 17:23:00 +04:00
Maxim.Mossienko 9c24e6adba do not validate buttons in test 2012-02-27 17:14:06 +04:00
Eugene Zhuravlev 1cdd4a9e10 shutdown server if IDE crashed 2012-02-27 17:10:00 +04:00
Alexey Kudravtsev 82440c760f test fix 2012-02-27 16:58:36 +04:00
Nikolay Matveev 70af35eb2e icon for coverage tool window 2012-02-27 15:56:28 +04:00
Konstantin Bulenkov ced296df0c NPE from dialogs 2012-02-27 12:45:10 +01:00
Denis.Zhdanov 19a33c7a05 IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
1. Started work for supporting content roots at the 'sync project structures';
2. Explicitly defining java executable to be used by the gradle daemon;
2012-02-27 15:39:26 +04:00
Denis.Zhdanov 8561fe1406 IDEA-76142: Gradle support - cannot update IDEA projects once one of build.gradle files changes
Don't trigger 'refresh gradle project' on project structure changes performed by the gradle integration
2012-02-27 15:39:25 +04:00
Denis.Zhdanov 0423f9af85 IDEA-81581 Gradle project failure w/ 11.1 EAP
Don't perform double 'refresh gradle project'
2012-02-27 15:39:25 +04:00
anna b30e07ba07 EA-31300 - assert: PsiReferenceExpressionImpl.multiResolve 2012-02-27 12:37:49 +01:00
anna 88b5e5edc6 @NotNull 2012-02-27 12:37:48 +01:00
anna 5595729715 EA-32738 - SIOOBE: TextRange.substring 2012-02-27 12:37:47 +01:00
anna abfbf75264 EA-32853 - NPE: RefactoringUtil.getAnchorElementForMultipleExpressions 2012-02-27 12:37:47 +01:00
anna cafc582feb EA-32872 - SIOOBE: IntroduceVariableBase.createReplacement 2012-02-27 12:37:46 +01:00
anna 730c5106bb message 2012-02-27 12:37:45 +01:00
Konstantin Bulenkov 4609b49d62 IDEA-81766 Using new Color(a,a,a) intention should be disabled by default 2012-02-27 11:48:53 +01:00
Eugene Zhuravlev c2156e61a5 close btree in finally block 2012-02-27 14:32:31 +04:00
Eugene Zhuravlev 21b3aec3e2 logging added 2012-02-27 14:32:30 +04:00
irengrig 50cb0c8aed Merge remote branch 'origin/master' 2012-02-27 14:16:43 +04:00
irengrig 4dad6c3c7c IDEA-81876 blank line shows for selection 2012-02-27 14:14:46 +04:00
Alexey Kudravtsev 5e3eba8f48 cleanup 2012-02-27 13:34:17 +04:00
Alexey Kudravtsev fa7e4eeb1a memleaks fixed + throw exception on leak 2012-02-27 13:30:19 +04:00
Alexey Kudravtsev 26e77f3db4 cleanup 2012-02-27 13:29:16 +04:00
Alexey Kudravtsev 7944cd56fe maintain smartpointer to each host psi element to survive documentWindow when psi modification leads to he whole host replacement 2012-02-27 13:29:15 +04:00
Alexey Kudravtsev fec608ae34 getText is expensive 2012-02-27 13:29:14 +04:00
irengrig e3adb83531 SVN: share action text 2012-02-27 13:02:06 +04:00
irengrig be2f43b777 Merge remote branch 'origin/master' 2012-02-27 09:15:43 +04:00
irengrig a2f0b99447 svnkit 8859, with fixed assertion on deleted status 2012-02-27 09:13:16 +04:00
Gregory.Shrago 1cd890666c JPA QLEA-34030 - NPE: ExceptionExFilterFactory$MyFilter.applyHeavyFilter 2012-02-27 04:53:44 +04:00
Evgeny Zakrevsky 787ee79e8e IDEA-77370 Unaliased fonts for the current selected item in Run/Debug Configuration drop down 2012-02-27 03:13:03 +04:00
Evgeny Zakrevsky 5575490ebe IDEA-80393 Run/Debug Configurations: JUnit: "Test kind" option is truncated on Mac OS 2012-02-27 01:51:50 +04:00
Evgeny Zakrevsky e103131ca2 Separator color in toolbars fixed. 2012-02-26 21:43:52 +04:00
Evgeny Zakrevsky 2b0340188c Merge remote branch 'origin/master' 2012-02-26 21:20:17 +04:00
Sergey Evdokimov 4fe0ae886f Add "true com.springsource.loaded.*" to stepping filters. 2012-02-26 21:17:55 +04:00
Evgeny Zakrevsky 908f481bd3 Merge remote branch 'origin/master' 2012-02-26 21:09:05 +04:00
Evgeny Zakrevsky 108532059f Toolbar Decorator for Paths Chooser. 2012-02-26 21:07:13 +04:00
Evgeny Zakrevsky da1e08540a OptionalChooserComponent. Border has fixed. 2012-02-26 21:06:33 +04:00
Dmitry Avdeev c89abe9dc8 cleanup 2012-02-26 19:50:18 +04:00
Dmitry Avdeev e2d7315aee cleanup 2012-02-26 19:50:18 +04:00
Sergey Evdokimov 814efeeee9 IDEA-81486 (IDEA complains about "stable" snapshot dependencies)
Don't highlight stable snapshot dependencies red.
2012-02-26 16:33:35 +04:00
kirill.safonov 2389a06877 JDK -> SDK 2012-02-26 11:10:04 +04:00
Konstantin Bulenkov 980e34376a modality wars 2012-02-26 02:07:18 +01:00
Alexander Lobas d543971db7 Merge remote-tracking branch 'origin/master' 2012-02-25 22:35:49 +04:00
Alexander Lobas 087580afb0 Actions 2012-02-25 22:32:25 +04:00
Maxim.Mossienko 9096390038 assertValidSeparators seeks \r in array if char sequence is ready to share one 2012-02-25 22:04:33 +04:00
irengrig dfae35f193 Merge remote branch 'origin/master' 2012-02-25 11:19:55 +04:00
irengrig 8259e64c46 SVN: resourced names 2012-02-25 11:18:05 +04:00