1) Added a vector for storing the variables.
authorrobekras <robekras>
Sun, 16 Oct 2005 18:11:44 +0000 (18:11 +0000)
committerrobekras <robekras>
Sun, 16 Oct 2005 18:11:44 +0000 (18:11 +0000)
commitaddbbe87dda6a9e65cf6071b8f27729989a8fdec
tree37fe0348ac84c6297b95bec6917f9a554eeb2950
parent1eab445d328049f16f25428bc78adb2c86800f32
1) Added a vector for storing the variables.
2) getVariables now read the variables as a vector list.
3) Added a findVariable method which can be called recursiv (which looks for a variable through the entire variable tree).
4) Changed the 'old' findVariable method the call the new method (means hover works now).
5) Added setIndex method for stackframe replication.
6) Added compareTo method for stackframe list sorting.
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPStackFrame.java