Commit Graph
192045 Commits
Author SHA1 Message Date
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
Aleksey Pivovarov a1fa4cb5c7 vcs: remove unused parameter 2017-03-30 21:12:49 +03:00
Aleksey Pivovarov c1aecf2687 vcs: use util method 2017-03-30 21:12:49 +03:00
Egor.Ushakov 1761241294 IDEA-160885 "Quick evaluate expression" responds quite slowly 2017-03-30 20:57:11 +03:00
Egor.Ushakov 2454a04bb8 cleanup: use XDebuggerUIConstants constant 2017-03-30 20:57:11 +03:00
peter 5e2501e990 revert: don't try to remove cls annotations (EA-97810 - IOE: ClsElementImpl.cannotModifyException), normal non-Kotlin compiled element shouldn't end up here 2017-03-30 19:10:47 +02:00
Nadya Zabrodina 7110cc93e6 [hg]: hide mq actions and related executors if no mq config presented
* IDEA-148576 Get rid of "Create MQ Patch";
* lambdify;
2017-03-30 19:54:20 +03:00
Nadya Zabrodina 3bc9a07df4 [hg]: add an ability to skip default config options during hg execution
* cleanUp;
2017-03-30 19:54:19 +03:00
Nadya Zabrodina 04f9cd51be [hg]: update repo config if hgrc file changed 2017-03-30 19:54:18 +03:00
Aleksey Pivovarov 6ba9ed4eaf diff: allow to create LineOffsets from Document 2017-03-30 19:45:04 +03:00
Dmitry Trofimov 924b76e03d Merge remote-tracking branch 'origin/master' 2017-03-30 18:35:12 +02:00
Nadya Zabrodina add0e1ccf3 [hg]: cleanUp 2017-03-30 19:29:03 +03:00
Nadya Zabrodina 88635bdad9 [hg]: Branch Popup - add show more/less for hg branches/bookmarks
* remember expand/collapsed state;
* highlight current bookmark with TICK icon, but treat it
 as a normal not-favorite/favorite element with different rendering;
2017-03-30 19:29:02 +03:00
Nadya Zabrodina a5b1fb083e [hg]: switch off popup icons for unnamed branch actions 2017-03-30 19:29:01 +03:00
Nadya Zabrodina b2344b084f [hg]: Branch Popup - implement favorite branch serialization
* (IDEA-167873) remember favorite branches/bookmarks for mercurial;
2017-03-30 19:29:00 +03:00