Gregory.Shrago
b1d522dbfc
historical typo fixed: getDependences: usages 2
2018-07-10 16:46:33 +03:00
Gregory.Shrago
b45a10da72
historical typo fixed: getDependences: usages
2018-07-10 14:44:11 +03:00
Alexey Kudravtsev
539a444101
removed unnecessary store/restore code style settings in tests because they're dropped automatically
2018-06-25 17:57:05 +03:00
sergey.vasiliev
1e5c313405
remove old statistics service
2018-06-12 09:28:32 +02:00
Dennis Ushakov
189b72c5d0
cleanup
2018-06-05 20:02:19 +03:00
Sergey Ignatov
09b8c22643
kotlin speedup: specify return type for public/protected APIs
2018-05-28 15:37:51 +03:00
Anna.Kozlova
99d01ccd8c
don't make raw type equal to anything else (IDEA-192037)
2018-05-17 11:28:24 +02:00
Rustam Vishnyakov
198f44c9af
Migration to PsiFile-based CodeStyle API
2018-04-11 22:39:01 +03:00
Daniil Ovchinnikov
c6b40a53ee
make Query accept wildcard processor: update executor implementations
2018-04-03 15:26:14 +02:00
Daniil Ovchinnikov
cd2a334e6e
annotate PsiReference's #getElement and #getRangeInElement with @NotNull
2018-04-03 15:01:50 +02:00
Alexey Kudravtsev
aa96258aae
cleanup
2018-04-03 14:16:04 +03:00
Daniil Ovchinnikov
ddbb94b737
[jvm-lang] add and use ExpectedParameter
...
- update Java request implementations;
- update render actions in Java and Groovy.
2018-04-01 21:54:25 +02:00
Daniil Ovchinnikov
0b365efd34
[jvm-lang] use JvmElement Create method API from XMLs (IDEA-163124)
2018-03-26 21:29:00 +03:00
andrey zaytsev
80cc971bb0
Popups: decouple from swing
...
- Abstract PopupChooserBuilder API over JBList to make majority of popups available in on-air
- Make wizard popups abstract to supply different UI implementation
2018-03-21 23:09:06 +03:00
Vladimir Krivosheev
a676d0506c
cleanup (use JDK Base64 if possible)
2018-03-16 14:41:42 +01:00
Pavel Dolgov
d015020a80
JavaFX: Follow up after review on creating FXML file (IDEA-187363)
2018-03-13 16:43:21 +03:00
Pavel Dolgov
14481a1944
JavaFX: Don't offer creating FXML files in non-Java modules (IDEA-187363)
2018-03-13 12:49:05 +03:00
Alexey Kudravtsev
f81db62917
write command cleanup
2018-03-02 16:31:24 +03:00
Daniil Ovchinnikov
40a99caac6
fix SIOOBE (EA-116377)
2018-02-28 17:05:35 +03:00
Daniil Ovchinnikov
3b74a37ba5
fix the test: now it is possible to render methods from XML in Groovy
2018-02-28 13:25:15 +03:00
Daniil Ovchinnikov
ec06718364
update PsiSearchHelper.SERVICE#getInstance usages
2018-02-28 12:59:48 +03:00
Max Medvedev
6210c2b224
[rename refactoring] more nullability
2018-02-17 19:46:01 +03:00
Daniil Ovchinnikov
96fe227e19
[jvm-lang] inline kotlin typealiases
2018-02-16 19:46:37 +03:00
Daniil Ovchinnikov
39ffc13605
[jvm-lang] convert api interfaces to java step 3: implementations
2018-02-15 15:29:33 +03:00
Anna.Kozlova
48d3ce215c
make private fields final
2018-02-07 09:44:30 +01:00
Tagir Valeev
89d7f7290e
PsiParameterList#isEmpty; isEmpty and getParametersCount used where possible
2018-01-26 16:41:54 +07:00
nik
c9620ce099
IDEA project configuration: the great module rename
...
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.
Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321
IDEA project configuration: the great module rename
...
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.
Rename iml files.
2018-01-25 12:59:02 +03:00
Daniil Ovchinnikov
6f9668561c
@NotNull/@Nullable in RenamePsiElementProcessor implementations
2018-01-23 20:37:52 +03:00
Vladimir Krivosheev
74fdc3f9af
add loadState(notnull)
2018-01-22 14:35:56 +01:00
Roman Shevchenko
4988b6f025
Merge remote-tracking branch 'origin/master'
2018-01-22 12:27:57 +03:00
Roman Shevchenko
7c145a4079
Cleanup (drops obsolete runtime version checks)
2018-01-20 16:13:42 +03:00
peter
315b7969c1
migrate most usages of deprecated com.intellij.util.containers.HashMap/Set to java.util
2018-01-19 22:26:30 +01:00
Roman Shevchenko
dfca1ed2eb
Cleanup (missing (c) headers)
2018-01-19 14:00:18 +01:00
Tagir Valeev
db9200fcdb
Collection.toArray: use empty array instead of presized one
2018-01-18 13:41:14 +07:00
Roman Shevchenko
b68d6a0731
Cleanup (simpler runtime version check)
2018-01-17 16:30:23 +01:00
Pavel Dolgov
5fd40e63e8
Javafx: Edit output level of the packager in artifact properties (IDEA-183393)
2017-12-18 18:45:20 +03:00
Pavel Dolgov
ef92b183ce
Javafx: Write output of the packager to the build log (IDEA-183393)
2017-12-18 18:45:20 +03:00
Alexey Kudravtsev
e07afa8f5c
Date/Time in javadocs considered useless for readability
2017-12-06 15:11:04 +03:00
Anna.Kozlova
a683df3efd
avoid search by offset in copy, use marker instead
2017-11-30 14:49:59 +01:00
Alexey Kudravtsev
007107a433
cleanup
2017-11-29 13:48:22 +03:00
Pavel Dolgov
7e9f4507b6
Javafx: Disable assertions in Scene Builder because of false positives (IDEA-162542)
2017-11-24 13:54:19 +03:00
Roman Shevchenko
b55062a4d7
[javafx] do not check for type annotations (IDEA-181206)
2017-10-26 19:06:11 +02:00
Alexey Kudravtsev
11b44c4447
performance
2017-09-27 18:09:27 +03:00
Dmitry Batkovich
be5e85aedd
type migration: make root search available on scratch files
2017-09-27 10:57:38 +03:00
Tagir Valeev
b6ed0a0d12
HighlightUtil decomposition: fix-related methods moved to HighlightFixUtil
2017-09-19 13:26:23 +07:00
Alexey Kudravtsev
c6b1ec8ef3
dispose leaking virtual file pointers in tests
2017-09-18 13:35:28 +03:00
Dmitry Batkovich
88542e3e86
cleanup: apply "static method referenced via subclass" for PropertyUtilBase methods
2017-09-18 10:36:51 +03:00
Daniil Ovchinnikov
6eed3ff528
[jvm-lang] add ExpectedType, use it in CreateMethodRequest
2017-09-12 16:21:38 +02:00
Daniil Ovchinnikov
9bc4c75cee
[jvm-lang] provide target substitutor via method request
2017-09-12 15:18:20 +02:00