git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
compact the dereferencing operator in the formatter
[phpeclipse.git]
/
net.sourceforge.phpeclipse
/
src
/
test
/
Token.java
diff --git
a/net.sourceforge.phpeclipse/src/test/Token.java
b/net.sourceforge.phpeclipse/src/test/Token.java
index
5f90280
..
2170377
100644
(file)
--- a/
net.sourceforge.phpeclipse/src/test/Token.java
+++ b/
net.sourceforge.phpeclipse/src/test/Token.java
@@
-21,6
+21,8
@@
public class Token {
*/
public int beginLine, beginColumn, endLine, endColumn;
+ //Matthieu Casanova addition
+ public int sourceStart, sourceEnd;
/**
* The string image of the token.
*/