peter
|
60267d800a
|
remove the old console folding API
|
2011-04-14 20:35:49 +02:00 |
|
nik
|
a521a78b93
|
enabled libbreakgen library on Mac
|
2011-03-31 16:41:58 +04:00 |
|
anna
|
2946bdfeb3
|
undo and rename/move class used in run configuration (IDEA-36423)
|
2011-03-30 18:31:21 +02:00 |
|
nik
|
52505f5f12
|
'Exit' action enabled for running application on Mac (IDEA-56273)
|
2011-03-28 16:11:12 +04:00 |
|
nik
|
49af07e6f0
|
improved workaround for Sun Bug 4818143: slow clipboard access on Linux and Mac (IDEA-17972)
|
2011-02-24 14:04:57 +03:00 |
|
Dmitry Jemerov
|
5e792f7395
|
remove code duplication: introduce and use RefactoringElementAdapter
|
2011-02-22 15:59:56 +01:00 |
|
Dmitry Jemerov
|
5515464ddf
|
move run configuration refactoring listener to platform
|
2011-02-22 15:59:42 +01:00 |
|
anna
|
5f06751b53
|
check if abstract test class has non abstract inheritor -> its test methods are used
|
2011-02-10 19:25:54 +01:00 |
|
anna
|
e647d9a630
|
coverage: do not clone coverage data - it should be reread from xml (IDEA-65045)
|
2011-02-07 20:08:08 +01:00 |
|
anna
|
a17797ba28
|
coverage: update coverage filters on package/class rename (IDEA-64799 )
|
2011-02-01 18:36:51 +01:00 |
|
anna
|
d9942cef6b
|
junit: module not configured message fixed
|
2011-01-24 10:52:49 +01:00 |
|
anna
|
e58ea835ec
|
junit pattern: forbid module chooser - use default module, or module containing all tests or project otherwise (IDEA-64384; IDEA-64386; IDEA-64387)
|
2011-01-20 16:27:59 +01:00 |
|
anna
|
4971921e85
|
cleanup
|
2011-01-19 14:43:40 +01:00 |
|
anna
|
d07b697160
|
hide run as testng/junit if corresponding jar can't be found
|
2011-01-17 19:10:34 +01:00 |
|
anna
|
f192bbece9
|
code coverage for j2ee applications (IDEA-61853); fix emma coverage report; do not write coverage settings for new configurations, preserve existing ones
|
2010-12-21 17:02:01 +03:00 |
|
anna
|
32314f6de8
|
read after control seq should check isAvailable (IDEA-62656)
|
2010-12-08 17:31:17 +03:00 |
|
anna
|
8580be3756
|
order test output & junit control seqs (IDEA-62424)
|
2010-12-06 22:11:39 +03:00 |
|
anna
|
1d44fcca15
|
make it public: protected in the same package is not accessible from another class loader: EA-24373 - IAE: JUnit4Framework.findOrCreateSetUpMethod
|
2010-12-06 12:48:39 +03:00 |
|
nik
|
594be97b27
|
disable 'run' action for ruby and python remote debug configurations [rev by A. Pegov]
|
2010-12-03 16:52:18 +03:00 |
|
Dmitry Trofimov
|
2a80e6bde3
|
added python remote debug
|
2010-12-02 21:31:43 +03:00 |
|
anna
|
8a6726976d
|
IDEA-61915
|
2010-11-26 17:15:57 +03:00 |
|
anna
|
cd5b299bf4
|
add setup method before first test method: setting needed? (IDEA-61605)
|
2010-11-25 16:21:55 +03:00 |
|
anna
|
d7806d65db
|
do not run application over non-physical main method (IDEA-57237)
|
2010-11-24 12:20:10 +03:00 |
|
anna
|
5e69316b8c
|
NPE
|
2010-11-23 11:48:17 +03:00 |
|
Anton Makeev
|
04f547af30
|
UI: empty texts in settings (pt.3)
|
2010-11-22 10:26:23 +03:00 |
|
Roman Shevchenko
|
a3bdd7fee9
|
Fix alternative JRE panel UI
|
2010-11-19 22:08:03 +03:00 |
|
Roman Shevchenko
|
3027ad74a5
|
Fix test module chooser combo for GTK+ L&F
|
2010-11-19 22:08:00 +03:00 |
|
anna
|
4f87e58d24
|
allow to skip compilation phase, option is still there, e.g. for ruby (IDEA-53169)
|
2010-11-19 21:30:49 +03:00 |
|
anna
|
1325ea8cc0
|
run configurations: fill name on class selected (IDEA-56817)
|
2010-11-19 12:07:05 +03:00 |
|
anna
|
b0e9b72155
|
run configurations: when project contains one module, new configuration should be created with it (IDEA-58115)
|
2010-11-19 12:07:04 +03:00 |
|
anna
|
393ac429ed
|
do not sync read when check for available (IDEA-60642)
|
2010-11-17 18:16:54 +03:00 |
|
Dmitry Jemerov
|
f6e41eeea3
|
don't save RunConfigurationExtension settings if it throws WriteExternalException (IDEA-54637)
|
2010-11-13 18:27:41 +03: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 Gopachenko
|
ebf3b511a9
|
CRLF Dmitry Trofimov MUST DIE %E~
|
2010-11-12 11:31:48 +03:00 |
|
Dmitry Trofimov
|
439d1455d2
|
Merge branch 'master' of git.labs.intellij.net:idea/community
Conflicts:
platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/CodeStyleManagerImpl.java
|
2010-11-11 21:36:40 +03:00 |
|
Dmitry Trofimov
|
f15c28c244
|
Added python exception breakpoints. TreeClassChooserDialog refactored.
|
2010-11-11 20:38:32 +03:00 |
|
Roman Shevchenko
|
e8979b15db
|
Use FileUtil for temp file creation
|
2010-11-10 11:24:47 +03:00 |
|
peter
|
1c777e61ca
|
no file path completion in the 'Main class' field in the Application run configuration
|
2010-11-07 17:18:22 +03:00 |
|
Dmitry Trofimov
|
73e121ce34
|
jdk->sdk rename refactoring
|
2010-10-21 18:17:40 +04:00 |
|
Eugene Zhuravlev
|
f6da0fffbe
|
do not save default setting
|
2010-09-23 13:32:17 +04:00 |
|
Eugene Zhuravlev
|
daa05e5365
|
context module for remote run configuration
|
2010-09-21 19:12:53 +04:00 |
|
anna
|
018754841e
|
1.7 detection
|
2010-08-27 20:19:48 +04:00 |
|
peter
|
0ec1561b61
|
some speedup for concrete console filters: ftl, flex, yourkit (IDEA-57881)
|
2010-08-23 16:17:51 +01:00 |
|
nik
|
06a367a4ab
|
fixed vanishing predefined log files
|
2010-08-19 16:37:29 +04:00 |
|
Alexey Kudravtsev
|
e463b29b59
|
more interruptibility
|
2010-08-03 19:05:15 +04:00 |
|
Kirill.Safonov
|
eebb2c1480
|
refactoring: TestConsoleProperties now holds a reference to Executor
|
2010-07-30 13:43:29 +04:00 |
|
Roman Chernyatchik
|
277009d3a6
|
method is @Nullable according it's usages
|
2010-07-20 01:12:45 +04:00 |
|
Eugene Zhuravlev
|
7e45b57ff7
|
block reads fixed
|
2010-07-07 12:48:56 +04:00 |
|
anna
|
c0f2332e09
|
rerun failed tests: include interrupted (IDEA-56246)
|
2010-07-06 13:04:32 +04:00 |
|
Maxim Shafirov
|
b4caafd564
|
All scrollpanes replaces with JBScrollPane.
|
2010-06-29 17:36:03 +04:00 |
|