Dmitry Trofimov
87a989a2f3
Fix Python console in plugin for CLion
2017-04-06 12:54:28 +02:00
nik
5739000732
testGroups.properties moved to testFramework to ensure that it's always on classpath
...
Otherwise groups defined in that file may not be loaded if tests are running with classpath which doesn't include community-tests module.
2017-04-06 13:29:34 +03:00
irengrig
3b4739c7dc
eslint: 1) config parsing: determine plugins/extends also inside package.json 2) optimize configs search, order configs properly (by the file tree position related to file)
2017-04-06 12:23:19 +02:00
irengrig
31410cb0b3
javascript linters, show global error also in batch inspection results
2017-04-06 12:23:19 +02:00
Egor.Ushakov
21c99af7c7
removed obsolete sun.java2d.noddraw
2017-04-06 12:53:03 +03:00
Sergey Ignatov
050696377f
cleanup
2017-04-06 12:25:22 +03:00
Bas Leijdekkers
5666644405
EA-100014 (AIOOBE: EquivalenceChecker.methodCallExpressionsMatch)
2017-04-06 10:28:29 +02:00
Dmitry Batkovich
37f206928b
javac ast indices: temp fix for NewClassTree symbol accessor IDEA-171057
2017-04-06 11:20:14 +03:00
Alexander Zolotov
3087bf2cd0
External dependencies: better defining target arch on Windows
2017-04-06 10:41:34 +03:00
nik
f98dfd01e7
build scripts cleanup: removed unused code from utils.gant
2017-04-06 09:59:49 +03:00
Dennis Ushakov
dfcaba6bde
suggest to rename wrong attribute to similar looking ones
2017-04-05 17:52:58 -06:00
Sergey Malenkov
17729d6db5
IDEA-169924 show/hide breadcrumbs from a gutter popup
2017-04-05 21:18:54 +03:00
Sergey Malenkov
5c899da11a
IDEA-169924 update default colors and styles of breadcrumbs
2017-04-05 21:18:54 +03:00
Sergey Malenkov
c69026b8db
IDEA-169924 allow to scroll long breadcrumbs
2017-04-05 21:18:54 +03:00
Anna.Kozlova
15e17b2698
rename inspection profile to reflect the target usage
2017-04-05 19:57:32 +02:00
Alexander Zolotov
0ec2b9c407
Fix jdk 1.6 suffix on Windows
2017-04-05 20:51:01 +03:00
Eugene Zhuravlev
b3a95a6ce0
IDEA-171025 Quoting doesn't work in javac Additional command line parameters
2017-04-05 19:40:43 +02:00
Maxim Kropotov
9a25e00732
WEB-25072: get rid of 'other' code style tab for JSON
2017-04-05 20:20:53 +03:00
Roman Shevchenko
5489338982
Cleanup (obsolete OS constant)
2017-04-05 18:34:44 +02:00
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