Anna.Kozlova
51d4e9936a
static imports: don't compare with expected type when it depends on unresolved reference (IDEA-163072)
2017-03-31 18:01:29 +02:00
Anna.Kozlova
c3a6faa9df
junit 5: NPE in forked tests
2017-03-31 18:01:29 +02:00
Anna.Kozlova
678944314f
junit 5: support pattern configurations (IDEA-164088)
2017-03-31 18:01:29 +02:00
Kirill Kirichenko
b058e1fd6a
IDEA-168273 remove old icons, fix asymmetric selection
2017-03-31 18:49:16 +03:00
Ilya.Kazakevich
a9bf1c1d1f
PY-23488: Special case added to unittest-based subtests
2017-03-31 18:11:41 +03:00
Ilya.Kazakevich
02e241990e
PY-23279, PY-9963: Support quotes in commandline interface: asterisk supported in any place
2017-03-31 17:48:53 +03:00
Ilya.Kazakevich
a7b59f062a
PY-23279, PY-9963: Support quotes in commandline interface:
...
* asterisk added
* Make PyUniversalTests obey test-specific arguments
2017-03-31 17:38:44 +03:00
Eldar Abusalimov
4223b2331f
Merge branch 'eldar/windows-command-line'
...
# Conflicts:
# platform/platform-tests/testSrc/com/intellij/execution/GeneralCommandLineTest.java
2017-03-31 17:35:05 +03:00
nik
9ab44673cf
build scripts: report an error if proper JRE cannot be bundled when running build on TeamCity
...
Previously the script will just report a warning, so we can get a successful build with missing artifacts. New 'Development mode' option is added for such cases.
2017-03-31 17:09:46 +03:00
Nadya Zabrodina
dd58bac2c2
(IDEA-170558) don't show popup after special chars in Custom File type
...
* don't show completion autoPopup if there is no changelist Combobox
data in the related document;
2017-03-31 16:58:37 +03:00
Roman Shevchenko
dc46445f5a
Merge remote-tracking branch 'origin/master'
2017-03-31 15:55:34 +02:00
Roman Shevchenko
0ce5d856bd
Cleanup (formatting; duplicated constants)
2017-03-31 15:16:27 +02:00
vadim.lomshakov
9003bab81d
[rider]: allow to inherit AbstractPopup for now (IDEA-CR-19701)
2017-03-31 16:14:48 +03:00
Roman Shevchenko
7290992c63
[tests] stricter patch applying/reverting tests
2017-03-31 15:01:04 +02:00
Pavel Dolgov
79bbbbf8ff
Java: Quick fix for merging duplicate statements in module-info (IDEA-169211)
2017-03-31 15:59:08 +03:00
Daniil Ovchinnikov
9d74ed70a6
[groovy] lexer: separate state for when division is expected (IDEA-170650)
...
On document change lexer was started with initial state where '/' is
matched as a beginning of the regex literal.
2017-03-31 15:47:04 +03:00
Konstantin Aleev
a4e4356f7c
FinderRecursivePanel: reorder methods
2017-03-31 15:23:54 +03:00
Kirill Kirichenko
54b51e7b41
Merge remote-tracking branch 'origin/master'
2017-03-31 15:04:12 +03:00
Kirill Kirichenko
59f83176ed
IDEA-168273 retina thin lines and combobox fixed
2017-03-31 15:02:30 +03:00
Kirill Kirichenko
54adc9a4b0
IDEA-168273 retina thin lines and combobox fixed
2017-03-31 15:01:36 +03:00
Konstantin Aleev
66160b3b2b
FinderRecursivePanel: provide a method to set a tool tip text
2017-03-31 14:26:44 +03:00
Kirill Likhodedov
6fe5a981d8
Bounce the app icon when a password is requested
2017-03-31 11:44:55 +01:00
Eugene Zhuravlev
8bc76bd48d
delete outdated code
2017-03-31 12:40:39 +02:00
Eugene Zhuravlev
5068a62d2e
fixing compilation
2017-03-31 12:31:43 +02:00
Egor.Ushakov
6877760adf
IDEA-160885 "Quick evaluate expression" responds quite slowly
2017-03-31 13:30:33 +03:00
nik
aa9a2c64b1
build scripts: removed reference to obsolete cucumber tests for old gant scripts
2017-03-31 12:54:45 +03:00
Egor.Ushakov
993f405f09
IDEA-168375 Emulate method breakpoints: make the progress non modal - allow early termination
2017-03-31 12:38:16 +03:00
nik
e305d98118
build scripts: ruby_tests.gant rewritten to use new testing scripts
...
Code from cucumber-tests.gant was migrated to UltimateProjectTestingTasks.groovy.
2017-03-31 11:59:41 +03:00
Anna.Kozlova
6065be66dc
testng: ensure sync on same instance (IDEA-170700)
2017-03-31 10:51:32 +02:00
Yaroslav Lepenkin
86e7f7e92c
[param hints] fixed EA-99743
2017-03-31 11:44:21 +03:00
Sergey Ignatov
45712c08d9
move performance test to htmltools, because of js and css inside
...
remove from xml-tests
2017-03-31 11:13:43 +03:00
peter
482e0a739a
try to stabilize performance test timings even more
2017-03-31 10:02:34 +02:00
Eugene Zhuravlev
4add76b4ef
Merge remote-tracking branch 'origin/master'
2017-03-31 08:32:33 +02:00
Ilya.Kazakevich
79275b7179
PY-23281: Support command line that starts with !
2017-03-31 03:08:36 +03:00
Ilya.Kazakevich
00bcd070b7
PY-23279, PY-9963: Use CommandLine language to parse arguments passed as additional
...
* GeneralCommandLine does not support "as is" command line: it should be splitted to arguments (due to ProcessBuilder interface).
2017-03-31 02:54:43 +03:00
Ilya.Kazakevich
eb06387c01
PY-23279, PY-9963: Support quotes in commandline interface:
...
* GeneralCommandLine does not support "as is" command line:
it should be splitted to arguments (due to ProcessBuilder interface).
So, we need to support quotes in command line to use to split arguments
2017-03-31 02:16:05 +03:00
Ilya.Kazakevich
634aa3d1c5
PY-22406: Report unittest as subtests
...
* Some issues are still missed (see my comments in issue)
* EnvTagsRequired now can be applied to method
* _jb_runner_tools.py hasn't been commited for some reason previous time
2017-03-31 01:08:26 +03:00
Sergey Ignatov
15b8640bba
move performance test to htmltools, because of js and css inside
2017-03-31 00:03:51 +03:00
Dennis Ushakov
64efefb694
optimize check in tests
2017-03-30 23:23:40 +03:00
Vassiliy.Kudryashov
a6cff6cc3d
IDEA-170688 Assertion failed [just made logging more informative]
...
Signed-off-by: Vassiliy.Kudryashov <Vassiliy.Kudryashov@jetbrains.com >
2017-03-30 23:11:55 +03:00
Vladislav.Soroka
8956a10748
typo fixed (IDEA-170602)
2017-03-30 22:05:02 +03:00
Konstantin Kolosovsky
8e45f696a6
Refactor "MultipleChangeListBrowser"
...
Remove unnecessary "ChangeListChooser.updateLists()" call - lists will
be updated in "rebuildList()" anyway
2017-03-30 21:27:52 +03:00
Konstantin Kolosovsky
6ac5b95c09
Do not ignore PCE while running tasks with "ProgressManagerQueue" in tests
...
Probably this'll help to fix "CommittedChangesCacheTest" blinking
2017-03-30 21:27:52 +03:00
Konstantin Kolosovsky
d8270fc4ee
Make urls in vcs console clickable for all IDEs
...
IDEA-166316
2017-03-30 21:27:52 +03:00
Konstantin Kolosovsky
10d97920c9
Make "Rearrange code" in commit dialog process only "vcs changed text"
...
IDEA-168585
2017-03-30 21:27:52 +03:00
Aleksey Pivovarov
bf5852661f
vcs: lambdify
2017-03-30 21:12:49 +03:00
Aleksey Pivovarov
332cdfed00
vcs: reduce class visibility
2017-03-30 21:12:49 +03:00
Aleksey Pivovarov
f112c7401a
vcs: replace class with static method
2017-03-30 21:12:49 +03:00
Aleksey Pivovarov
88c5e27002
vcs: use new diff api
2017-03-30 21:12:49 +03:00
Aleksey Pivovarov
2cdb4271a5
vcs: remove unused method
2017-03-30 21:12:49 +03:00