Anna.Kozlova
b2ecf6e674
inference: don't fix the lambda return type for nested lambda processing (IDEA-169161)
2017-04-05 18:28:48 +02:00
Anna.Kozlova
0340bd66af
suspicious calls: support new Map methods (IDEA-170815)
2017-04-05 18:28:48 +02:00
Roman Shevchenko
163a6bfe54
[ui] removes parasitic colon from error text (IDEA-171002)
2017-04-05 18:15:11 +02:00
Ivan Bessonov
c2d55a0039
IDEA-169130 maven - ability to resolve local properties in modules's parent definition while building, this way we're able to actually reimport such modules
2017-04-05 18:58:24 +03:00
Alexander Zolotov
687a21acfb
External dependencies: fix checking JetBrains network on Windows
2017-04-05 18:56:50 +03:00
Valentina Kiryushkina
26f3614116
Refactor and cleanup addNextRecommendedTask method
2017-04-05 18:44:09 +03:00
Valentina Kiryushkina
0c7a1e0b0f
EDU-908 Incorrect task text in adaptive courses after reopening a project
...
Create new test and text files for new recommendation
2017-04-05 18:44:09 +03:00
Valentina Kiryushkina
7b3f154b5b
EDU-902 Editor text doesn't update after getting next recommendation
...
Copy parameters of a new task file to the old one. Copy task file is better solution than recreate it because if we recreate task file we'll need to recreate corresponding study editor.
2017-04-05 18:44:09 +03:00
Valentina Kiryushkina
dae539626f
Fix EDU-899 IllegalStateException when opening an old project
2017-04-05 18:44:09 +03:00
Valentina Kiryushkina
15a0682ddf
EDU-874 Underscore doesn't display in task text
2017-04-05 18:44:08 +03:00
Vladimir Krivosheev
26b528ecb8
cleanup: disposeComponent — remove empty dummy impl
2017-04-05 17:40:40 +02:00
Ivan Bessonov
9498a9f85d
IDEA-CR-19952 maven - ability to inline property from external pom file in MavenPropertyInParentInspection
2017-04-05 18:38:56 +03:00
Sergey Simonchik
bbc9dba14a
highlight url links even when indices are being updated
2017-04-05 18:22:44 +03:00
Vladimir Krivosheev
cecbb34f60
if child is already resolved/rejected — no need to notify it
2017-04-05 17:19:48 +02:00
Vladimir Krivosheev
269ed5682d
Promise: ignoreErrors for collectResults and all
2017-04-05 17:11:34 +02:00
Roman Shevchenko
5c440c02db
[project] adds JRE/JDK check to 'IDEA' run configuration
2017-04-05 17:04:07 +02:00
Roman Shevchenko
6a35897f2f
Cleanup (drops obsolete runtime version check; formatting)
2017-04-05 17:00:18 +02:00
Kirill Kirichenko
44ff7a0b51
IDEA-170165 Rework Mac OS focused button and other controls highlighting
2017-04-05 17:57:13 +03:00
nik
2ca7d6f3ee
made field used from Kotlin 'public' to fix tests
...
Sometimes Kotlin code which use this field from inheritors fails with IllegalAccessError.
2017-04-05 17:50:32 +03:00
Vladimir Krivosheev
bf8e103ce3
deprecate CommandAdapter in favour of direct usage of CommandListener (it is possible since java 8 is used)
2017-04-05 16:45:19 +02:00
Vladimir Krivosheev
4432b71a66
deprecate VirtualFileAdapter in favour of direct usage of VirtualFileListener (it is possible since java 8 is used)
2017-04-05 16:39:24 +02:00
Aleksey Pivovarov
1c445b6a24
diff: use passed FileType - fix typo
...
follow-up: 4fd30ddb1b
2017-04-05 17:01:28 +03:00
Egor.Ushakov
18c4f549a2
IDEA-141596 Debugger: recursion in self references
2017-04-05 16:59:31 +03:00
Michael Golubev
4a682d81d8
IDEA-171000: Docker: The list of the docker configurations should be available at once in the Docker view
...
+ unrelated java8 lambda fix
2017-04-05 15:53:22 +02:00
Roman Shevchenko
b036bfb437
Cleanup (for Java runtime version check, "9" is more correct than "1.9")
2017-04-05 15:51:09 +02:00
peter
b363b4d64e
document CompletionResultSet.addAllElements batch processing semantics
2017-04-05 15:46:54 +02:00
peter
77eb440e6a
add java reference completion variants in batch together with identifier variants
2017-04-05 15:46:53 +02:00
peter
d60f2e865e
separate "? extends/super" completion
2017-04-05 15:46:52 +02:00
peter
d0fe2228c7
complete java fast PsiIdentifier variants in a batch
...
so that they appear in lookup all at once and we don't get random ordering artifacts
2017-04-05 15:46:51 +02:00
peter
028d416c31
complete java keywords in a batch
...
so that they appear in lookup all at once and we don't get random ordering artifacts
2017-04-05 15:46:50 +02:00
peter
0c879a72c5
CompletionResultSet/CamelHumpMatcher: reuse existing objects when possible instead of copying
2017-04-05 15:46:49 +02:00
Dmitry Batkovich
227b5db723
javac ast indices: do not calculate hierarchy for class reference search
2017-04-05 16:45:22 +03:00
Alexey Kudravtsev
6580fbecda
expand "\r" treatment on to the previous lines in document to fix IDEA-170961 sys.stdout is severly damaged and does not execute '\r' correctly
2017-04-05 16:42:15 +03:00
nik
915b22f2bf
test framework: get rid of 'skip.community.tests' property in test classes
...
It's enough to have this property in test scripts, in tests we can just read exclude.tests.roots.file property.
2017-04-05 16:40:19 +03:00
Alexander Zolotov
256c758e52
External dependencies: fix jbre preparing on windows, do not setup jdk1.6
...
outside JetBrains network, increase checking JetBrains network timeout
2017-04-05 16:34:26 +03:00
Dmitry Batkovich
fc5666c54f
javac ast indices: temp mute test
2017-04-05 16:12:26 +03:00
Ivan Bessonov
46dc18b63a
IDEA-CR-19952 GenericDomValue#getValue replaced with getStringValue in MavenPropertyInParentInspection
2017-04-05 15:59:18 +03:00
Dmitry Trofimov
e647badda9
Fix Python plugin to work with CLion as well as Python plugin for CLion
2017-04-05 14:49:54 +02:00
Alexey Utkin
7a3539e58d
Merge remote-tracking branch 'origin/master'
2017-04-05 15:35:20 +03:00
Alexey Utkin
68cf9579d7
Merge remote-tracking branch 'origin/master'
2017-04-05 15:21:26 +03:00
Alexander Zolotov
4b1398af4d
External dependencies: for compilation download JDK and Kotlin, other
...
dependencies should be downloaded on building (IDEA-171008)
2017-04-05 15:20:58 +03:00
Anton Tarasov
c55f4b6256
Merge remote-tracking branch 'origin/master'
2017-04-05 15:09:57 +03:00
Anton Tarasov
e9f8d5ff53
IDEA-170024 Checkboxes are broken
2017-04-05 15:08:09 +03:00
Alexey Kudravtsev
6cc18ca243
made public for kotlin
2017-04-05 15:07:24 +03:00
Alexey Utkin
9298d88e2f
Merge remote-tracking branch 'origin/uta/mutableColorKeys'
2017-04-05 15:04:27 +03:00
Egor.Ushakov
04a549e4bb
IDEA-165155 Java conditional breakpoint on expression or single-line lambda does not give access to lambda parameters
2017-04-05 15:04:27 +03:00
Egor.Ushakov
adabf98718
cleanup
2017-04-05 15:04:27 +03:00
Sergey Malenkov
b9d7d725fe
IDEA-169660 Select In vs Select Target?
2017-04-05 14:56:52 +03:00
peter
bfadd4faf5
add a registry key to control if indexing is paused during power save mode (IDEA-170114)
2017-04-05 13:51:13 +02:00
peter
d2bec707d8
avoid quadratic time when processing committed changes (IDEA-170991 Repository/Incoming changes refresh takes long time)
2017-04-05 13:51:13 +02:00