1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / Scanner.java
2012-12-29 robekras1) Fixed issue #347: Syntax highlight doesn't like...
2012-12-09 robekras1) Fixed issue #844: Short form of ternary operator...
2012-12-02 robekras1) Fixed issue #776.
2012-11-25 robekras1) Moved net.sourceforge.phpeclipse.ui\src\net\sourcefo...
2009-10-13 incastrixRefactory: remove unused classes, imports, fields and...
2007-04-09 toshihiro1. Suppress ArrayIndexOutOfBoundsException occurring...
2007-03-22 dizmocloses [ 1033591 ] Tasks not reporting corrent line...
2007-03-17 axelclAdded patch for #1589521 "3 character function names...
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-04-23 bananeweizenbug 1434118, scanner had a faulty behavior scanning...
2006-01-23 bananeweizenfix for sourceforge.net/tracker/index.php?func=detail...
2006-01-20 bananeweizenbugfix 1330522: <?xml flagged as error
2005-12-20 axelclFix bug #1385272: Improved version for "Parsing of...
2005-12-19 axelclFix bug #1385272: Parsing of short open tags not fully...
2005-12-19 axelclFix bug #1385272: Parsing of short open tags not fully...
2005-10-09 axelclExpressions like:
2005-10-05 axelclImplemented a simple occurrences finder for Variables...
2005-10-03 axelclRefactored packagename to net.sourceforge.phpdt.interna...
2005-07-10 axelclOptimized Scanner
2005-06-30 stefanbjarniOrganized imports.
2005-06-24 axelclmisc
2005-05-15 axelclSimplified parsing for double quoted strings
2005-05-08 axelclParser: parse a PHP expression after <?= ; statements...
2005-05-04 axelclDetect <?= as PHP start tag
2005-04-19 axelclShow line numbers (other than 1) in problems view for...
2005-04-19 axelclShow line numbers (other than 1) in problems view for...
2005-03-06 axelclimproved PHP parser
2005-02-14 axelclFixed bug #1122547 fails to parse several structures
2005-01-28 axelclsmall improvement for $ variables
2005-01-26 axelcl* Added browser like links (Ctrl+Mouseclick on identifi...
2005-01-02 axelclFixed bug for line comments starting with '#=' characte...
2004-12-29 axelclParser detects wrong include files now
2004-11-20 axelclfixed additional catches block bug
2004-11-10 axelcldon't split one line PHP statements in CodeFormatter
2004-09-24 jsurferfixed some parser bugs
2004-07-11 khartlagebetter error messages for unterminated strings and...
2004-07-11 khartlagefixed NPE in Parser ( function catch() )
2004-06-15 khartlageRC2 compatibility
2004-06-06 khartlageEliminated unused classes
2004-06-03 khartlageadded class fields to outline
2004-05-21 khartlageAdded "Task Tags" functionality (TODO,...)
2004-05-10 khartlageimproved code formatter
2004-05-08 khartlagemisc changes
2004-04-16 khartlagemisc changes
2004-04-02 khartlagemisc parser changes
2004-03-26 khartlagemisc parser changes
2004-03-22 khartlagemisc changes in the internal builder
2004-03-08 khartlagemisc parser changes
2004-03-05 khartlagemisc parser changes
2004-03-05 khartlagemisc parser changes
2004-03-03 khartlageadded index manager to the new builder;
2004-03-02 khartlageimproved parser keywords abstract, final, public, prote...
2004-03-01 khartlagemisc parser bugfixes; still very ugly state
2003-12-31 khartlageEclipse 3.x compatible;
2003-12-22 khartlagenew version with WorkingCopy Management
2003-10-11 khartlageChanges:
2003-09-09 khartlageChanged "Open PHP Declarartion" action in the PHP editor:
2003-05-23 khartlageAdded debug infos to CodeFormatter
2003-04-02 khartlageadded new error messages for keywords function, class
2003-03-31 khartlageDeleted unicode handling from scanner
2003-03-24 khartlagechanged isPHPIdentifierStart, isPHPIdentifierPart
2003-03-20 khartlagephp formatter based on the JDT java formatter (very...
2003-03-20 khartlagephp formatter based on the JDT java formatter (very...
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-02-25 khartlagedeleted old phpparser package
2003-02-24 khartlageRewritten Parser/Scanner to package net.sourceforge...
2003-01-17 khartlagefirst scanner /parser copied from the jdt java version