1) Added setting of syntax properties to italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPCodeScanner.java
2013-10-27 robekras1) Added setting of syntax properties to italic, underl...
2012-11-25 robekras1) Moved net.sourceforge.phpeclipse.ui\src\net\sourcefo...
2009-09-22 incastrixRemoved UI.
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-01-17 bananeweizenreplaced a lot of deprecated code; if someone runs...
2005-10-10 axelclMisc
2005-08-28 axelclIgnore case for functions in syntax highlighting
2005-07-18 axelclFixed bugs item #1240435
2005-07-16 axelclDifferent syntax coloring for '$_' variables possible
2005-06-30 stefanbjarniOrganized imports.
2005-06-24 axelclDeleted unnecessary syntax highlighting rules
2005-05-15 axelclImproved xml scanner for this bug
2005-05-13 axelclWrong partition length raises exception.
2005-05-05 axelclImproved calculation of function/methods sourceEnd...
2005-05-03 axelclImproved PHP end tag (i.e. ?> ) syntax highlighting...
2004-12-29 axelclParser detects wrong include files now
2004-09-25 jsurferadded syntax color for {} operators
2004-09-11 jsurferSyntax highlighting is changeable.
2004-09-02 jsurfernew PartitionScanner version
2004-07-16 khartlage<?PHP letters in uppercase get colored
2004-07-11 khartlageimproved syntax highlighting scanners and preferences
2004-07-04 khartlageimproved syntax highlighting (php tag/return keyword...
2004-06-12 khartlagecolored "operators and brackets"
2003-10-11 khartlageChanges:
2003-09-21 khartlageDeleted PHPFunctionNames use only phpsyntax.xml instead !
2003-09-15 khartlageno change
2003-09-13 khartlageFixed some bugs in the syntax editor preference page
2003-06-18 kpouerAdded ` quoted strings and changed single quoted String...
2003-04-06 khartlagePHP highlighting colors could now be managed by the...
2003-04-06 khartlageAdded PHPUnitEditor and corresponding PHPPreferencePage
2003-02-04 choochter*** empty log message ***
2003-01-27 khartlagebug fix: String are always in BOLD fonts
2003-01-27 khartlageConfig editor through XML file
2003-01-08 khartlageAdded actions Comment, Uncommnet, AddBookmark, AddTask
2002-12-23 khartlageContextHelp now in new module net.sourceforge.phpeclips...
2002-12-23 khartlageContextHelp now in new module net.sourceforge.phpeclips...
2002-11-29 khartlageSyntax Highlighting Prefs work now / Automatic parse...
2002-11-27 khartlageimproved php parser
2002-11-23 khartlageimproved php parser for keywords do-while, null, false...
2002-11-13 khartlagefirst PHP parser version (doesn't work actually)
2002-11-07 khartlagemisc changes
2002-10-19 khartlageimproved syntax highligthing
2002-10-12 khartlageAdded: PreferencePage; External Browser startup; extend...