misc
authoraxelcl <axelcl>
Fri, 24 Jun 2005 21:10:50 +0000 (21:10 +0000)
committeraxelcl <axelcl>
Fri, 24 Jun 2005 21:10:50 +0000 (21:10 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java

index 751e8c0..6b1e495 100644 (file)
@@ -1612,6 +1612,7 @@ public class Scanner implements IScanner, ITerminalSymbols {
                   this.lastCommentLinePosition = this.currentPosition;
                   if (currentCharacter == '?') {
                     if (getNextChar('>')) {
+                      // ?> breaks line comments 
                       startPosition = currentPosition - 2;
                       phpMode = false;
                       return TokenNameINLINE_HTML;