Vladimir Krivosheev
|
77dd374c5b
|
ColoredTextContainer — avoid Swing dependency, ability to copy frames (as in JS debugger, now it is supported for all debuggers)
|
2013-07-26 14:42:08 +02:00 |
|
Dmitry Jemerov
|
83ed95fb57
|
store Executor instance in ExecutionEnvironment; don't pass it to ProgramRunner.execute() separately
|
2013-07-24 19:03:02 +02:00 |
|
Dmitry Jemerov
|
fefab64805
|
remove unused dependencies of xslt-debugger
|
2013-05-28 21:37:53 +02:00 |
|
andrey.zaytsev
|
8ec5d4c677
|
NotNull
|
2013-05-20 18:29:16 +04:00 |
|
Dmitry Avdeev
|
8b2401b54c
|
deps fixed
|
2013-04-01 16:33:09 +04:00 |
|
Dmitry Jemerov
|
0af8e75eda
|
.com -> .net; remove useless plugin DTD declarations in plugin.xml files
|
2013-01-30 18:52:46 +01:00 |
|
Sascha Weinreuter
|
2d0a966626
|
Merge remote-tracking branch 'origin/master'
|
2013-01-14 17:49:17 +01:00 |
|
Eugene Kudelevsky
|
c03f359225
|
refactoring: rename own_thread -> pooled_thread, single_thread -> own_thread
|
2013-01-14 18:33:57 +04:00 |
|
Sascha Weinreuter
|
ee112cec52
|
obsolete files removed
|
2013-01-09 16:44:49 +01:00 |
|
Sascha Weinreuter
|
dbca391101
|
cleanup
|
2013-01-07 16:38:36 +01:00 |
|
Alexey Kudravtsev
|
2082755ed2
|
notnull, cleanup, performance
|
2012-12-03 14:36:45 +04:00 |
|
Maxim Shafirov
|
7eeb1c6f0d
|
Inline some static fields referencing newly introduced generated *Icons classes
|
2012-09-04 15:38:24 +04:00 |
|
Maxim Shafirov
|
8c3bdbaf68
|
Use plugin reflective icons
|
2012-08-30 19:31:44 +04:00 |
|
Maxim Shafirov
|
750394a5c2
|
Refer to originating class so IconLoader doesn't have to guess via stack frame reflection
|
2012-08-30 19:31:43 +04:00 |
|
Maxim Shafirov
|
d57e4ec7a3
|
Icons classes generated for every plugin. Those aren't used yet though
|
2012-08-28 20:50:48 +04:00 |
|
Maxim Shafirov
|
cd2681ed1d
|
Removing a lot of Icon static fields, that refer to other static fields, mostly from AllIcons
|
2012-08-24 15:11:51 +04:00 |
|
Maxim Shafirov
|
ce21064639
|
Unified access to icons.jar resources
|
2012-05-30 18:41:47 +04:00 |
|
Vassiliy Kudryashov
|
55ae4fb56b
|
PNG resources repack
|
2012-04-23 20:16:29 +04:00 |
|
sweinreuter
|
f48c6a6c49
|
IDEA-79509: optimization level must be a string
|
2012-01-02 11:18:23 +01:00 |
|
sweinreuter
|
98e9e3af04
|
IDEA-79087: XSLT debug: Variables view: tree view is collapsed if the value is changed (blue)
|
2011-12-30 11:13:38 +01:00 |
|
Sascha Weinreuter
|
284e3f13c1
|
IDEA-78660: XSLT debug: Breakpoints dialog: there are two XSLT Breakpoints tabs
|
2011-12-21 15:02:34 +01:00 |
|
Sascha Weinreuter
|
5ceaaddbb9
|
try to reduce optimizations
|
2011-12-19 13:22:07 +01:00 |
|
Sascha Weinreuter
|
cedf2c9787
|
unified value display for expressions & variables
|
2011-12-19 12:01:55 +01:00 |
|
Sascha Weinreuter
|
9a62c5b8ae
|
correct toString()
|
2011-12-15 11:59:03 +01:00 |
|
Sascha Weinreuter
|
999b11d530
|
- IDEA-78638: XSLT debug: Xalan: Variables view shows only default value of template parameter
- some cleanup
|
2011-12-14 18:27:26 +01:00 |
|
Sascha Weinreuter
|
3e1bbb218f
|
Set language level to 1.5 - however, even with this setting, IDEA currently does NOT create 1.5-compatible .class files!
|
2011-12-12 18:27:33 +01:00 |
|
Sascha Weinreuter
|
a9bfa6c639
|
IDEA-78479: XSLT debug: Saxon9: user function call evaluation gives just NPE
|
2011-12-09 16:01:25 +01:00 |
|
Sascha Weinreuter
|
e28625b2ac
|
Attempt to fix IDEA-77406 - doesn't work as advertised though
|
2011-12-09 16:00:36 +01:00 |
|
Sascha Weinreuter
|
ae478193d9
|
Java 1.5 compatibility
|
2011-12-09 15:58:56 +01:00 |
|
Sascha Weinreuter
|
08903d51b8
|
Java 1.5 compatibility
|
2011-12-09 15:53:35 +01:00 |
|
Sascha Weinreuter
|
fe0d75d1e6
|
IDEA-77656: XSLT debug: Saxon9: AIOOBE at net.sf.saxon.expr.LocalVariableReference.evaluateVariable() on attempt to evaluate a variable
|
2011-12-05 11:34:17 +01:00 |
|
Sascha Weinreuter
|
000dafef90
|
IDEA-72630: XSLT debug: setting breakpoint just after session completion causes irrelevant message or DSE at RemoteDebuggerClient.handleRemoteException()
|
2011-11-30 11:42:40 +01:00 |
|
Sascha Weinreuter
|
3d55e6c381
|
IDEA-77658 XSLT debug: breakpoint in xsl:sequence inside xsl:function is not hit
|
2011-11-30 11:16:31 +01:00 |
|
Sascha Weinreuter
|
11a3bd039e
|
IDEA-77666: XSLT debug: Step Out leaves the session in an incomplete state (Step Out not supported yet, does a normal step)
|
2011-11-29 18:31:22 +01:00 |
|
Sascha Weinreuter
|
6cebe2c007
|
IDEA-77412: XSLT debug: ConnectException is reported much later after Debugger GUI shows completed process
|
2011-11-29 18:12:58 +01:00 |
|
Sascha Weinreuter
|
6b0572603f
|
duplicate variables eliminated
|
2011-11-29 16:12:01 +01:00 |
|
Sascha Weinreuter
|
160561505c
|
IDEA-77786: XSLT debug: on debugging 2.0 stylesheet highlighting in Evaluate Expression and Watches could follow 2.0 syntax
|
2011-11-29 15:34:31 +01:00 |
|
Sascha Weinreuter
|
2a3bc7116c
|
IDEA-77787 XSLT debug: Saxon9: sequence expressions are evaluated to the first element
|
2011-11-29 15:22:56 +01:00 |
|
Sascha Weinreuter
|
c52b1d847a
|
message extracted
|
2011-11-29 14:44:14 +01:00 |
|
Sascha Weinreuter
|
a55d2720c5
|
XSLT debug: Run to Cursor broken
|
2011-11-29 14:43:32 +01:00 |
|
Sascha Weinreuter
|
2dabd9d1a4
|
IDEA-77800 XSLT debug: Run to Cursor causes IOOBE at SegmentArray.getSegmentStart()
|
2011-11-29 14:33:54 +01:00 |
|
Sascha Weinreuter
|
a1b76c89d1
|
IDEA-77787 XSLT debug: Saxon9: sequence expressions are evaluated to the first element
|
2011-11-29 14:29:58 +01:00 |
|
Sascha Weinreuter
|
05b558d793
|
IDEA-77665 XSLT debug: IOOBE at SegmentArray.getSegmentStart() on deleting file content while debugging
|
2011-11-28 12:19:01 +01:00 |
|
Sascha Weinreuter
|
b4c4f4d573
|
IDEA-77514 XSLT debug: Xalan: xsl:for-each causes warning
|
2011-11-28 12:07:04 +01:00 |
|
Sascha Weinreuter
|
f3bc625879
|
IDEA-77409: XSLT debug: Saxon: NPE at SaxonFrameImpl$MyValue.create() for specific global variable
|
2011-11-23 14:34:09 +01:00 |
|
Sascha Weinreuter
|
0e2f320bb0
|
NPE with simple arithmetic expressions (e.g. 1+1)
|
2011-11-16 10:23:14 +01:00 |
|
Maxim.Mossienko
|
43e7ee28ad
|
added extra depends on xml to have debug runner exposed
|
2011-09-26 14:12:34 +04:00 |
|
Sascha Weinreuter
|
8bfa247452
|
WI-6807
|
2011-09-22 14:18:43 +02:00 |
|
Sascha Weinreuter
|
603a802368
|
IDEA-71414: No help.jar (original help/screenshots doesn't match current implementation)
|
2011-09-22 14:18:43 +02:00 |
|
Sascha Weinreuter
|
161d668318
|
stability improvements
|
2011-09-14 15:11:38 +02:00 |
|