1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php /
2012-11-25 robekras1) Moved net.sourceforge.phpeclipse.ui\src\net\sourcefo...
2009-09-22 incastrixRemoved UI.
2008-05-07 Edward MannAdding more phpdoc tags to String[] array so the code...
2008-05-07 Edward MannAdding phpdoc tags to String[] array so the code scanne...
2007-06-30 toshihiroCould not show completion list as expected on line...
2007-03-17 axelcl#1493165 phpeclise highlighting fails when using specia...
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-04-23 bananeweizenbug 1469012, exception in CompletionProposal
2006-01-24 bananeweizenreplaced deprecated interface
2006-01-24 bananeweizenbugfix 1413452, migration to 3.1 API had a typo, so...
2006-01-17 bananeweizenreplaced a lot of deprecated code; if someone runs...
2005-10-10 axelclMisc
2005-10-09 axelclPrepared better HEREDOC support; see comment for bug...
2005-10-09 axelclSave PHPPartitionScanner for refactoring
2005-10-09 axelclSave PHPPartitionScanner for refactoring
2005-10-03 axelclRefactored packagename to net.sourceforge.phpdt.interna...
2005-09-30 axelclRegister new file extensions for the php-editor:
2005-08-28 axelclIgnore case for functions in syntax highlighting
2005-08-21 axelclOpen proposals only, if autoactivation character '...
2005-08-20 axelclmisc
2005-08-18 axelclImproved template handling in HTML partition
2005-07-18 axelclFixed bugs item #1240435
2005-07-16 axelclDifferent syntax coloring for '$_' variables possible
2005-07-10 axelclOptimized Scanner
2005-06-30 stefanbjarniOrganized imports.
2005-06-24 axelclDeleted unnecessary syntax highlighting rules
2005-06-14 axelclCreated a separated 'externaltools' plugin
2005-06-01 axelclAction borrowed from cfeclipse: "remove trailing spaces...
2005-05-15 axelclImproved xml scanner for this bug
2005-05-13 axelclWrong partition length raises exception.
2005-05-06 stefanbjarniOrganized imports
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
next