Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core /
2009-10-07 incastrixRefactory: replaced internal copy of Assert class with...
2009-10-07 incastrixRefactory: removed unnecessary local variables and...
2009-10-06 incastrixRefactory
2009-09-13 incastrixAnother upgrade to Platform/JDT 3.4.1
2009-09-12 incastrixInitial upgrade to Platform/JDT 3.4.1
2008-04-07 scorphusAdding two small options for code formatter (zhil's...
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2005-12-20 axelclFix bug #1385272: Improved version for "Parsing of...
2005-10-09 axelclExpressions like:
2005-10-03 axelclRefactored packagename to net.sourceforge.phpdt.interna...
2005-05-15 axelclSimplified parsing for double quoted strings
2005-05-06 stefanbjarniOrganized imports
2005-05-05 axelclImproved calculation of function/methods sourceEnd...
2005-04-22 axelclNew Warning: "Uninitialized local variable"
2005-04-04 axelclDelete association of htmledit.gif for the PHPUnitEditor
2005-03-06 axelclimproved PHP parser
2005-01-26 axelcl* Added browser like links (Ctrl+Mouseclick on identifi...
2005-01-17 axelclAdded new Option "Wrap PHPdocs and comments at print...
2005-01-02 axelclmade message: "Include filename doesn't exist in projec...
2004-12-29 axelclParser detects wrong include files now
2004-11-20 axelclfixed additional catches block bug
2004-11-12 axelclfixed update conflict and outline update bug
2004-11-06 axelclSimple auto indent strategy when inserting templates
2004-09-24 jsurferfixed some parser bugs
2004-09-11 jsurferSyntax highlighting is changeable.
2004-08-19 khartlagemisc changes
2004-07-16 khartlageBug 841370 - open declaration for projects wih external...
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-31 khartlagemisc
2004-05-30 khartlage3m9 compatible;
2004-05-30 khartlage3m9 compatible;
2004-05-22 khartlageAdded a new PHP Parser Preference Page (global and...
2004-05-21 khartlageAdded "Task Tags" functionality (TODO,...)
2004-04-16 khartlagemisc 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-03 khartlageadded index manager to the new builder;
2004-03-02 khartlageimproved parser keywords abstract, final, public, prote...
2004-02-24 khartlageEclipse 3M7
2003-12-31 khartlageEclipse 3.x compatible;
2003-12-22 khartlagenew version with WorkingCopy Management
2003-12-22 khartlagenew version with WorkingCopy Management
2003-10-15 khartlageDeleted tooltips "empty selection" behaviour
2003-10-11 khartlageChanges:
2003-09-21 khartlageDeleted PHPFunctionNames use only phpsyntax.xml instead !
2003-08-09 khartlageadded a builder to parse files with eclipse's build...
2003-03-24 khartlage*** empty log message ***
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-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-30 khartlageJDT codeassist module, nothing changed yet
2003-01-17 khartlagefirst scanner /parser copied from the jdt java version