Commit Graph
136470 Commits
Author SHA1 Message Date
Anna Kozlova e5a43716be test setup fixed 2014-08-29 16:10:58 +04:00
Anna Kozlova d06c6a9f56 EA-59775 - IAE: DaemonListeners$MyProfileChangeListener.profileActivated 2014-08-29 15:59:06 +04:00
Anna Kozlova 2b2f09a376 accept boxing conversion to intersection type (IDEA-129143) 2014-08-29 14:36:55 +04:00
Anna Kozlova 3f0f4f45f1 unused library: ignore module dependencies if scope is not big enough 2014-08-29 14:36:55 +04:00
Anna Kozlova 158a01135c regression testdata added 2014-08-29 14:36:54 +04:00
Anton Makeev 0a37d3997a product codes 2014-08-29 12:25:27 +02:00
Alexey Kudravtsev 572ae96421 cleanup 2014-08-29 13:57:19 +04:00
Alexey Kudravtsev 00ad38aecc disable highlighting during heavy operations 2014-08-29 13:57:18 +04:00
Alexey Kudravtsev 31cfc9eb58 read action 2014-08-29 13:57:17 +04:00
Alexey Kudravtsev 464c12d726 cleanup 2014-08-29 13:57:16 +04:00
Alexey Kudravtsev 4a8a160245 fixed ProgressUtils: removed runWithWritePriority since it is inherently racy, remove listener only after Future completion 2014-08-29 13:57:15 +04:00
Alexey Kudravtsev 9247b32062 removed extra thread pool from MockApplication 2014-08-29 13:57:13 +04:00
Alexey Kudravtsev d81276ae1b notnull 2014-08-29 13:57:12 +04:00
Alexey Kudravtsev a5058dead5 javadoc 2014-08-29 13:57:11 +04:00
Alexey Kudravtsev fd347c1561 javadoc 2014-08-29 13:57:10 +04:00
Alexey Kudravtsev 884d42f2eb cleanup 2014-08-29 13:57:09 +04:00
Alexey Kudravtsev 13fd10101a restore indicator after progress interruption 2014-08-29 13:57:08 +04:00
Alexey Kudravtsev 114a968706 IDEA-128150 2014-08-29 13:57:06 +04:00
Nadya Zabrodina d9f82761e6 Show all commit changes if repository node is selected. 2014-08-29 13:53:39 +04:00
Egor.Ushakov 188f3b503e IDEA-129206 Error casting marked object in watches 2014-08-29 13:14:38 +04:00
Anton Makeev c3fee35d83 product codes 2014-08-29 11:10:26 +02:00
Yann Cébron 10d85c2332 TaskVcsTest: reset myChangeListManager in tearDown 2014-08-29 11:04:05 +02:00
Ekaterina Tuzova 6e315bd997 Merge remote-tracking branch 'origin/master' 2014-08-29 12:47:18 +04:00
Ekaterina Tuzova b3bab6eb79 fixed PY-13787 Replace mutable default argument: AIOOBE at com.jetbrains.python.inspections.quickfix.PyDefaultArgumentQuickFix.applyFix 2014-08-29 12:46:58 +04:00
Yann Cébron 45a404e519 Merge remote-tracking branch 'origin/master' 2014-08-29 10:25:08 +02:00
Ekaterina Tuzova a1f5f8270c Merge remote-tracking branch 'origin/master' 2014-08-29 12:14:45 +04:00
Ekaterina Tuzova 858a26d45a course creation plugin infrastructure 2014-08-29 12:13:54 +04:00
Ekaterina Tuzova e3ebe870e8 moved course creation plugin to pycharm educational 2014-08-29 12:13:02 +04:00
Yann Cébron 311a533a3c HighlightingTestBase: reset CodeInsightTestFixture in tearDown 2014-08-29 10:03:53 +02:00
Anna Kozlova 6e8d0a65f7 new inference: cleanup incorporation phase 2014-08-29 12:01:58 +04:00
Yann Cébron 63d6c2cb67 HeavyFileEditorManagerTestCase: reset FileEditorManagerImpl in tearDown 2014-08-29 09:50:56 +02:00
Sergey Ignatov d6a92d3059 SSR scripting: show all available variables below the editor 2014-08-29 11:31:33 +04:00
Yann Cébron e8efe1f029 Merge remote-tracking branch 'origin/master' 2014-08-29 09:01:11 +02:00
Yann Cébron 7b553c4ff0 jetbrains.dic: Thymeleaf support words 2014-08-29 09:00:20 +02:00
Sergey Ignatov b3523f5240 java: handle { after if/while statement condition and insert new block statement if needed 2014-08-29 10:57:47 +04:00
nik def7e3707f get rid of usages of deprecated JavaPsiFacade#getNameHelper 2014-08-29 09:56:38 +04:00
nik c0111a29fa tests: cleanup and meaningful names 2014-08-29 09:32:18 +04:00
nik 85a314072c optimization: use synchronization instead of copy-on-write for library table and jdk listeners (IDEA-129033) 2014-08-29 09:32:18 +04:00
Dmitry Trofimov b773126386 Merge remote-tracking branch 'origin/master' 2014-08-29 01:26:39 +02:00
Nadya Zabrodina 70f8aa3a5e IDEA-129008 PushDialog: create PushSpec only for @NotNull PushTarget, and add annotations.
* nullable target could be only in MyRepoModel,in any other places PushTarget should be @NotNull;
* generics updated, need to improve
2014-08-29 02:52:16 +04:00
Nadya Zabrodina 725717b1dd IDEA-128955 Push dialog: focus should be in the main area by default
* Tree become preferred focus component;
* first checked repository node in lexicographical order selected by default;
* need to update ui repositories order, see todo
2014-08-29 02:52:16 +04:00
Nadya Zabrodina cbce66ad10 todo deleted 2014-08-29 02:52:15 +04:00
Dmitry Trofimov 404990b8d1 Move show referring objects to XDebugger 2014-08-29 00:31:43 +02:00
peter 9832096f8b IDEA-129204 Deadlock in completion 2014-08-28 22:32:02 +02:00
peter e3f92b22c1 infer more contracts: go inside loops/try, honor returned expression notnullability 2014-08-28 22:32:02 +02:00
Vladimir Krivosheev e5de3e902c restore old placement of additionalRestartActions (should be after rerun action) 2014-08-28 19:53:17 +02:00
Vladimir Krivosheev 8454d1ce64 notnull 2014-08-28 19:53:17 +02:00
Vladimir Krivosheev 175b594f48 notnull 2014-08-28 19:53:16 +02:00
peter 422f1550f3 deprecate unused ChangeListManagerGate.moveChanges 2014-08-28 19:26:04 +02:00
Aleksey Pivovarov 8aab88d4ba IDEA-89858 diff: respect CodeStyle settings in diff - fragmented diff 2014-08-28 20:52:17 +04:00