Anna.Kozlova
603dfac67a
move instance method processor: expand method reference to lambda when needed
2017-04-12 17:31:06 +02:00
Anna.Kozlova
17848f40a4
CCE
2017-04-12 17:31:06 +02:00
Anna.Kozlova
c78a54f238
convert static to instance method: same class conversion presentation
2017-04-12 17:31:06 +02:00
Dmitry Avdeev
cc95d1709c
ResourceTypeInspectionTest excluded
2017-04-12 17:31:45 +03:00
Dmitry Avdeev
86d8c4ba06
AndroidSdksTest excluded
2017-04-12 17:31:45 +03:00
Maxim Kropotov
3751193784
WEB-22783 initial: options for min blank lines in class declarations
2017-04-12 17:16:17 +03:00
Dmitry Batkovich
d55f4f53d3
SameParameterValueInspection: strip redundant quotes for parameter value
2017-04-12 16:55:11 +03:00
Dmitry Batkovich
8ea4e26a51
Merge remote-tracking branch 'origin/master'
2017-04-12 16:52:19 +03:00
Egor.Ushakov
335f2c67ef
use DebuggerUtilsEx.evaluateBoolean to allow conditions returning Boolean
2017-04-12 16:49:31 +03:00
Dmitry Batkovich
8114f0753b
Merge branch 'db/javac-index-qualifier'
2017-04-12 16:48:48 +03:00
Dmitry Jemerov
e6cc037b84
Fix UAST issues preventing icon line markers from working
2017-04-12 15:36:34 +02:00
Dmitry Batkovich
6b6b57bf3e
javac ast indices: store actual qualifier type for method call (rewrite resolution algorithm)
2017-04-12 16:29:38 +03:00
Egor.Ushakov
b2c10570b8
IDEA-159444 Improve value tooltip presentation in debugger - show shortcut only if shown from keyboard
2017-04-12 15:51:32 +03:00
Egor.Ushakov
8fecbece75
IDEA-159444 Improve value tooltip presentation in debugger - added hand cursor for the whole expandable tooltip
2017-04-12 15:51:32 +03:00
Dmitry Trofimov
5a0729c244
Add possibility for flavor to patch command line before execution ( https://github.com/JetBrains/intellij-community/pull/534 )
2017-04-12 14:47:02 +02:00
Alexander Zolotov
e9400e0d1d
External dependencies: use Sync task for unpacking Kotlin, change kotlin path
2017-04-12 15:38:04 +03:00
Alexander Doroshko
8bd4f4b523
restore comparable quick fixes and intention actions sorting
2017-04-12 15:31:41 +03:00
Vladimir Krivosheev
4bc5524ac0
delegate fileCopied to fileCreated as before (VirtualFileAdapter)
2017-04-12 14:19:24 +02:00
Anna.Kozlova
6e3a98d845
update package statement for already moved classes (dir with kotlin files)
2017-04-12 14:09:10 +02:00
Anna.Kozlova
d9c6dfc42c
convert static method to instance method of the same class without corresponding parameter (IDEA-64834)
2017-04-12 14:09:10 +02:00
Anna.Kozlova
3f7a67cdfc
convert static method to instance: expand method reference to lambda, fix qualifier when needed
2017-04-12 14:09:10 +02:00
Anna.Kozlova
1ac3125794
convert method to instance: don't remove 'this' qualifier from method reference
2017-04-12 14:09:10 +02:00
Roman Shevchenko
c320693876
[java] alternative module resolve in dumb mode for app. run configurations
2017-04-12 14:06:58 +02:00
Alexander Zolotov
9a672f869d
Quick fix for IDEA-171345, always clean Kotlin plugin
2017-04-12 15:00:42 +03:00
Alexander Zolotov
f68e33b3d7
Clean setupKotlin before compilation
2017-04-12 14:56:14 +03:00
Roman Shevchenko
b9f2825a91
Cleanup (parasitic import)
2017-04-12 13:34:23 +02:00
Elizaveta Shashkova
eaa6f4d361
Cython speedups break debugging with Stackless (PY-23283)
...
The problem appears when compiling Cython extensions with Cython 0.25, and it doesn't appear when compiling them with Cython 0.24. It looks like it's Cython bug, but we can't use old version of Cython, because it isn't compatible with Python 3.6 on Windows. So we have to (temporarily) disable Cython extensions for Stackless despite the fact that its implementation is "CPython".
2017-04-12 14:19:41 +03:00
Elizaveta Shashkova
6fb61bcaeb
Renaming after review (PY-23587)
2017-04-12 14:19:40 +03:00
Vladimir Krivosheev
411685a357
RunnerAndConfigurationSettingsImpl — add test for clone (level)
2017-04-12 13:12:13 +02:00
Vladimir Krivosheev
35c32b1c1e
fix: apply level on copy
2017-04-12 12:58:56 +02:00
Vladimir Krivosheev
3396a05a8a
use StringUtil.NATURAL_COMPARATOR
2017-04-12 12:45:43 +02:00
Vladimir Krivosheev
2892785658
fix RunConfigurableTest (we must sort folder names)
...
Why did it work prevously? Because prevously it was sideeffect of sorting in the loadState of workspace RC. Now we don't perform such sort (and should not).
2017-04-12 12:18:08 +02:00
Dmitry Batkovich
c650934a92
javac ast indices: store actual qualifier type for method call (cleanup)
2017-04-12 13:00:26 +03:00
nik
afe7f86b4a
Kotlin plugin updated to 1.1.2-eap-69-IJ2017.2-1
...
This is needed to fix compatibility with new code of Android plugin merged from Android Studio.
2017-04-12 12:57:29 +03:00
Roman Shevchenko
261cd48933
Merge remote-tracking branch 'origin/master'
2017-04-12 11:56:28 +02:00
nik
06fdcc0099
build scripts: don't add Kotlin JARs to classpath in gant.xml
...
This may lead to problems if Kotlin is updated to a new version inside a build script, so it'll remove the old JARs and add a new ones. We add Kotlin JARs to classpath in CompilationTasksImpl.ensureKotlinCompilerAddedToClassPath anyway.
2017-04-12 12:55:03 +03:00
Roman Shevchenko
c087c3692f
[java] allows one module-info file in either source or test root - actions (IDEA-171221)
2017-04-12 11:53:31 +02:00
Roman Shevchenko
7bc5c83779
[java] allows one module-info file in either source or test root - access highlighting (IDEA-171221)
2017-04-12 11:52:56 +02:00
Dmitry Batkovich
24dd0263bc
javac ast indices: store actual qualifier type for method call (use another implementation to find qualifier for non-static unqualified method)
2017-04-12 12:44:07 +03:00
Vladimir Krivosheev
6418899c99
simplify — isOrdered not needed
2017-04-12 11:43:38 +02:00
Roman Shevchenko
5c07c848e8
[java] module lookup API unification (needed for IDEA-171221)
2017-04-12 11:02:16 +02:00
Sergey Ignatov
9261f1b032
fix log creation
2017-04-12 11:56:00 +03:00
Sergey Ignatov
1d9c6a2c33
remove finals
2017-04-12 11:55:59 +03:00
Sergey Ignatov
6403f0c8b6
one line splitter for plugins
2017-04-12 11:55:58 +03:00
Sergey Ignatov
00ed312960
cleanup
2017-04-12 11:55:57 +03:00
Sergey Ignatov
5fd4d0c489
use one pixel divider
2017-04-12 11:55:56 +03:00
Sergey Ignatov
35e813f860
remove finals
2017-04-12 11:55:56 +03:00
Sergey Ignatov
4fdb911695
plugins update dialog cleanup
...
- remove brackets
- use the right arrow
- smaller font
2017-04-12 11:55:54 +03:00
Roman Shevchenko
9fee572ce9
[java] allows one module-info file in either source or test root - highlighting (IDEA-171221)
2017-04-12 10:50:43 +02:00
Egor.Ushakov
5a6fe05173
marked FunctionalInterfaces
2017-04-12 11:42:13 +03:00