Roman Shevchenko
a9bbf772d6
IDEA-87252 (a couple more javadoc tests)
2015-07-06 18:33:32 +03:00
Aleksey Pivovarov
73f91cf201
diff: notify about configurable option in popup
2015-07-06 17:44:05 +03:00
Anna Kozlova
024f917277
method refs: return type check fix for raw constructor (IDEA-142302)
2015-07-06 17:37:31 +03:00
Roman Shevchenko
92009c3336
Merge remote-tracking branch 'origin/master'
2015-07-06 17:35:36 +03:00
Roman Shevchenko
0fe588d76f
IDEA-130011 (javadoc asterisks stripped from generated doc info)
2015-07-06 17:34:39 +03:00
Bas Leijdekkers
6a95edea11
IDEA-136891 ('Overridable method called during object construction' should have an option to ignore the calling of package local methods)
2015-07-06 16:24:24 +02:00
Bas Leijdekkers
78bddba268
IG: mention for loop in description
2015-07-06 16:24:23 +02:00
Bas Leijdekkers
1d10dea77b
IDEA-142317 ("Use of the variable which is known to be constant" false positive)
2015-07-06 16:24:22 +02:00
Bas Leijdekkers
40a3b20ed4
IG: fix "Use of variable whose value is known to be constant" inspection in the presence of polyadic expressions
2015-07-06 16:24:22 +02:00
Bas Leijdekkers
fe1374be84
IG: cleanup quick fix
2015-07-06 16:24:21 +02:00
Bas Leijdekkers
6ca270bcc7
make IG test light
2015-07-06 16:24:21 +02:00
Roman Shevchenko
7c7a5a4a81
Cleanup (formatting)
2015-07-06 17:20:26 +03:00
Denis Fokin
f17bcf911d
IDEA-142260 Focus issue with switching between spaces on mac
...
(Improvement)
2015-07-06 17:07:30 +03:00
Anna Kozlova
a2a9ed2990
export tests: skip empty suites (due to successful configs) on export (IDEA-142269)
2015-07-06 16:23:53 +03:00
Anna Kozlova
f068cf1448
test history: don't save runner/executor/etc information so rerun failed could be restored (IDEA-142270)
2015-07-06 16:16:32 +03:00
Anna Kozlova
a4486fa84f
remove redundant fields in *TestConsoleProperties
2015-07-06 15:56:24 +03:00
Anna Kozlova
af348d757a
fix order of patching for android which removes parts of the classpath (IDEA-142226)
2015-07-06 15:56:22 +03:00
Anna Kozlova
0c0d95fbc9
SOE (IDEA-142291)
2015-07-06 15:56:21 +03:00
Denis Fokin
721b78049e
IDEA-142260 Focus issue with switching between spaces on mac
...
Remember last focused component on widow deactiovation not only on mouse event.
2015-07-06 15:44:43 +03:00
Vladimir Krivosheev
0067b60f61
IDEA-CR-3580 fix typo
2015-07-06 14:34:29 +02:00
Dmitry Trofimov
255951985b
Merge remote-tracking branch 'origin/master'
2015-07-06 14:22:08 +02:00
Dmitry Trofimov
b2396e90d9
Remove JSON serialization usages (PY-16388, PY-16389)
2015-07-06 14:19:31 +02:00
Eugene Zhuravlev
aa2ad1db58
FilesDelta data synchronization made more explicit;
...
some files could have been incorrectly marked as up-to-date: now comparing file timestamp against build_target compilation start, instead of global adjustable compilation start stamp.
2015-07-06 13:29:14 +02:00
Yaroslav Lepenkin
820ce7170a
Reformat Dialog: persist reformat only VCS changed lines checkbox state only if checkbox is enabled.
...
Previously, if you show reformat dialog on file with no changes, checkbox will be disabled and will be selected "Whole File" scope option, and used it later on reformat.
2015-07-06 14:22:53 +03:00
peter
503038da45
make document's LineSet immutable
2015-07-06 13:20:55 +02:00
Alexey Kudravtsev
ba275cc6c5
cleanup
2015-07-06 14:14:52 +03:00
Alexey Kudravtsev
070001afc1
decrease load factor to speedup critical lookups
2015-07-06 14:14:51 +03:00
Alexey Kudravtsev
9465df65a2
dead code removed
2015-07-06 14:14:50 +03:00
Maxim.Mossienko
0856b00b04
use blocking read
2015-07-06 12:57:34 +02:00
Roman Shevchenko
feb6d246b3
IDEA-142305 (diagnostic)
2015-07-06 13:51:37 +03:00
Denis Zhdanov
0e172099f7
Dist_for_upsource fails with an error 'com.sun.tools.javac.code.Symbol$CompletionFailure: class file for kotlin.jvm.internal.KotlinClass$Kind not found'
...
(https://tc.intellij.net/viewLog.html?buildId=7459365&tab=buildResultsDiv&buildTypeId=ijplatform_master_Idea_DistForUpSource )
As per advice from yole setting kotlin library as 'exported'
2015-07-06 13:48:51 +03:00
Egor.Ushakov
e10ee8c6d3
IDEA-43728 Provide a way to step in a chosen thread while others remain suspended - remove dupliacted SUSPEND_ALL contexts
2015-07-06 13:37:25 +03:00
Vladimir.Orlov
b12fe5c6ad
Merge remote-tracking branch 'origin/master'
2015-07-06 13:24:45 +03:00
Vladimir.Orlov
5627d10dfb
IDEA-142306 Unix installation with bundled java fails to start
2015-07-06 13:20:36 +03:00
Mikhail Golubev
aed3a6e47d
PY-16351 Ignore not inline comments to detect proper spacing between declarations
2015-07-06 12:48:24 +03:00
Egor.Ushakov
736f2c0eac
IDEA-43728 Provide a way to step in a chosen thread while others remain suspended
2015-07-06 12:43:58 +03:00
Vladimir Krivosheev
2b7be736aa
IDEA-CR-3497 it's better to use verb in method name to make it clearer what it does, i.e. it would be better to rename this method to 'runWriteAction'.
...
add javadoc to avoid "exposes Function0 class from Kotlin stdlib to public API, it's forbidden for now"
2015-07-06 11:35:37 +02:00
Max Medvedev
1491d083e1
@NotNull
2015-07-06 11:58:21 +03:00
Denis Zhdanov
8eaabb8c6f
UP-4484 Improve performance of MessageBusImpl processing
...
Minor refactoring to be able to conveniently use default
implementation in tests
2015-07-06 11:42:00 +03:00
Konstantin Bulenkov
417010e654
remove old code ? TRUE : FALSE
2015-07-06 01:48:40 +02:00
Konstantin Bulenkov
710a5a8a5e
remove old code ? TRUE : FALSE
2015-07-06 01:30:55 +02:00
Konstantin Bulenkov
5812dd1908
remove old code ? TRUE : FALSE
2015-07-06 00:42:22 +02:00
Denis Zhdanov
bb411f0576
UP-4484 Improve performance of MessageBusImpl processing
2015-07-05 14:27:14 +03:00
Julia Beliaeva
b0fd5a4bf7
[vcs-log] single commit actions are disabled on more then one commitIDEA-142173
2015-07-05 00:05:56 +03:00
Bas Leijdekkers
a089b89198
CVS: no need to check if on dispatch thread
2015-07-04 14:24:26 +02:00
Sergey Simonchik
1ca026d6a3
utility class to hold user-defined environment variables and boolean flag whether to pass system environment
2015-07-04 12:25:11 +03:00
Vassiliy.Kudryashov
68aade1bf9
IDEA-94341 Launch Multiple "Run/Debug Configurations" At Once
2015-07-04 00:05:09 +03:00
Sergey Malenkov
9712ae7820
Modify font dynamically
2015-07-03 22:53:18 +03:00
Sergey Malenkov
a13a1dbdc4
IDEA-138300 Settings dialog doesn't detect changes unless changing focus
2015-07-03 22:37:22 +03:00
peter
1e0956f884
GoToSymbolProvider: cache acceptable modules per-provider (IDEA-142259)
2015-07-03 20:52:47 +02:00