Commit Graph
242 Commits
Author SHA1 Message Date
Vassiliy Kudryashov ce4ba7ecae IDEA-23142 Rerun failed tests keymap action should work when editor window has focus 2012-07-31 16:28:38 +04:00
Dmitry Avdeev b50491d586 Remote run configuration UI compacted 2012-07-26 13:40:23 +04:00
Vassiliy Kudryashov 59781af46a IDEA-88820 Wrong button behavior in JUnit execution 2012-07-14 21:26:36 +04:00
Vassiliy Kudryashov 59ab803d7f IDEA-88715 Exception on "Restart "Rerun failed tests"" 2012-07-13 15:55:47 +04:00
anna 344f87a695 enable "rerun failed test" on first failed test found (IDEA-87984) 2012-07-04 14:17:09 +02:00
Evgeny Pasynkov ec79107c77 Merge branch 'master' into upsource-master
Conflicts:
	build/scripts/libLicenses.gant
	images/src/org/intellij/images/index/ImageInfoIndex.java
	java/compiler/impl/src/com/intellij/compiler/server/BuildManager.java
	java/execution/impl/src/com/intellij/execution/actions/AbstractRerunFailedTestsAction.java
	jps/jps-builders/src/org/jetbrains/jps/cmdline/BuildSession.java
	jps/jps-builders/src/org/jetbrains/jps/incremental/IncProjectBuilder.java
	jps/jps-builders/src/org/jetbrains/jps/incremental/storage/BuildDataManager.java
	jps/jps-builders/src/org/jetbrains/jps/javac/JavacMain.java
	jps/jps-builders/src/org/jetbrains/jps/javac/OptimizedFileManager.java
	jps/jps-builders/src/org/jetbrains/jps/javac/OptimizedFileManager17.java
	jps/model/src/org/jetbrains/jps/idea/IdeaProjectLoader.groovy
	platform/lang-api/src/com/intellij/execution/runners/ExecutionEnvironment.java
	platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyPasteIndentProcessor.java
	platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java
	platform/platform-resources-en/src/messages/ActionsBundle.properties
	platform/util/src/com/intellij/icons/AllIcons.java
	plugins/IdeaTestAssistant/src/com/intellij/testAssistant/TestDataHighlightingPass.java
	plugins/java-i18n/src/com/intellij/spellchecker/LiteralExpressionTokenizer.java
	plugins/junit/src/com/intellij/execution/junit/JUnitConfigurationType.java
	plugins/spellchecker/src/com/intellij/spellchecker/tokenizer/EscapeSequenceTokenizer.java
2012-07-04 11:45:53 +02:00
Anton Makeev 741d3c3ac5 Platform: rerun tailed test fixed 2012-07-04 10:33:37 +02:00
Evgeny Pasynkov 6371910dba Merge branch 'master' into upsource-master 2012-07-03 10:28:50 +02:00
Anton Makeev 04cb02fe59 AppCode: device selection
AppCode: tests optimization
Platform: further ExecutionTarget support
2012-06-30 19:13:50 +02:00
Evgeny Pasynkov 577ede3fe2 move searchers to indexing module 2012-06-22 08:55:07 +02:00
Anna Kozlova 6bbbb5031f try given class name when $->. replaced not found (IDEA-86943) 2012-06-04 18:14:43 +04:00
Roman Shevchenko f43418ed60 Move platform UI component out of util module 2012-05-30 20:24:54 +04:00
Maxim Shafirov ce21064639 Unified access to icons.jar resources 2012-05-30 18:41:47 +04:00
Eugene Zhuravlev 0f5eca70d4 external build: ensure compiler callback is called at the end of compilation 2012-05-22 18:34:16 +02:00
Evgeny Zakrevsky 734a8b6db4 1. ToolbarDecorators added for some new icons
2. Duplicate icons removed
3. ToolbarDecorator: Disabling extra actions if context component disabled
4. ToolbarDecorator: Setter for add action.
2012-05-19 02:24:39 +04:00
Dmitry Jemerov b02e6faad3 SdkTypeId extracted 2012-05-17 13:02:29 +02:00
Vassiliy Kudryashov 4114fcc49d IDEA-85611 Run configurations: impossible to delete the default Make 'before launch' goal 2012-05-14 16:14:40 +04:00
anna 44fb1c4e4c Revert: IDEA-85611 Run configurations: impossible to delete the default Make 'before launch' goal
(26ee79186e)
2012-05-07 12:23:47 +02:00
Vassiliy Kudryashov 26ee79186e IDEA-85611 Run configurations: impossible to delete the default Make 'before launch' goal 2012-05-05 17:37:17 +04:00
Eugene Kudelevsky 208e521731 pass run configuration type id to compile server 2012-04-28 16:10:50 +04:00
Vassiliy Kudryashov 1c6aced169 IDEA-79934 Run Configurations: Ability to specify another Run configuration as a 'before run' task 2012-04-16 17:49:48 +04:00
Eugene Zhuravlev 738fd092ec updated remote debug parameters hints depending on sdk version 2012-04-12 13:58:37 +02:00
Evgeny Zakrevsky 67928a9a40 Copy button in ConfigurationArgumentsHelpArea (see Run Configurations -> Remote for example) 2012-04-11 14:41:03 +04:00
Eugene Zhuravlev 2842a55d4e fix compilation 2012-03-30 15:05:02 +02:00
anna 49735a6306 remove duplicate code 2012-03-26 20:19:45 +02:00
anna 039d9708b9 prevent overriding users output by "Process finished" (IDEA-83311) 2012-03-22 14:14:39 +01:00
anna c772e74631 tests: flush all updates before disposing the queue with instructions 2012-03-12 18:31:29 +01:00
Evgeny Zakrevsky f31dd9f412 AppletConfigurable. Toolbar decorator. 2012-03-12 15:57:04 +04:00
anna 701630e6ea tests: order fast updates in the queue (EA-34406 - assert: OutputParser.processPacket) 2012-03-11 13:01:14 +01:00
Alexey Kudravtsev 8747758942 cleanup 2012-03-06 12:44:52 +04:00
Alexey Kudravtsev 7a54c59700 memleak 2012-03-06 12:44:51 +04:00
peter b61c20a09d EA-34054 - assert: JUnitUtil.isTestMethodOrConfig 2012-03-02 12:13:18 +04:00
anna 9a344b4b27 fix execution tests: queue should not pass through 2012-03-01 20:58:45 +01:00
anna 154b82a61e merge requests before putting them in AWT 2012-03-01 12:50:58 +01:00
peter 685ee26292 on EA-34054 and methods outside a class 2012-02-27 20:05:26 +01:00
anna 730c5106bb message 2012-02-27 12:37:45 +01:00
Alexey Kudravtsev fa7e4eeb1a memleaks fixed + throw exception on leak 2012-02-27 13:30:19 +04:00
Maxim.Medvedev 5420c19cc9 IDEA-81733 Groovy script configuration loses environment variables 2012-02-22 19:33:06 +04:00
Gregory.Shrago c51edb445b freeze on SOE rendering, disappearing traces and invalid range marker assertion 2012-02-21 21:20:04 +03:00
Maxim Shafirov 5edbfb396c Code duplication 2012-02-20 21:41:38 +04:00
anna ebb5594010 tests: check for jar availability in the classpath when package is selected 2012-02-20 10:40:05 +01:00
anna 62b3260962 console filters: provide update message 2012-02-16 20:23:06 +01:00
Gregory.Shrago 6ccbd57194 better effect/color combination 2012-02-15 20:46:39 +03:00
anna 24054464f0 run all tests in abstract class inheritors 2012-02-14 18:54:08 +01:00
anna c9568b7eb0 do not block console/tests when modal dialog is shown (IDEA-22769) 2012-02-10 11:01:33 +01:00
Anna Kozlova 8d87a73c8e junit: do not highlight abstract test cases as unused when they do have non-abstract inheritors 2012-02-03 16:40:28 +04:00
Gregory.Shrago 9705ff9eb7 thanks peter 2012-02-03 16:15:54 +03:00
Gregory.Shrago afd5bc65f8 filter out anonymous classes 2012-02-03 15:33:03 +03:00
Anna Kozlova f962c0afc2 run abstract test: forbid without inheritors 2012-02-03 15:26:04 +04:00
Gregory.Shrago 2528023a1a try-catch stacktrace filter 2012-02-03 02:53:24 +03:00