Commit Graph
62 Commits
Author SHA1 Message Date
Anna Kozlova 6bbbb5031f try given class name when $->. replaced not found (IDEA-86943) 2012-06-04 18:14:43 +04:00
Dmitry Jemerov b02e6faad3 SdkTypeId extracted 2012-05-17 13:02:29 +02:00
anna 730c5106bb message 2012-02-27 12:37:45 +01: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 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
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
Gregory.Shrago 2528023a1a try-catch stacktrace filter 2012-02-03 02:53:24 +03:00
peter 6bab1d7005 make ClassUtil.getJvmClassName work correctly for groovy classes 2012-01-26 18:31:32 +01:00
Anna Kozlova e7b0f0ddcc fix jvm class names 2012-01-26 19:25:47 +04:00
Anna Kozlova 6d2f6d9684 exceptions with the default project 2012-01-26 15:24:22 +04:00
Yann Cebron 74b17ec0ff remove unneeded compilation dependency 2012-01-04 12:23:44 +01:00
nik 02083c5ad3 java run configuration: search main class in runtime dependencies (IDEA-78837) 2011-12-14 15:24:14 +04:00
Roman Chernyatchik 6bcaa08875 Run configuration for Cucumber with steps written in JRuby & Java : ANSI coloring support 2011-10-17 13:28:12 +04:00
Roman Shevchenko 811cf5c0b8 Cleanup 2011-08-26 18:21:49 +02:00
nik 2f10237569 added NotNull annotations for EA-28713 - NPE: DefaultJavaProgramRunner.addDefaultActions 2011-08-09 11:25:25 +04:00
irengrig 6fa1c20b46 annotate stacktrace - on methods level 2011-08-08 16:01:27 +04:00
irengrig 51e59817ee annotate stacktraces. for file-level now 2011-08-08 16:00:39 +04:00
Sergey Evdokimov 73e9ec3bef Fix: IDEA-70400 'Go To Test' for Grails 1.4 tests using @TestFor 2011-06-02 02:10:57 +04:00
Sergey Evdokimov 5fea40dba7 IDEA-70191 (Grails 1.4) User should be ably to run Grails Tests defined via @TestFor as JUnit. 2011-05-26 14:32:25 +04:00
peter 60267d800a remove the old console folding API 2011-04-14 20:35:49 +02:00
nik 52505f5f12 'Exit' action enabled for running application on Mac (IDEA-56273) 2011-03-28 16:11:12 +04:00
anna 175e60c7fa console navigation: try to find class with $ in package name (IDEA-66088) 2011-03-09 20:53:19 +01:00
Dmitry Jemerov 5515464ddf move run configuration refactoring listener to platform 2011-02-22 15:59:42 +01:00
Dmitry Jemerov e96e8491df sort out dependencies to make sure openapi doesn't depend on any impl modules 2010-11-12 14:11:14 +03:00
Alexey Kudravtsev 57040244f1 duplicates replaced 2010-11-10 12:42:53 +03:00
anna d33aaccb19 set default charset if configured (IDEA-57699 ) 2010-08-19 16:57:43 +04:00
irengrig fe72dbec0d Merge branch 'master' of git.labs.intellij.net:idea/community 2010-07-14 14:06:17 +04:00
Eugene Zhuravlev a22cd0c1a2 include local host name in launching parameters for listening mode 2010-07-12 20:24:51 +04:00
nik 1a5d43b980 api corrected 2010-07-07 16:08:20 +04:00
anna 2b3f7eb255 alternative jre schould provide not only executable but also jars (IDEA-55638) 2010-07-06 13:04:33 +04:00
anna 368d7952ce alternative jre schould provide not only executable but also jars (IDEA-55638) 2010-07-06 13:04:31 +04:00
nik 1095598295 rarely used methods inlined 2010-07-02 09:28:51 +04:00
nik 8d952fce6e obsolete extension point removed 2010-06-29 12:03:44 +04:00
nik 11d962a5a3 JavaParameters migrated to new api (IDEA-55925 fixed), special order processing for maven implemented 2010-06-29 12:02:40 +04:00
Maxim.Mossienko 529b5533df WI-1124 Can`t create Run configuration for xsl files. 2010-06-26 20:10:48 +04:00
irengrig 6c796f35e7 Merge branch 'master' of git.labs.intellij.net:idea/community 2010-06-08 16:56:28 +04:00
nik b3b20f7dd5 get rid of DataContext in ExecutionEnvironment 2010-06-03 11:49:16 +04:00
Kirill Likhodedov 275f48c7ce Merge branch 'master' of git.labs.intellij.net:idea/community 2010-05-31 19:21:04 +04:00
anna 559a74ac8f setup module with respect to dependencies ( IDEA-54581 ) 2010-05-31 13:07:33 +04:00
Dmitry Avdeev dc2a081ee9 stacktrace navigation: fallback if class does not belong to scope 2010-05-18 11:45:02 +04:00
Gregory Shrago eacb256100 rmi stackframe filter 2010-04-29 18:32:45 +04:00
nik e7caa62de3 IDEA-53328: Problem with GWT plugin running webapp on Jetty in dev mode 2010-04-06 13:33:48 +04:00
Alexey Kudravtsev 8f949cbbc5 final fields 2010-04-05 13:07:28 +04:00
anna 7a11a6fb68 NPE 2010-04-01 19:47:23 +04:00
peter cbb545665f invoke JavaProgramPatcher on run, too 2010-03-25 18:15:26 +00:00
peter 89073ac97a Method.invoke & Constructor.newInstance considered auxiliary 2010-03-09 12:54:16 +00:00
peter 748d6a4c02 generic API for console folding 2010-03-04 17:50:44 +00:00