2007-08-16
- fixed bug 200006 completion for $GLOBALS['myVar']-> (ggurfinke)
- folding:
1. fix comments regions
2. fix element position ranges (rganor)
- fix workspace model manager listeners (rganor)
2007-08-15
- plugin.xml - change HTML validator for php files (rganor)
- reconciler changes:
1. Remove PHPHTMLValidator
2. add PHPValidator
3. remove Scheduler
4. Change API of FileChange to be IDocument
5. ChangePHPProblemsValidator to MarkerContributor
6. register / unregister validators
7. update PHP element adaptation for validator
8. remove the updateModel() impl. from PHPDomModel
Folding:
1. change the comment position to show the header of comments (rganor)
2007-08-13
- added the flex files for highlighting (ggurfinke)
- fix bug: search class identifier name (rganor)
- PHP element concilator - fix equals() method (rganor)
2007-08-12
- projection:
1. fix first time creation of the annotation model
2. remove redundant refresh command
3. remove redundant annotation thread (rganor)
- projection: add basic unit tests to the projection mechanism (rganor)
- projection: fix getExistingAnnotation() method
* remove sysout command (rganor)
- projection: fix getExistingAnnotation() method (rganor)
2007-08-10- Projection work : enable folding for PHP and HTML (remove redundant code) (rganor)
2007-08-09- process with folding (not good enough yet) (slapsha)