Commit Graph
665 Commits
Author SHA1 Message Date
Konstantin Bulenkov da7bf85912 module execution-impl: dpi-aware insets 2016-05-07 22:56:30 +02:00
Anna.Kozlova 11471bc6c0 fix for output file by short name inside working dir (IDEA-153832) 2016-05-03 10:47:40 +02:00
Anna.Kozlova 310f81efce import tests: multiple selection according to the stored configuration (IDEA-155464) 2016-05-02 15:21:04 +02:00
Vladimir Krivosheev 047db96c40 Merge remote-tracking branch 'origin/master' into IDEA-CR-10038 2016-04-25 12:22:09 +02:00
Anna.Kozlova dd93b4ba45 write module classpath if forked per module even if all tests were located in one module as classpath could be from the project as per-config (IDEA-155036) 2016-04-22 19:31:27 +02:00
Vladimir Krivosheev a2340f52ec use InetAddress.getLoopbackAddress() 2016-04-22 15:16:44 +02:00
Roman Shevchenko 9522a8d060 [platform] fine-tuning process output readers: JUnit 2016-04-13 19:40:02 +02:00
Anna.Kozlova 115393ab25 init version string in case of JDK9 where there is no rt.jar and JdkUtil.getJdkMainAttribute won't detect version string that way 2016-04-06 17:15:12 +02:00
peter 34525b4c72 allow transactions to be accompanied by parentDisposable 2016-03-29 11:54:20 +02:00
Anna.Kozlova 5d285805a9 pattern configurations: don't find one-class pattern for method configuration (IDEA-152733) 2016-03-23 17:20:32 +01:00
Gregory.Shrago fa984dbfae Run configurations UI: limit combobox sizes for very long Python SDK paths 2016-03-23 00:21:50 +03:00
Anna.Kozlova c0260958a3 browse tests: set focus in the tree, enable speedsearch (IDEA-153424) 2016-03-22 15:35:47 +01:00
peter 34bd807cd1 another case of IDEA-149939 CCE in com.intellij.execution.stacktrace.StackTraceLine.getMethodLocation causes frozen UI 2016-03-21 15:22:37 +01:00
peter b0a05f7c1b IDEA-149939 CCE in com.intellij.execution.stacktrace.StackTraceLine.getMethodLocation causes frozen UI 2016-03-21 14:03:20 +01:00
Alexey Kudravtsev 86e3655623 utility method createBoundedApplicationPoolExecutor 2016-03-17 11:32:31 +03:00
Anna Kozlova c7bc2331e0 junit: don't collect abstract classes to run in package 2016-03-11 13:14:10 +01:00
Anna Kozlova 50c208fe3c junit 5: accept package private methods and new annotations 2016-03-10 11:21:45 +01:00
peter 1e2fc5add5 TransactionGuard alpha version 2016-02-26 10:43:05 +01:00
Roman Shevchenko f1e3ae0fc9 [ui] no decompilation in exception filter (IDEA-150589) 2016-02-16 17:39:06 +01:00
Yaroslav Lepenkin 9f3bb4f992 Recent Tests: remove tests which we can locate without location in background 2016-02-11 22:50:01 +03:00
Yaroslav Lepenkin e012c6811c Recent Tests: show only java tests urls 2016-02-11 22:50:00 +03:00
Yaroslav Lepenkin abfb139fb0 Recent Tests: corrected tests order - if failed more than 2 tests from suite, show suite first then failed tests, otherwise show tests first then suite 2016-02-08 15:48:22 +03:00
Vladimir Krivosheev 439ef44a5f IDEA-23976 JavaCommandLineState — ansiColoring by default set to true 2016-02-08 13:14:19 +01:00
Anna Kozlova 8e9ab4143d disable pattern configuration for the same named packages (IDEA-151250) 2016-02-08 11:51:52 +01:00
Anna Kozlova 1190715024 tests & multiple carets: run tests by all carets (IDEA-151100) 2016-02-03 16:10:26 +03:00
Yaroslav Lepenkin 63c9156fa8 Recent Tests: Do not calculate location when showing popup, it can be heavy 2016-02-03 14:48:58 +03:00
Yaroslav Lepenkin e915f393e8 Recent Tests: Do not show ignored tests in suites 2016-02-03 14:48:57 +03:00
Yaroslav Lepenkin 6a1148770d Do not show tests without locations 2016-02-01 19:17:22 +03:00
Roman Shevchenko 6ded6d6f00 Cleanup (warnings) 2016-02-01 12:08:23 +03:00
Ivan Bessonov ea734c47a9 IDEA-150559 - GWT - support of "Working directory" option in run configuration. Minor refactoring of CommonProgramParametersPanel and CommonJavaParametersPanel 2016-01-29 15:54:43 +03:00
Yaroslav Lepenkin 0c877c89fc Added ad to the bottom of "Recent Tests" popup, set default execution mode to run 2016-01-29 15:43:29 +03:00
Yaroslav Lepenkin 95898440b9 RecentTests: sorted by date inside groups 2016-01-28 20:54:16 +03:00
Yaroslav Lepenkin 59062a136f RecentTests: added date to suite and test infos 2016-01-28 20:54:16 +03:00
Yaroslav Lepenkin 594398f81f Recent Tests: refactored test order calculation 2016-01-27 14:07:33 +03:00
Yaroslav Lepenkin 082e5655e7 extracted method 2016-01-27 14:07:32 +03:00
Anna Kozlova 31ab959237 accept secondary setup methods (IDEA-150310) 2016-01-14 18:42:40 +01:00
Anna Kozlova f6fc7322c1 java location: trim method name to support ZohhakRunner (IDEA-149899) 2016-01-13 20:22:33 +01:00
Dennis Ushakov 2bdf001e66 dumb-aware run configurations: try to search for failed tests 2016-01-13 16:12:37 +03:00
Dennis Ushakov 10b3389f32 dumb-aware run configurations: red cross on java configurations 2016-01-12 20:40:57 +03:00
Dennis Ushakov 86f2048fd5 dumb-aware run configurations: initial 2016-01-12 20:10:22 +03:00
Anna Kozlova fda3ba7e3c test discovery: fork per module when tests were found in different modules 2016-01-08 20:15:17 +01:00
Anna Kozlova 6594af0dc1 tests: allow tests selection from file with multiple test classes (IDEA-148273) 2015-12-28 10:27:00 +01:00
Eugene Zhuravlev ad2cbbecc3 take 3: augmenting IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources 2015-12-03 13:53:34 +01:00
Eugene Zhuravlev 47efd29972 augmenting IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources 2015-12-03 12:14:44 +01:00
Egor.Ushakov 7014f9fc68 IDEA-148802 Java Scratch files debugging: debugger ignores breakpoints in module classes and doesn't show their sources 2015-12-03 11:55:02 +03:00
Dmitry Avdeev f04a6e5eac IDEA-148420 Run config icon in gutter for running Java main method instead of green triangle 2015-11-27 17:59:35 +03:00
Alexey Kudravtsev 6555e34dc0 Made commandLine not-null in OSProcessHandler, BaseOSProcessHandler, BaseDataReader.start() and the like. 2015-11-24 15:10:32 +03:00
Anna Kozlova aed865ac5a EA-75997 - SIOOBE: StackTraceLine.getLineNumber 2015-11-24 12:52:21 +01:00
Alexey Kudravtsev 8a67ff12ee provide tooltip for "run" guter icon 2015-11-17 15:44:51 +03:00
Anna Kozlova 6b7ec093e2 reuse common label titles (IDEA-147711) 2015-11-10 18:45:36 +01:00