Fixed bug with unterminated strings at end of file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php /
2005-05-05 axelclFixed bug with unterminated strings at end of file
2005-05-05 axelclImproved calculation of function/methods sourceEnd...
2005-05-03 axelcl*** empty log message ***
2005-05-03 axelclImproved PHP end tag (i.e. ?> ) syntax highlighting...
2005-04-20 stefanbjarniTemporarily removed all references to com.quantum.util...
2005-04-17 axelclAdded error "Unreachable code" for if statements
2005-04-03 axelclsynchronize with newest Quantum CVS sources
2005-03-06 axelclimproved PHP parser
2004-12-29 axelclParser detects wrong include files now
2004-12-05 axelclmisc
2004-12-05 axelclmisc
2004-11-29 axelclLocal variable proposals (Ctrl+SPACE) added
2004-11-28 axelclmisc
2004-11-12 axelclmisc
2004-09-25 jsurferadded syntax color for {} operators
2004-09-12 jsurferdon't show <b>...</b> in Content Assist for predefined...
2004-09-11 jsurferSyntax highlighting is changeable.
2004-09-03 jsurfermisc changes
2004-09-02 jsurfernew PartitionScanner version
2004-08-20 khartlageimproved PHP Completion for -> operator
2004-08-19 khartlagemisc changes
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-21 khartlageGoto line/Goto Matching Bracket Shortcuts should work
2004-06-15 khartlageRC2 compatibility
2004-06-12 khartlagecolored "operators and brackets"
2004-06-06 khartlageAdded constants from David Foerster to phpsyntax.xml...
2004-05-21 khartlageAdded "Task Tags" functionality (TODO,...)
2004-05-08 khartlagemisc changes
2004-04-19 khartlageAdded SQL proposals
2004-04-16 khartlagemisc changes
2004-03-08 khartlagemisc parser changes
2004-03-01 khartlageEclipse3M7 version
2004-02-05 khartlageFixed smarty error for { at first position in a *.tpl...
2003-12-22 khartlagenew version with WorkingCopy Management
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...