Commit Graph
120324 Commits
Author SHA1 Message Date
Vladimir Krivosheev e42d12eb37 Problem — we use short gwt module name (Hello) instead of output name (hello, rename-to specified in Hello.gwt.xml).
1) if rename-to specified, url will be http://localhost:9876/sourcemaps/{rename-to}
rename-to=“hello” => http://localhost:9876/sourcemaps/hello
2) if rename-to is not specified, url will be http://localhost:9876/sourcemaps/{qualified name}
com.google.gwt.sample.hello.Hello => http://localhost:9876/sourcemaps/com.google.gwt.sample.hello.Hello

SourceResolver: avoid linear search
2013-11-29 15:57:55 +01:00
Vladimir Krivosheev ecf090afec cleanup 2013-11-29 15:57:55 +01:00
Bas Leijdekkers cbc278d202 enable the correct inspection by default 2013-11-29 15:39:15 +01:00
Eugene Zhuravlev 4613badeb3 fix NPEs 2013-11-29 15:31:01 +01:00
Eugene Zhuravlev dfacab8eb8 "read access" assertion and NPE fixes 2013-11-29 15:21:03 +01:00
Eugene Zhuravlev 77ed2ca36c fix "read access" assertion 2013-11-29 15:21:02 +01:00
Mikhail Golubev 9c4f0890d4 Merge remote-tracking branch 'origin/master' 2013-11-29 18:14:16 +04:00
Mikhail Golubev c500616cf6 Merge remote-tracking branch 'origin/master' 2013-11-29 17:39:06 +04:00
Vladimir Krivosheev e668634844 fix Url equality (scheme) 2013-11-29 14:38:48 +01:00
Vladimir Krivosheev ec22c2e0f8 fix NPE — url could be in any form, so, parsed can be null 2013-11-29 14:38:47 +01:00
Mikhail Golubev fc8a662b82 Remove broken dependency on 'markdownj' from tasks-core module 2013-11-29 17:29:19 +04:00
Sergey Evdokimov 9d05ff2953 IDEA-115786 Allow the number of Maven threads to be specified 2013-11-29 17:04:49 +04:00
Bas Leijdekkers d9d898d2d6 EA-52459 (assert: JavaParserUtil.parseFragment) 2013-11-29 14:03:29 +01:00
Alexey Kudravtsev 03d2433ea2 tests fixed 2013-11-29 16:50:51 +04:00
Alexey Kudravtsev 97b228fc22 interruptibility 2013-11-29 16:50:50 +04:00
Alexey Kudravtsev 0454a91c93 memory 2013-11-29 16:50:49 +04:00
Roman Shevchenko a7c22bd901 WI-21234 (NPE fixed, method argument annotated) 2013-11-29 13:45:01 +01:00
Bas Leijdekkers 8813143789 use uppercase first letter for options text 2013-11-29 13:36:46 +01:00
anna ffa841ab44 IDEA-117265 java.lang.ClassCastException: com.intellij.psi.impl.source.tree.java.PsiParenthesizedExpressionImpl cannot be cast to com.intellij.psi.PsiCallExpression 2013-11-29 13:27:34 +01:00
Vassiliy Kudryashov 09fd3ba62b IDEA-115953 Editor: Line Spacing < 1.0 no longer works 2013-11-29 16:15:19 +04:00
Bas Leijdekkers c613f66907 IDEA-117191 (Inspection "Inner class may be static" not working if inner class is return type) 2013-11-29 13:10:20 +01:00
Vladislav.Soroka 2ea48a5832 Gradle: respect IdeaNameDeduper work from Tooling API 2013-11-29 15:50:11 +04:00
anna 79cba99a80 Merge remote-tracking branch 'origin/master' 2013-11-29 12:12:24 +01:00
anna 16baacc368 NPE on invalid expressions 2013-11-29 12:09:07 +01:00
Vladimir Krivosheev 61d51d0b93 cleanup 2013-11-29 12:08:31 +01:00
Bas Leijdekkers 8b11913a5f drop "ignore in test code" checkbox and use "suppress for 'Tests' scope" quickfix 2013-11-29 11:18:27 +01:00
Bas Leijdekkers fca27830aa remove obsolete test 2013-11-29 11:18:26 +01:00
Dmitry Avdeev 52f086744b do not try to merge stubs if version changed: take three, NPE fix 2013-11-29 14:06:32 +04:00
Dmitry Avdeev c2b9a6ecb3 do not try to merge stubs if version changed: take three 2013-11-29 13:24:50 +04:00
Vladislav.Soroka bb941b0e60 External system: add support for different naming of external entities within IDEA models.
E.g.
external lib name: 'somelib' -> IDEA lib name: 'Gradle: somelib'.
external module name: 'some/module' -> IDEA module name: 'some_module'.
2013-11-29 11:30:06 +04:00
Dmitry Trofimov a6aa2bb3a7 Fix NPE. 2013-11-29 03:05:09 +01:00
Dmitry Trofimov 7a0f6ef847 Don't break compatibility (PY-11499). 2013-11-29 03:00:31 +01:00
Konstantin Bulenkov 0ecc836ae1 enable abbreviations 2013-11-29 02:00:10 +01:00
Konstantin Bulenkov 43378ec315 more searchable options
(cherry picked from commit 1dc77a9)
2013-11-29 01:58:15 +01:00
Konstantin Bulenkov 9a96a3f336 fix history and symbols 'More' action
(cherry picked from commit 31750db)
2013-11-29 01:58:08 +01:00
Konstantin Bulenkov 65eaf17bc4 Merge remote-tracking branch 'origin/master' 2013-11-29 01:57:36 +01:00
Konstantin Bulenkov 79c9f36839 add new actions
(cherry picked from commit 84f584a)
2013-11-29 01:55:44 +01:00
Konstantin Bulenkov 6f3a33965d change action place to Main Menu
(cherry picked from commit 5a49390)
2013-11-29 01:55:37 +01:00
Konstantin Bulenkov 1d00a0473b don't use smart search for files (don't use space as a separator)
(cherry picked from commit 4a50f96)
2013-11-29 01:55:29 +01:00
peter 8b01ecf59b restore empty AST loading filter after highlighting 2013-11-29 00:27:48 +01:00
peter 07d19f67df ImmutableText: include complete BSD license text 2013-11-29 00:01:45 +01:00
Bas Leijdekkers 756937e0ff drop "ignore in test code" checkbox and use "suppress for 'Tests' scope" quickfix 2013-11-28 22:34:15 +01:00
Bas Leijdekkers 7bff718d8c drop "ignore exceptions declared in tests" checkbox and use "suppress for 'Tests' scope" quickfix 2013-11-28 22:34:14 +01:00
anna 3c78ab4dc5 lambda -> method ref: do not convert if resulted ref would be ambiguous (IDEA-116964) 2013-11-28 21:42:31 +01:00
Roman Shevchenko 9859872004 IDEA-117059 (error reporting in updater fixed)
- setting/reading hasError flag sequenced properly
- closing ops on ZIP stream moved out of finally blocks so that informative IOExceptions would not get suppressed by cryptic induced ZipExceptions
2013-11-28 20:37:11 +01:00
Roman Shevchenko d38a23d789 IDEA-117059 (same temp. directory for updater) 2013-11-28 20:36:56 +01:00
Roman Shevchenko 9154ab0c5c NPE in mouse handler 2013-11-28 20:36:38 +01:00
Roman Shevchenko 9b13a4330f IDEA-117071 (language level in decompiled .class files) 2013-11-28 20:35:43 +01:00
anna f99fa02011 reuse stub reference text in qualified name calculation [^peter] 2013-11-28 20:21:42 +01:00
anna 4b36fa12fa introduce variable: forbid to replace write occurrences which occur after read; insert declaration after write usage (IDEA-117204) 2013-11-28 20:21:41 +01:00