1) Fixed another static:: issue.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / Parser.java
2014-01-05 robekras1) Fixed another static:: issue.
2013-10-06 robekras1) Fixed issue #872.
2012-12-27 robekras1) Fixed issue #779: PHPEclipse reports error with...
2012-12-26 robekras1) Fixed issue #714: PHP Parser bug with $this->oR.
2012-12-16 robekras1) Fixed issue #828: Non initialized variable warnings...
2012-12-09 robekras1) Fixed issue #844: Short form of ternary operator...
2012-12-08 robekras1) Fixed the parser problem with the '::' (Paamayim...
2012-11-25 robekras1) Moved net.sourceforge.phpeclipse.ui\src\net\sourcefo...
2009-10-13 incastrixRefactory: remove unused classes, imports, fields and...
2009-10-07 incastrixRefactory: removed unnecessary local variables and...
2009-10-05 incastrixremoved unused private methods.
2009-10-02 incastrixRefactory: core plugin.
2008-01-06 Edward MannCommitting more fixes for bug #1839622 RSE Path error...
2008-01-06 Edward MannCommitting patch from grEvenX to fix bug #1839622 RSE...
2007-04-26 toshihiroFix #1523506 - Parser error for one-liner end* control...
2007-04-22 toshihiroFix #1501248 - Parser error in new self::$_class()
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-06-11 axelclAdded patch for #1434245
2006-02-11 bananeweizenremove unused imports (no functional changes)
2006-02-08 bananeweizenbugfix 1427544, sourceforge.net/tracker/?func=detail...
2006-01-30 axelclReport "multiple" inheritence as error
2006-01-29 bananeweizensuppress "variable not initialized" error for break...
2006-01-17 bananeweizenreplaced a lot of deprecated code; if someone runs...
2006-01-15 bananeweizenfeature request 1245255, no uninitialized variable...
2006-01-02 axelclfeature request #1254275: Array type hinting gives...
2005-12-20 axelcl.
2005-12-20 axelclFix bug #1385272: Improved version for "Parsing of...
2005-12-19 axelclFix #1371992: Error with switch when last case block...
2005-12-19 axelclFix #1371992: Error with switch when last case block...
2005-12-19 axelclFix #1368081: First suggestion in #1368081 seems to...
2005-12-19 axelclFix #1368081: Variable not initialized does not work...
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-13 axelclAvoid "uninitialized variable" message after new keyword
2005-10-13 axelclFixes for bug #1326088
2005-10-13 axelclFixes for bug #1326088
2005-10-09 axelclExpressions like:
2005-10-03 axelclRefactored packagename to net.sourceforge.phpdt.interna...
2005-08-30 axelclAdded new syntax error "Assignment operator not allowed...
2005-08-29 axelclAdded new syntax error "Assignment operator not allowed...
2005-08-21 axelclBug #1248155: avoid NPE in parser
2005-07-12 axelclBugs item #1236682
2005-07-10 axelclSmall improvements in parser
2005-06-14 axelclCreated a separated 'externaltools' plugin
2005-05-15 axelclSimplified parsing for double quoted strings
2005-05-08 axelclParser: parse a PHP expression after <?= ; statements...
2005-05-06 stefanbjarniOrganized imports
2005-05-05 axelclImproved calculation of function/methods sourceEnd...
2005-04-22 axelclNew Warning: "Uninitialized local variable"
2005-04-19 axelclShow line numbers (other than 1) in problems view for...
2005-04-18 axelclImproved error "Unreachable code" for if statements
2005-04-17 axelclAdded error "Unreachable code" for if statements
2005-04-16 axelclAdded error "Unreachable code" for some very simple...
2005-03-30 axelclPatch from Stefan Sigurdsson
2005-03-06 axelclimproved PHP parser
2005-02-07 axelclFixed outline wrong order of methods bug
2005-02-02 axelclfixed bug for detecting IFile "include files" outside...
2005-01-28 axelclMoved the project.index file to eclipse/workspace/...
2005-01-26 axelcl* Added browser like links (Ctrl+Mouseclick on identifi...
2005-01-05 axelclMerged "Open PHP Declaration" and "Open Include File...
2005-01-05 axelclMerged "Open PHP Declaration" and "Open Include File...
2005-01-02 axelclmade message: "Include filename doesn't exist in projec...
2004-12-29 axelclParser detects wrong include files now
2004-11-21 axelclfixed additional catches block bug
2004-11-20 axelclfixed additional catches block bug
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
next