peter
f5f3df2ba3
RedundantLambdaParameterTypeInspectionTest: don't change shared module sdk
...
to prevent subsequent test failures (ChooseByNameTest)
2018-07-19 15:50:28 +02:00
peter
5e738e1c63
RedundantLambdaParameterTypeInspectionTest: don't change shared module sdk
...
to prevent subsequent test failures (ChooseByNameTest)
2018-07-19 15:46:12 +02:00
Anna.Kozlova
c64c358e64
fork: don't change working directory when forking per module if it was not explicitly configured
2018-07-19 15:39:18 +02:00
Anna.Kozlova
b2a044d612
java plugin preparation: ensure no package private access from lang members in java-impl
2018-07-19 15:39:18 +02:00
Anna.Kozlova
b130143219
remove redundant parenthesis after keySet -> entrySet replacement (IDEA-195759)
2018-07-19 15:39:18 +02:00
Sergey Karashevich
73a62f75d9
[gui-test] do not close objectOutputStream from keep alive thread IDEA-CR-34913
2018-07-19 16:32:35 +03:00
Vassiliy.Kudryashov
eabcfe3dbf
Remove 'loading' animated icon for async submenu 'Loading...'
2018-07-19 16:25:51 +03:00
Rustam Vishnyakov
3503f2c509
File filtering implementation a'la .gitignore
2018-07-19 16:20:17 +03:00
Vassiliy.Kudryashov
a857324c76
Provide 'disabled' foreground for async submenu 'Loading...'
2018-07-19 16:08:18 +03:00
Maxim Kropotov
63cb0835cb
map severities reported by external annotators to appropriate ProblemHighlightingType when running in batch mode
...
for ESLint, TSLint, WEB-22548
2018-07-19 16:00:44 +03:00
Roman Shevchenko
c1340c48ad
[java] upgrade module path: resolve (IDEA-189693)
...
Uses relative location of files on module dependency list to disambiguate upgradeable modules.
2018-07-19 14:51:58 +02:00
Sergey Karashevich
8214151117
[gui-test] add original exception class name to the Throwable message
2018-07-19 15:48:57 +03:00
Alexander Zolotov
09216cf1f0
Fix emmet saving ability in IntelliJ Community
2018-07-19 15:41:41 +03:00
Alexander Zolotov
b91037028c
Use emptyInsets
2018-07-19 15:41:41 +03:00
Andrey Vokin
ec454a3b0a
Cucumber JVM: SMFormatter for Cucumber v.3 bundled into Cucumber for Java plugin
2018-07-19 14:28:16 +02:00
Andrey Vokin
69f4fbff63
Cucumber-JVM: formatter for version 3 implemented.
...
In Cucumber for Java v.3 class 'TestStep' was changed to interface. That's why IncompatibleClassChangeError appeared when project with attached library v.3 was executed with SMFormatter compiled with library v.2
IDEA-192612 IncompatibleClassChangeError running Cucumber 3+ tests
2018-07-19 14:28:15 +02:00
Aleksey Pivovarov
bfdab13dca
IDEA-83415 git: do not allow to commit if repository has unmerged files
...
We could've silently override conflicts during `resetExcluded`/`restoreExcluded` routine before.
2018-07-19 15:14:19 +03:00
Aleksey Pivovarov
3e1f2efb13
git: cleanup - take GitRepository as parameter
2018-07-19 15:14:19 +03:00
Aleksey Pivovarov
cda1048161
git: extract method to get unmerged files
2018-07-19 15:14:19 +03:00
Aleksey Pivovarov
fbc0d823aa
git: unify tests for two commit modes
2018-07-19 15:14:18 +03:00
Konstantin Bulenkov
53d47cd465
refactor to use classloader instead of class
2018-07-19 13:44:09 +02:00
Konstantin Bulenkov
9f3a9b35c6
Error message if no background is set
2018-07-19 13:44:09 +02:00
Konstantin Bulenkov
829c7f47da
use class loader as context for searching resources
2018-07-19 13:44:09 +02:00
Konstantin Bulenkov
90e5b98c46
move to platform-impl and make PluginAware
2018-07-19 13:44:08 +02:00
Dmitry Avdeev
7beb70e0cf
EA-122213 - assert: IndexAccessValidator.checkAccessingIndexDuringOtherIndexProcessing
2018-07-19 14:30:00 +03:00
Alexey Kudravtsev
f6ac326c0c
call InternalPromiseUtil.isHandlerObsolete(handler)
2018-07-19 14:20:27 +03:00
Vladimir Krivosheev
da96d65c9d
add assert if no accessors found for binding
...
disabled for inspection since all inspections serialized by platform by default but not all inspections are state-full
2018-07-19 13:14:09 +02:00
Vladimir Krivosheev
f8b6ef85dc
cleanup and remove old storage other.xml (3 years is enough)
2018-07-19 13:14:08 +02:00
Vladimir Krivosheev
8cde1b600d
deprecate custom serialization filter (default is smart enough), use new kotlin-aware serializer
2018-07-19 13:14:08 +02:00
Vladimir Krivosheev
47b20bdd18
use loaded state as is
2018-07-19 13:14:07 +02:00
Vladimir Krivosheev
e747faac13
do not return empty element — return null as JDOMElementBinding does
2018-07-19 13:14:07 +02:00
Vladimir Krivosheev
3542e1b202
do not required tag annotation
2018-07-19 13:14:07 +02:00
Vladimir Krivosheev
b80142f3f3
mark getPluginDescriptor as transient to avoid getBinding call (performance)
2018-07-19 13:14:06 +02:00
Vladimir Krivosheev
9ea035067d
make private to avoid attempt to serialize (java.awt.Color is not serializable)
2018-07-19 13:14:06 +02:00
Vladimir Krivosheev
be7f8374dc
mark getCurrentScheme as transient to avoid getBinding call (performance)
2018-07-19 13:14:05 +02:00
Vladimir Krivosheev
db6aec8343
private getters are not supported by serializer and visible tree state not stored correctly as result
2018-07-19 13:14:05 +02:00
Vladimir Krivosheev
f1fb581cc9
mark getPluginDescriptor as transient to avoid getBinding call (performance)
2018-07-19 13:14:04 +02:00
Vladimir Krivosheev
efc34bed2e
add assertion that class doesn't have accessors (so, will be not serialized)
2018-07-19 13:14:04 +02:00
Dmitriy.Panov
55fcf09bdd
IJI-9 fixed TC gant build
2018-07-19 14:00:52 +03:00
Anton Lobov
62ca9d08d6
WEB-33908 JSON Schema completion: show types in completion for multi-type variants and enums
2018-07-19 12:41:04 +02:00
Aleksey Rostovskiy
2dba8af50d
remove third-party tag from applicationInfo's IDEA-CR-34985
...
this tag is deprecated and isn't used anymore due to IDEA-185044
2018-07-19 13:04:41 +03:00
Dennis Ushakov
722804f8bd
text <-> CData intentions (WEB-33928)
2018-07-19 13:00:59 +03:00
Maxim.Kolmakov
48171c0f18
[gui-tests] Fix infinite loop on setting clicking
2018-07-19 11:56:55 +02:00
Maxim.Kolmakov
2cba7b4c38
[gui-tests] minor error message fix
2018-07-19 11:56:55 +02:00
Andrey Vokin
54ad707351
Cucumber JVM: ignore comment and tags when calculating feature's name
...
IDEA-191020 Run tool for cucumber doen't show feature description when using an alternative language and CucumberJvm2SMFormatter
2018-07-19 11:27:18 +02:00
Dmitry Batrak
004aea31e1
IDEA-193695 Quick Definition (Option+Space) writes a space character if it does not work
...
this reverts commit abc190b
2018-07-19 12:23:27 +03:00
Vladimir.Orlov
847a72dec0
win launcher: show command line options
...
IDEA-193711 Improve idea executable
2018-07-19 12:17:37 +03:00
Roman Shevchenko
31b5699978
[java] removes incorrect accessibility error (IDEA-187250)
...
... when IDEA thought that a class is in an inaccessible JDK module, while in fact there is an upgrade on the classpath.
2018-07-19 10:36:12 +02:00
Anna.Kozlova
d6f2e3841f
testng: allow suites to be defined in yaml (IDEA-94400)
2018-07-19 10:01:31 +02:00
peter
11c5595382
java fun expr search: search at up-to-date offsets (EA-115728 - assert: JavaFunctionalExpressionSearcher.lambda$processFile$)
2018-07-19 09:52:02 +02:00