Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php /
2003-10-11 khartlageChanges:
2003-09-21 khartlageDeleted PHPFunctionNames use only phpsyntax.xml instead !
2003-09-18 khartlageImproved CodeCompletion with information from the proje...
2003-09-15 khartlageno change
2003-09-13 khartlageFixed some bugs in the syntax editor preference page
2003-07-30 khartlagePHP obfuscator gets it's ignored identifiers from an...
2003-06-18 kpouerAdded ` quoted strings and changed single quoted String...
2003-06-13 khartlage*** empty log message ***
2003-06-08 khartlageSet DEBUG=false; Set DEBUG=true only for developer...
2003-05-31 khartlageUse abstraction of PHPOutlinePage
2003-05-06 muskPartitionscanner Framework
2003-05-01 muskAdded state reset
2003-04-30 muskMoved to test plugin to eliminate dependency upon junit...
2003-04-28 muskAdded TestCase for PHP with Comment and
2003-04-28 muskTestCase and Mockobject for PHPPartitionScanner Junit...
2003-04-12 muskFixed partitioning bug causing an assertion exception...
2003-04-08 khartlageAdded auto activation for HTML characters (i.e. <&...
2003-04-07 khartlageNew Autoactivation for PHP ("$") and PHPDoc ("@") added
2003-04-06 khartlagePHP highlighting colors could now be managed by the...
2003-04-06 muskFixed php in html-comment
2003-04-06 muskFixed bug passing default partition type to scanner...
2003-04-06 khartlageAdded PHPUnitEditor and corresponding PHPPreferencePage
2003-04-01 khartlageadded php shortcut <?
2003-04-01 khartlage*** empty log message ***
2003-04-01 muskPartially fixed highlight bug for php block in html...
2003-03-30 khartlageGotoMatchingBracket implementiert
2003-03-27 muskPHPPartitionScanner that is not rule based
2003-03-26 khartlageAdded PHPDoc Scanner and Code Completion Processor
2003-03-26 kpoueradded some rules for alternative case like <?Php <...
2003-03-26 muskexternalized constants for the Partitionscanner.
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-02-27 kpouerIt's now an interface
2003-02-25 khartlagedeleted old phpparser package
2003-02-24 khartlageRewritten Parser/Scanner to package net.sourceforge...
2003-02-17 khartlagechanged name of Scanner tokens to names similar in...
2003-02-04 choochter*** empty log message ***
2003-01-28 khartlagechanged the "description" attribute in phpsyntax.xml...
2003-01-28 khartlagemisc changes
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
2003-01-05 khartlage1.0.4 release
2003-01-02 khartlageadded code completion for HTML mode
2002-12-27 khartlageImproved auto completion
2002-12-23 khartlageContextHelp now in new module net.sourceforge.phpeclips...
2002-12-23 khartlageContextHelp now in new module net.sourceforge.phpeclips...
2002-12-08 khartlagefirst version of 'Code Assist" template engine
2002-11-29 khartlageSyntax Highlighting Prefs work now / Automatic parse...
2002-11-27 khartlageimproved php parser
2002-11-24 khartlageimproved php parser
2002-11-23 khartlageimproved php parser for keywords do-while, null, false...
2002-11-22 khartlageimporved php parser
2002-11-17 khartlageimproved php parser (if-statement); but a lot of things...
2002-11-13 khartlageAdded first PHP parser version (doesn't work correct...
2002-11-13 khartlagefirst PHP parser version (doesn't work actually)
2002-11-07 khartlagemisc changes
2002-10-26 khartlageAdded context help menu for php function names. The...
2002-10-24 khartlageIntegrated PHP help files; Fixed some bugs
2002-10-19 khartlageimproved syntax highligthing
2002-10-12 khartlageAdded: PreferencePage; External Browser startup; extend...