Tagir Valeev
92048254c1
VariableNameGenerator: fixed failing tests
2018-12-21 13:31:29 +07:00
Tagir Valeev
8d1a008a46
JBPopupFactory: typo fixed
2018-12-21 12:35:22 +07:00
Tagir Valeev
0ba4bd5e2f
FileChooserDialogImpl: redundant modifier removed; generified
2018-12-21 12:34:14 +07:00
Tagir Valeev
850069211d
FileChooserDialogImpl: redundant modifier removed
2018-12-21 12:32:40 +07:00
Tagir Valeev
3349a2bf00
KeySetIterationMayUseEntrySetInspection: fully-qualified name used (IDEA-CR-41478)
2018-12-21 12:30:54 +07:00
Tagir Valeev
56e7b3ec44
VariableNameGenerator
2018-12-21 12:30:54 +07:00
Tagir Valeev
1295c436c9
VariableAccessUtils#getVariableUsages
2018-12-21 12:30:53 +07:00
Tagir Valeev
83593d51a5
UnrollLoopAction: deprecated method calls replaced
2018-12-21 12:30:52 +07:00
Tagir Valeev
21451c6d6d
VariableAccessUtils#evaluatesToVariable -> ExpressionUtils#isReferenceTo; minor cleanup
2018-12-21 12:30:51 +07:00
Aleksey Pivovarov
1968b1c702
vcs: do not throw same exception multiple times in tests
...
`LOG.error(e)` rethrew exception, leaving failed future in the list.
2018-12-21 01:15:57 +03:00
peter
ba67bab414
mad testing: don't expect web references to be completed
2018-12-20 21:23:04 +01:00
Piotr Tomiak
0094a5dbfe
IDEA-204424 Add "Other" group if needed and ensure no duplicated entries on the list
2018-12-20 21:02:04 +01:00
sergey.ignatov
569e5afa04
simplify
2018-12-20 21:53:07 +03:00
sergey.ignatov
96c9d32639
run DomPerformanceTest on hardware agents, avoid blinking
2018-12-20 21:19:10 +03:00
Vladimir Krivosheev
0cc1e1fe3e
IDEA-202846 Can not download source code for jar after updating 2018.3
2018-12-20 19:12:20 +01:00
Anna.Kozlova
4012d7e874
can be final: don't suggest private methods
2018-12-20 19:11:04 +01:00
sergey.ignatov
06258d1ee0
run AntHighlightingTest on hardware agents, avoid blinking
2018-12-20 21:09:09 +03:00
sergey.ignatov
d007b08a2f
introduce HardwareAgentRequired annotation
...
that allows to move most of performance tests into AWS and keep some of them on hardware agents
2018-12-20 20:46:16 +03:00
Roman Shevchenko
41d7315302
Cleanup (corrects crazy test formatting)
2018-12-20 18:44:39 +01:00
Alexander Lobas
d66198ef55
Load and show plugin logo icon: separate keys for local and remote plugins
2018-12-20 20:17:44 +03:00
Mikhail Golubev
ff1bb21ba8
PY-33266 Don't show duplicate and nested warnings about redundant parentheses
...
We could duplicate them because in case like ((42)) we used to show one
warning for (42) as for parenthesized expression inside another one and
another warning for (42) as for parenthesized expression containing
a literal expression.
2018-12-20 23:49:11 +07:00
Alexander Lobas
4bfd2668e4
Load and show plugin logo icon: group bg requests
2018-12-20 19:33:57 +03:00
Anton Lobov
fb795da377
WEB-36383 follow-up: properly skip foreign values in webpack validation
2018-12-20 16:56:47 +01:00
Vladimir Krivosheev
7c3de5ddad
unify into one method "computePlatformPluginUrlAndCollectPluginUrls"
2018-12-20 16:29:20 +01:00
Anna.Kozlova
e9c6f0001f
switch expressions: highlight break values (IDEA-204569)
2018-12-20 16:22:46 +01:00
Anna.Kozlova
413d6003d3
nested switch: update for switch expressions (IDEA-203717)
2018-12-20 16:22:46 +01:00
Roman Shevchenko
5cdbcf8feb
Cleanup (unneeded delegation; formatting; typos)
2018-12-20 16:19:25 +01:00
Bas Leijdekkers
f710ad3bda
IG: Make unboxing explicit fix now adds type arguments on method calls when needed (IDEA-204071)
2018-12-20 16:09:09 +01:00
Egor Ushakov
6970a4b3a2
do not stop the tracer if we have exited the original frame and show thread id
2018-12-20 17:47:03 +03:00
Egor Ushakov
5ebfb6334a
toggle action for tracer
2018-12-20 17:25:29 +03:00
Roman Shevchenko
2ab674364f
[tests] makes ExternalJavadocPresentationTest pass on Windows
2018-12-20 15:07:46 +01:00
Nikita Skvortsov
5e303b5c73
Fix maven artifacts download notification logging IDEA-204514
...
Numbered list is not rendered in Event Log toolwindow, resulting in list items without spaces between them.
2018-12-20 16:55:49 +03:00
peter
08edcf6a79
ActionSetBuilder: don't invoke update right after we already updated the actions (IDEA-204405)
2018-12-20 14:48:39 +01:00
peter
413cea9891
faster action presentation data copy (IDEA-204405)
2018-12-20 14:48:39 +01:00
peter
c9ce70bde4
less allocations in SmartFMap.equals (needed for IDEA-204405)
2018-12-20 14:48:39 +01:00
nik
6eae036c79
IDEA project configuration: use JUnit3 library with 'Test' scope only
...
The library isn't used by the IDE, it's kept only for compatibility with users' projects, so switching dependency scope helps to avoid messages about conflicting library versions (see IDEA-204495).
2018-12-20 16:43:54 +03:00
Egor Ushakov
e0b594f59a
do not record calls inside the debugger evaluation
2018-12-20 16:17:18 +03:00
Vladimir Krivosheev
4a2ca45652
load plugin descriptors in parallel, make read progress more smooth and precise — fix minor IDEs
...
Quick fix — code will be refactored later to make it more clear to avoid such errors in the future
2018-12-20 14:14:53 +01:00
Anna.Kozlova
a3ae25e33c
file navigation: navigate to file if present even under classes root/explicitly excluded (IDEA-202575)
2018-12-20 14:07:37 +01:00
Alexey Kudravtsev
08250139b4
restore actual count value (for IDEA-CR-41523)
2018-12-20 15:54:21 +03:00
Alexey Kudravtsev
d2cc652835
cleanup
2018-12-20 15:54:21 +03:00
Vladimir.Orlov
fd16fb11cc
IDEA-204535 Header text in Rider Installer is heavily misaligned
2018-12-20 15:47:11 +03:00
Dmitry Avdeev
dbdeff2b0e
ValidateXmlTest moved to community
2018-12-20 15:33:55 +03:00
Dennis Ushakov
78d4347f6c
fix JSX comments (IDEA-CR-39545)
2018-12-20 15:05:12 +03:00
Vladimir Krivosheev
dffe646f5a
rename from loadDescriptors to loadDescriptorsFromDir to avoid the same named method and make clear that method loads descriptors only from specified dir and nothing more
...
Aligned with our existing loadDescriptorsFromClassPath
2018-12-20 12:42:55 +01:00
Vladimir Krivosheev
bcb694f812
cleanup
2018-12-20 12:42:55 +01:00
Vladimir Krivosheev
bab1bebab6
plugin descriptor — make getModules not-null to simplify code, read not using xml serializer
2018-12-20 12:42:54 +01:00
Anton Makeev
70d7592065
CPP-14770 Publish CLion as Maven dependency for plugin development: publish Javac2 as maven artifact
2018-12-20 14:11:49 +03:00
Dmitry Batkovich
68dd246a4d
resource bundle: check underlying rb is valid when do operations in project view IDEA-180097
2018-12-20 13:59:16 +03:00
Mikhail Golubev
6d4bc430c3
PY-22563 Remove indent before the caret from re-indented text being pasted
...
Otherwise, we end up duplicating it.
This logic shouldn't apply if the fragment being pasted will be inserted on
the previous line which should actually happen only if there was no selection
in the editor, just the caret preceding a line -- I additionally enforced
this requirement.
Added tests covering the original issue and some of its duplicates (PY-29506).
2018-12-20 13:54:40 +03:00