improved codetemplate wizards; new html tag wizards
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / Parser.java
2004-10-05 jsurferimproved codetemplate wizards; new html tag wizards
2004-09-24 jsurferfixed some parser bugs
2004-09-23 jsurfermisc parser fixes
2004-09-11 jsurferSyntax highlighting is changeable.
2004-09-09 jsurferfixed Bug 1018710
2004-09-02 jsurfernew PartitionScanner version
2004-07-23 khartlagefixed switch { .. default: case 'test': ... bug
2004-07-19 khartlagefix "stack trace" from this post: phpeclipse.de/tiki...
2004-07-16 khartlageBug 841370 - open declaration for projects wih external...
2004-07-11 khartlagebetter error messages for unterminated strings and...
2004-07-11 khartlagefixed NPE in Parser ( function catch() )
2004-06-21 khartlageGoto line/Goto Matching Bracket Shortcuts should work
2004-06-18 khartlageadded class const identifiers to outline
2004-06-15 khartlageRC2 compatibility
2004-06-10 khartlage- added include declarations to Outline view
2004-06-03 khartlageadded class fields to outline
2004-05-23 khartlageimproved parser string handling
2004-05-21 khartlageAdded "Task Tags" functionality (TODO,...)
2004-04-28 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-02 khartlageimproved parser keywords abstract, final, public, prote...
2004-03-01 khartlagemisc parser bugfixes; still very ugly state
2004-03-01 khartlageEclipse3M7 version
2004-02-24 khartlageEclipse 3M7
2003-12-22 khartlagenew version with WorkingCopy Management
2003-10-25 khartlagefixed parser bug;
2003-10-15 khartlageDeleted tooltips "empty selection" behaviour
2003-10-11 khartlageChanges:
2003-08-03 kpouerthe fileToParse field pulled up to ParserSuperclass...
2003-05-28 khartlagefixed problem with TokenNameDOLLAR_LBRACE token in...
2003-05-01 kpouerTwo interfaces added for outlineable objects
2003-04-08 kpouerremoved the $ in the name of the variables
2003-04-02 khartlageadded new error messages for keywords function, class
2003-03-04 kpouerpulled up setMarker in PHPParserSuperclass
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-02-27 kpouernow It extends PHPParserSuperclass
2003-02-25 khartlagedeleted old phpparser package
2003-02-24 khartlageRewritten Parser/Scanner to package net.sourceforge...
2003-02-04 choochter*** empty log message ***
2003-01-27 khartlageConfig editor through XML file
2003-01-17 khartlagefirst scanner /parser copied from the jdt java version