Fixed bug #1404228: Crash on <?php // comment ?>
authoraxelcl <axelcl>
Fri, 13 Jan 2006 16:21:07 +0000 (16:21 +0000)
committeraxelcl <axelcl>
Fri, 13 Jan 2006 16:21:07 +0000 (16:21 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java

index 08d9af2..be75a7f 100644 (file)
@@ -198,7 +198,7 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar
             fScanner.unread();
             return postFix(fState);
           }
-          fScanner.unread();
+//          fScanner.unread();
         }
 
       default: