Commit Graph
80325 Commits
Author SHA1 Message Date
Alexander Lobas 1bf210ef83 Merge remote-tracking branch 'origin/master' 2012-04-02 15:46:47 +04:00
Alexander Lobas dd8320c947 Copy & Paste 2012-04-02 15:46:16 +04:00
Eugene Kudelevsky 90f4e65272 IDEA-83661 support proguard in sdk-tools r17 [rev=nnmatveev] 2012-04-02 15:35:25 +04:00
Eugene Kudelevsky 3f8e54fde6 IDEA-67422 fix running tests from project view 2012-04-02 15:35:24 +04:00
Alexey Kudravtsev f5a2a95be2 cleanup 2012-04-02 15:31:53 +04:00
Alexey Kudravtsev 640885bd29 test fix 2012-04-02 15:31:53 +04:00
Alexey Kudravtsev 49814b5f4a cleanup 2012-04-02 15:31:52 +04:00
Alexey Kudravtsev 06e9e4096e optimisation: reuse findElementAt result 2012-04-02 15:31:51 +04:00
peter 303ef1370f IDEA-83878 Assertion in the groovy shell window kills the shell 2012-04-02 13:08:34 +02:00
Konstantin Bulenkov 2ee5d22e4f IDEA-61283 Gutter color for modified/added lines can't be changed 2012-04-02 12:26:32 +02:00
Alexander Lobas 0426162e2a Copy & Paste 2012-04-01 20:34:13 +04:00
Alexander Lobas 67ea8f281b Merge remote-tracking branch 'origin/master' 2012-04-01 16:41:50 +04:00
Alexander Lobas c49459b0c0 FrameLayout 2012-04-01 16:41:20 +04:00
Kirill Likhodedov 85429d76a3 IDEA-83604 Deleting branch unmerged to upstream
If branch is merged to the HEAD, but not merged to the upstream, it also can't be deleted by 'git branch -d'.
Capture this case with additional detector, and use baseBranch parameter (which is either current branch or the upstream branch) to make the list of unmerged commits.
The pattern is checked for 1.7.0.0 and 1.7.9.2
Write a test for this situation.
2012-04-01 14:22:39 +04:00
Kirill Likhodedov cb33a0bd50 Fix GitBranchOperationsTest
Update all repositories initially and after checkout.
2012-04-01 14:22:39 +04:00
Kirill Likhodedov 7fcdf0cf26 Fix GitBranchOperationsTest
Change GitTestPlatformFacade from Java to Groovy, since it is used by the code tested by Java tests.
Use TestDialogManager returned from the facade.
Fix rollback proposal
Notification after cancelling rollback proposal is not shown according to IDEA-81325
2012-04-01 14:22:38 +04:00
Alexander Lobas 50ef46f5ed Layout & Properties 2012-04-01 13:48:16 +04:00
peter 234fa81ae1 fix SmartListTest expectations (IDEA-83548) 2012-03-31 23:18:08 +02:00
peter af5d1fb023 SmartList.set shouldn't increase modCount. ArrayList doesn't do that, and this breaks Collections.sort under IBM JDK (IDEA-83548) 2012-03-31 22:45:01 +02:00
Alexander Lobas 648767bd5d FrameLayout 2012-03-31 22:14:28 +04:00
Alexander Lobas 136988efcc Merge remote-tracking branch 'origin/master' 2012-03-31 19:05:18 +04:00
Alexander Lobas 4b379c8731 FrameLayout 2012-03-31 19:04:45 +04:00
Eugene Zhuravlev bd4bf7b409 licenses for asm4 library 2012-03-31 17:01:27 +02:00
Eugene Zhuravlev bf9163e7d1 when a module becomes 'non-incremental', mark for recompilation only those that directly depend on it, or those that depend on this module because of exported dependency 2012-03-31 17:01:26 +02:00
Dmitry Boulytchev a15825cc24 Merge remote branch 'origin/master' 2012-03-31 18:40:41 +04:00
Dmitry Boulytchev 7c47039d00 Fixed conservative bug in differentiate (compile-server). 2012-03-31 18:39:57 +04:00
Eugene Zhuravlev f999399081 migration to asm4 2012-03-30 22:52:52 +02:00
Eugene Zhuravlev 5e6141a545 fix format of classpath.index file 2012-03-30 22:52:51 +02:00
Eugene Zhuravlev 815e0dd9f5 set method watcher to null on debug session complete 2012-03-30 22:52:50 +02:00
Eugene Zhuravlev b12343b172 disposed check 2012-03-30 22:52:49 +02:00
Roman Shevchenko ab9b610bda There's enough room for SDK version 2012-03-30 20:51:44 +02:00
peter 22db9ecd22 [^yole] IDEA-83805 When duplicating a line, Ctrl+D moves cursor to the start of line 2012-03-30 20:35:22 +02:00
peter e0348013b8 reuse duplicate arrays in DirectoryIndex 2012-03-30 20:27:30 +02:00
peter c0897f2590 don't leak names from closed goto popups 2012-03-30 20:27:29 +02:00
peter 954367f159 most ComponentManagerImpl's (modules) have very few components 2012-03-30 20:27:29 +02:00
peter 0ea7826d3c let stub reference stub tree by default to prevent it being collected (e.g. ClsFileImpl) 2012-03-30 20:27:28 +02:00
peter e4a1bb0b1c IDEA-83774 Completion for anonymous class is incorrectly aligned when class is not accessible in the scope 2012-03-30 20:27:28 +02:00
peter db0e84707b PsiTestUtil#addModule,addDependency 2012-03-30 20:27:28 +02:00
peter 96bbf8cbaf fixture-based smart completion test 2012-03-30 20:27:27 +02:00
Alexander Lobas 7aaff37660 Merge remote-tracking branch 'origin/master' 2012-03-30 22:26:17 +04:00
Alexander Lobas 8f5600bfdf FrameLayout 2012-03-30 22:25:34 +04:00
Alexander Lobas 0669556ef1 FrameLayout 2012-03-30 22:17:20 +04:00
Roman Shevchenko 100aebfe4c PY-6063 (don't mix paths and URLs) 2012-03-30 19:38:29 +02:00
unknown 62a1086c67 (IDEA-83564) View PSI structure of current file doesn't take dialects into account 2012-03-30 20:40:25 +04:00
Roman Shevchenko a4267f597c Move headless implementation to production 2012-03-30 17:57:47 +02:00
Maxim Shafirov 9cc69cabd5 Don't get finders too early, Kotlin compiler registers it's finder a bit later in core initialization. 2012-03-30 19:57:21 +04:00
anna eab9b22aab inplace rename: check for rename element even if it is valid (reparse surprises) 2012-03-30 17:48:02 +02:00
Alexey Kudravtsev d0f2335e34 disabled automake 2012-03-30 18:55:27 +04:00
Alexey Kudravtsev 8f9e61fe45 diag for EA-34408 2012-03-30 18:55:26 +04:00
Alexey Kudravtsev a017a4c7ee EA-28492 2012-03-30 18:55:25 +04:00