1) Added parameter 'parent' to XDebugVariable, so we can determine whether a variable...
authorrobekras <robekras>
Mon, 28 Mar 2011 16:05:30 +0000 (16:05 +0000)
committerrobekras <robekras>
Mon, 28 Mar 2011 16:05:30 +0000 (16:05 +0000)
commitc499a84c0c4216cffd12d8473ba8bb0cd5c2af16
treed56e7302238948fa31e89e7952365e1eccbc570a
parent25fbb5f6816e4db4cea29970eea2ab8e66724946
1) Added parameter 'parent' to XDebugVariable, so we can determine whether a variable is a root node or a child node.
2) Prepend a '$' to the php variable names, if it is a root node. This let us add the variable to watch expression window (and also no need for cutting of the '$' in PHPDebugHover.
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugArrayValue.java
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugObjectValue.java
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugStackFrame.java
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugVariable.java
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugWatchExpressionDelegate.java