Commit Graph

93161 Commits

Author SHA1 Message Date
irengrig
62da535365 Merge remote branch 'origin/master' 2012-12-06 16:28:36 +04:00
irengrig
7a84d8b4cd EA-38016 No update task to handle request(s)
java.lang.Throwable
         	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:54)
         	at com.intellij.openapi.vcs.changes.UpdateRequestsQueue$MyRunnable.run(UpdateRequestsQueue.java:292)
2012-12-06 16:27:42 +04:00
anna
f81ebf39b3 search for yet non-loaded elements in list in background 2012-12-06 13:22:28 +01:00
anna
536a46956d optimize getInstance() for big collections 2012-12-06 13:22:27 +01:00
Eugene Zhuravlev
5d59ae64c2 external build: profiling mode support 2012-12-06 13:16:10 +01:00
Konstantin Bulenkov
a038285f3d IDEA-96793 RecentFiles popup should show go to class popup if nothing found 2012-12-06 13:15:07 +01:00
Konstantin Bulenkov
24509dff03 cleanup
(cherry picked from commit 5004b2c1f0fb8bf0085d5105d2057327df91dfa2)
2012-12-06 13:15:07 +01:00
Konstantin Bulenkov
ea940e93d0 IDEA-96190 Annotate stacktrace action: does not work
(cherry picked from commit f59976c4fc15c3f97e7d62d0832c8e8fab355c7d)

Conflicts:

	platform/lang-impl/src/com/intellij/unscramble/AnalyzeStacktraceUtil.java
2012-12-06 13:15:06 +01:00
Konstantin Bulenkov
475878e309 debugger attributes
(cherry picked from commit 3cdb2aab652a6ff552b8bf5abef49c2a1a4d6aae)
2012-12-06 13:15:05 +01:00
irengrig
508c7a8f21 svn mapping: @NotNull 2012-12-06 16:00:12 +04:00
Sergey Evdokimov
dd476a5d2c IDEA-96686 When maven-surefire-plugin configurate with classpath, that include webapp dir, finding files don't work properly 2012-12-06 15:53:22 +04:00
irengrig
ea2114fa4b EA-31416 2012-12-06 15:44:19 +04:00
irengrig
04b67d0ae0 EA-31416 2012-12-06 15:42:15 +04:00
Evgeny Pasynkov
35a5b6694b PsiPackageImpl: lightweight sync object 2012-12-06 12:35:59 +01:00
Evgeny Pasynkov
15da77c159 PsiPackageImpl: lightweight sync object 2012-12-06 12:35:38 +01:00
Evgeny Pasynkov
0f7a9b2962 StubBase: Create children list only when necessary 2012-12-06 12:34:58 +01:00
Roman Shevchenko
bb96af9476 Another day, another WM name 2012-12-06 11:51:29 +01:00
Evgeny Pasynkov
5ed4f40722 Merge remote-tracking branch 'origin/master' 2012-12-06 11:45:42 +01:00
Evgeny Pasynkov
9f0e11d857 fix compilation 2012-12-06 11:45:05 +01:00
irengrig
4886f8b098 Merge remote branch 'origin/master' 2012-12-06 14:35:09 +04:00
irengrig
e382529d44 IDEA-96565 Annotate does not work : svn: E160013 - debug info 2012-12-06 14:33:50 +04:00
Evgeny Pasynkov
19162a84ff Merge branch 'master' of git.labs.intellij.net:idea/community
Conflicts:
	java/java-psi-api/src/com/intellij/psi/util/PsiUtil.java
2012-12-06 11:23:11 +01:00
anna
7bf7cb9e6f when detect inaccessible classes in static context take into account NewExpression qualifiers 2012-12-06 11:01:29 +01:00
Dmitry Avdeev
da3bb33885 IDEA-96256 Android: it could be possible to configure Android SDK if no JDK is defined [nik] 2012-12-06 13:13:25 +04:00
Dmitry Avdeev
f5dfe5d4ad EA-41611 - IOOBE: CharArrayCharSequence.<init>: diagnostics is back 2012-12-06 13:13:24 +04:00
Maxim.Mossienko
c35e30ee22 IDEA-21987 idea is very slow after getting focus back
IDEA-91428 directory prefix is useless in "Show directory in editor tabs for non-unique filenames"
2012-12-06 09:05:26 +01:00
Alexander Lobas
e83cece3c6 Update needRefreshPropertyList api 2012-12-06 11:54:35 +04:00
Alexander Lobas
b6d492c371 Presentation fix 2012-12-06 11:54:34 +04:00
Max Medvedev
54a1f26f2c IDEA-81992 Changes in toString template are not applied immediately 2012-12-06 11:40:07 +04:00
Max Medvedev
6645f59971 remove unnecessary space 2012-12-06 10:27:03 +04:00
Max Medvedev
1ba1ffae08 IDEA-95657 Groovy: add constructor parameter for field should insert field initialization 2012-12-06 08:50:29 +04:00
Roman Shevchenko
74ed654c3f Diagnostic 2012-12-05 20:25:57 +01:00
Roman Shevchenko
7f37b7100b Cleanup 2012-12-05 20:25:57 +01:00
peter
4cc0b8a5c8 don't parse library source ast to calculate cls presentation & icon
rolls back IDEA-24536 Groovy classes in dependencies are shown with Java-style icon in "Project" view (even if source code is attached)
separate icons should be used instead (IDEA-96685)
2012-12-05 19:33:30 +01:00
peter
1fa1fe6107 no preview on item choose undo 2012-12-05 18:52:18 +01:00
peter
c5421b41ad choose lookup items with ctrl+period 2012-12-05 18:52:17 +01:00
peter
99083b9d95 unify actions choosing lookup items 2012-12-05 18:52:17 +01:00
peter
a733fea63d cleanup 2012-12-05 18:52:17 +01:00
peter
b5e0af5666 completion preview continued 2012-12-05 18:52:16 +01:00
Sergey Evdokimov
f4a166107f Revert bad initialization of map. (avoid creation of anonymous classes) 2012-12-05 21:32:04 +04:00
Roman Shevchenko
cd78bed856 IDEA-94910 (control flow for resource variables fixed) 2012-12-05 18:15:35 +01:00
Evgeny Pasynkov
c855ed6015 More effective implementation of PsiUtil.typeParametersIterable 2012-12-05 18:05:53 +01:00
Eugene Zhuravlev
3abad067e3 postpone automake while "heavy process latch" is closed 2012-12-05 17:52:36 +01:00
Eugene Zhuravlev
912f2f14d5 automake enabled by default 2012-12-05 17:48:18 +01:00
Eugene Zhuravlev
8fc29a1af9 external build: RMI compiler supported (IDEA-96251 RMI stubs are not generated when using external build) 2012-12-05 17:46:12 +01:00
Denis.Zhdanov
89d44a2c79 IDEA-96178 Gradle: remove "content-root" icon from JetGradle tool window 2012-12-05 20:39:48 +04:00
Evgeny Pasynkov
fb53b1cc84 non-lazy typeParametersIterator 2012-12-05 17:34:14 +01:00
Evgeny Pasynkov
d4e995c478 non-lazy typeParametersIterator 2012-12-05 17:25:47 +01:00
Anton Makeev
ab92f5adf3 Platform: rerun icon for Debug UI 2012-12-05 16:31:49 +01:00
Konstantin Bulenkov
be6ff887c2 IDEA-93574 Darcula - Kotlin scheme needs work
(cherry picked from commit 3a7e5aab81cb69df7b820781cd5ceba6d948fc6d)
2012-12-05 16:18:32 +01:00