anna
19ac5df6f2
IDEA-117252 Extract variable bug
2013-11-29 18:24:22 +01:00
anna
4920da736f
IDEA-113339 "replace with method reference" ignores side effect of expression: ignore any new expressions in qualifiers
2013-11-29 18:24:21 +01:00
Konstantin Bulenkov
5252a51a04
IDEA-117298 Darcula&IntelliJ on Windows: Inspection description is too small in Settings
2013-11-29 18:18:47 +01:00
Maxim.Mossienko
7cf6caad2f
IDEA-117095 Goto File: checkbox 'include non-project files' is remembered between invocations [r=Anna.Kozlova]
2013-11-29 17:56:47 +01:00
Konstantin Bulenkov
f57d5ab831
fix three state check box under intellij and darcula lafs
2013-11-29 17:49:22 +01:00
Konstantin Bulenkov
132a7c6d53
IDEA-117296 Fixed buttons look bad under Darcula and IntelliJ lafs
2013-11-29 17:49:21 +01:00
Konstantin Bulenkov
9a5b1b5be5
fix three state check box under intellij and darcula lafs
2013-11-29 17:49:21 +01:00
Eugene Zhuravlev
610c31837d
all code in "util" module to create CHM implementation via dedicated factory (see IDEA-116404 Java code compilation does not work with IBM JDK)
2013-11-29 17:39:21 +01:00
Vladimir Krivosheev
40ae21def7
CR-IU-366
2013-11-29 17:14:35 +01:00
Sergey Simonchik
e962648fed
close process's input stream after process termination
2013-11-29 19:43:44 +04:00
Sergey Simonchik
77e0f1a978
support Windows soft kills using runnerw.exe in KillableColoredProcessHandler
2013-11-29 19:09:34 +04:00
Konstantin Bulenkov
b5675816ba
IDEA-117258 IntelliJ theme: selected tabs in Debugger and in Run <application server> views get black color
...
(cherry picked from commit 5c1098b0b075d1a391a2929de1048502260952bc)
2013-11-29 16:03:21 +01:00
Nadya Zabrodina
b5afa13a3c
IDEA-117113 Can't Start Mercurial
...
*exitValue used as valid detector instead of errors.isEmpty in validate and log command methods;
*unsupported exceptions parsed and stored during getVersions command;
*tests added;
*annotations added;
*see todo issue for all repository configuration problems
2013-11-29 18:58:33 +04:00
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