nik
21abbef59c
added GlobalSearchScope.getUnloadedModulesBelongingToScope method
...
It is needed to determine that some occurrences may be missing from a scope because containing modules are currently unloaded.
2017-06-09 14:06:35 +02:00
Anna Kozlova
3dfe608795
register shortcut for component (IDEA-171238)
2017-05-29 16:48:33 +03:00
Konstantin Bulenkov
7a179a3350
ActionPlaces.UNKNOWN -> real name for toolbars
...
Signed-off-by: Konstantin Bulenkov <kb@jetbrains.com >
2017-05-16 22:58:06 +03:00
Vladimir Krivosheev
16fdca9f08
cleanup — default implementation of processSentToBackground
2017-05-15 14:36:45 +02:00
Alexey Kudravtsev
e53e3338ce
Yes/No dialogs considered harmful, provide more immediate and descriptive button texts instead (for the most blatant bloopers)
2017-05-14 14:35:49 +03:00
Alexey Kudravtsev
4a4626c750
removed default file header, because it adds no information but subtracts attention and space
2017-05-12 14:02:24 +03:00
Vladimir Krivosheev
0646656b8b
deprecate DocumentAdapter
2017-05-09 18:31:16 +02:00
Alexey Kudravtsev
3c2d0f71c1
removed unnecessary unicode symbols
2017-05-05 15:23:22 +03:00
Anna.Kozlova
e018f574e4
anonymous -> lambda
2017-04-28 10:04:05 +02:00
Anna.Kozlova
583a728f89
cleanup redundant type arguments
2017-04-27 12:37:01 +02:00
Alexey Kudravtsev
a529b702ed
Logger.getInstance("#" + class.name) simplified
2017-04-21 16:06:02 +03:00
Vladimir Krivosheev
7fad69fc05
prefer to use allSettings where we actually need to use settings or don't need configuration at all
...
add hasSettings (later we can optimize it to avoid linear search)
no need in the myUnloadedElements since for unknown element UnknownRunConfiguration will be created
2017-04-11 18:41:05 +02:00
Vladimir Krivosheev
2e93a75bba
avoid ArrayList in the API
...
(cherry picked from commit e3414f0c2d4a83259f2325b961f4f68d20ee9bec)
2017-04-10 18:19:51 +02:00
Aleksey Pivovarov
c6ecd41f5a
diff: remove dead code
2017-03-30 15:31:11 +03:00
Anna.Kozlova
dfc3b84561
keep one number as progress when total is undefined (IDEA-168996)
2017-03-02 18:30:06 +01:00
Anna.Kozlova
72a153472f
tests: warning color for ignored tests (IDEA-168745)
2017-03-02 11:48:16 +01:00
Alexey Kudravtsev
3ae830a29c
notnull
2017-01-10 14:52:04 +03:00
Anna Kozlova
4c21b6a322
tests: collect only visible tests in presented order (IDEA-165455)
2017-01-04 19:50:20 +01:00
Anna Kozlova
fb425ee0ec
testing ui: ensure sort by duration and if not, alphabetically or none
2017-01-04 19:50:19 +01:00
Tagir Valeev
ffc5e158f4
Identical catch blocks collapsed where possible
...
Via "Identical 'catch' branches in 'try' statement" inspection with manual check/corrections
2016-12-26 17:54:01 +07:00
Alexey Kudravtsev
fef5820ef3
cleanup,notnull
2016-12-23 14:54:23 +03:00
Vladimir Krivosheev
75eddef69f
cleanup, notnull
2016-12-07 16:52:14 +01:00
peter
f9f6a1c0dd
cleanup TestResultsXmlFormatter
2016-11-02 18:11:06 +01:00
Vladimir Krivosheev
0604a5e374
createActionGroupPopup: SPEEDSEARCH is the default value for selectionAidMethod, cleanup
2016-10-25 17:06:36 +02:00
Anna.Kozlova
ce87b2a8f8
repeated tests: replace total with actual finished count
2016-10-21 18:07:07 +02:00
Alexey Kudravtsev
21eed4d96f
cleanup, notnull
2016-10-18 17:49:42 +03:00
Alexey Kudravtsev
349902f565
notnull
2016-10-18 15:01:21 +03:00
Alexey Kudravtsev
ffa76a55d0
removed UnusedDeclaration suppression from deprecated members since their usages are ignored anyway now
2016-10-13 12:38:08 +03:00
Anna.Kozlova
5121f446a5
introduce <undefined> number of tests as total when tests are repeated unlimited number of times (IDEA-161952)
2016-10-05 11:44:38 +02:00
Aleksey Pivovarov
0565a1dfaa
diff: pass Project to DiffContentFactory methods
2016-10-04 18:39:39 +03:00
Sergey Simonchik
056a188a08
update "X of Y tests" label if expected total test count is unspecified ( https://jbs.zendesk.com/agent/tickets/776994 )
2016-10-04 18:13:25 +03:00
Anna.Kozlova
6e4f6bbaac
ensure test output appears in the console: ensure order: first clear the old output, then print current output
2016-09-28 15:25:12 +02:00
Aleksey Pivovarov
1cb44249cb
diff: detect "actual content" FileType using "expected" VirtualFile in test failure
2016-09-28 15:57:22 +03:00
Anna Kozlova
4f8dc1327d
flush console to output file: restored for cases with short output (IDEA-161123)
2016-09-21 19:32:10 +03:00
Vassiliy.Kudryashov
767e9a2f62
Suggest 'Whole Project' name for JUnit run configuration if need
2016-09-21 19:06:46 +03:00
Vladimir Krivosheev
0f1af32765
deprecate ProjectCoreUtil.isProjectOrWorkspaceFile
2016-09-21 16:34:22 +02:00
Anna Kozlova
d01a0823e7
tests: hide auto test delay for java configurations which are compiler based
2016-09-15 13:55:49 +03:00
Anna Kozlova
a02afd8c8a
output: don't postpone failure output
2016-09-13 16:42:49 +03:00
Anna Kozlova
f5262aa97c
test runner: append output after last passed child (IDEA-160397)
2016-09-12 14:40:07 +03:00
Alexey Kudravtsev
bd2bb911f0
Removed deprecated OWN_THREAD, SHARED_THREAD. Made Alarm more strict by not accepting POOLED_THREAD without disposable
2016-09-09 14:37:06 +03:00
peter
6eaed118a1
community: use short form of application.invokeAndWait
2016-09-02 21:25:41 +02:00
Anna.Kozlova
78d1492242
explicit types to diamonds
2016-08-08 17:08:03 +02:00
Anna.Kozlova
c132c12e30
remove deprecated code, cleanup
2016-08-08 17:08:03 +02:00
Anna Kozlova
995b9c8967
enable ansi coloring for sout only
2016-06-20 15:57:57 +03:00
Anna Kozlova
2bae41452f
rerun java test configuration on make completed without errors
...
(cherry picked from commit 7058066)
2016-06-15 16:08:41 +03:00
Anna Kozlova
2aa7c87073
restore ansi coloring after dumping (IDEA-150444)
2016-06-03 12:47:45 +03:00
Anna.Kozlova
9d6477485d
anonymous -> lambda
2016-06-01 09:00:47 +02:00
Anna.Kozlova
c00be8c237
sm statistics: delete old panel
2016-05-24 18:15:05 +02:00
Konstantin Bulenkov
2c40cadc78
simplify getting project from AnActionEvent
2016-05-24 02:11:29 +02:00
Anna.Kozlova
36ee7203f6
anonym -> lambda
2016-05-18 12:04:12 +02:00