Added ` quoted strings and changed single quoted String into MultilineRule
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor /
2003-06-18 kpouerAdded ` quoted strings and changed single quoted String...
2003-06-15 kpouer*** empty log message ***
2003-06-13 khartlage*** empty log message ***
2003-06-08 khartlageSet DEBUG=false; Set DEBUG=true only for developer...
2003-06-08 khartlageFixed "textEditor==null" bug
2003-06-08 kpouer*** empty log message ***
2003-06-06 kpouer*** empty log message ***
2003-05-31 khartlageUse abstraction of PHPOutlinePage
2003-05-25 khartlagefirst veron of external tools
2003-05-25 khartlagefirst version of external tools
2003-05-11 khartlageadded a first php $f command to the PHP console
2003-05-07 khartlagedeleted refs to org.eclipse.update.internal.ui.UpdateUI...
2003-05-07 khartlageOpen preview on editor open
2003-05-06 muskPartitionscanner Framework
2003-05-01 kpouer*** empty log message ***
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-28 khartlagemisc
2003-04-27 khartlageimproved color settings through Preference page
2003-04-13 muskFixed NullPointerException in getPresentationReconciler...
2003-04-12 muskFixed partitioning bug causing an assertion exception...
2003-04-09 khartlagePrepared for multiple Partitioners
2003-04-08 khartlageAdded auto activation for HTML characters (i.e. <&...
2003-04-07 khartlageNew Autoactivation for PHP ("$") and PHPDoc ("@") added
2003-04-07 kpouerprivate void ensureOverviewHoverManagerInstalled()...
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-04 khartlageAdded some mysql function description
2003-04-04 khartlageChanged PHPAnnotationHover to show the Error-message;
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-30 khartlageHTMLCodeScanner enabled for HTML Partitions
2003-03-28 khartlageadded PHPDoc contexts
2003-03-27 muskIncorporated the new PartitionScanner
2003-03-27 muskAdded Constants for the new PartitionScanner
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-20 khartlagephp formatter based on the JDT java formatter (very...
2003-03-19 khartlageStarted with PHP/HTML Formatter menu => doesn't work...
2003-03-04 khartlageadded docs for some functions
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-27 kpouerUse the PHPParserManager instead of instantiating the...
2003-02-25 khartlagedeleted old phpparser package
2003-02-24 khartlageRewritten Parser/Scanner to package net.sourceforge...
2003-02-19 khartlagemade PHPParser tokens more compatible with JDT Scanner...
2003-02-17 khartlagechanged name of Scanner tokens to names similar in...
2003-02-17 khartlagechanged name of Scanner tokens to names similar in...
2003-02-16 khartlagefixed accelerator problem; slightly improved PHP Perspe...
2003-02-07 khartlagereworked the Console write() method
2003-02-04 choochter*** empty log message ***
2003-02-02 kpouerSome javadoc added
2003-02-01 khartlageoptimized getIdentifier
2003-01-28 khartlagechanged the "description" attribute in phpsyntax.xml...
2003-01-28 khartlagechanged the "description" attribute in phpsyntax.xml...
2003-01-28 khartlagemisc changes
2003-01-28 khartlagemisc changes
2003-01-28 kpouerThe parser will now recognize mixed case in php tag...
2003-01-27 khartlagebug fix: String are always in BOLD fonts
2003-01-27 khartlageConfig editor through XML file
2003-01-25 kpouerSome refactor to use the PHPSegmentWithChildren instead...
2003-01-25 kpouerNow PHPFunctionDeclaration can have children, and requi...
2003-01-25 kpouerSome little refactor to use the abstract PHPSegmentWith...
2003-01-25 kpouerthis segment can now have children so it extends PHPSeg...
2003-01-25 kpouerwe now extend PHPSegmentWithChildren
2003-01-25 kpouerAn abstract PHPSegment that describe a segment that...
2003-01-25 kpouera PHPSegment that describe a require or an include
2003-01-24 kpouerIf the value of a string is an empty string the outline...
2003-01-24 kpouerIntroduce a field "stringValue" used by the new method...
2003-01-24 kpouerThe name field is now protected (PHPVarDeclaration...
2003-01-24 kpouerIt's now possible to assign a value to a variable
2003-01-23 kpouerA variable description (like PHPFunctionDeclaration)
2003-01-23 kpouerAdded some code to show variables from class in the...
2003-01-17 khartlagemisc changes
2003-01-08 khartlageAdded actions Comment, Uncommnet, AddBookmark, AddTask
2003-01-05 khartlage1.0.4 release
2003-01-02 khartlageadded TemplatePreferencePage
2003-01-02 khartlageadded code completion for HTML mode
2002-12-27 khartlagemisc changes
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-10 khartlageimproved/refactored php syntax parser
2002-12-09 khartlagefixed bug in template expansion
2002-12-08 khartlagefirst version of 'Code Assist" template engine
2002-12-03 khartlagePHP perspective and new Project Wizard
2002-12-01 khartlageminor changes
2002-11-30 khartlageminor fixes
2002-11-29 khartlageSyntax Highlighting Prefs work now / Automatic parse...
2002-11-27 khartlageimproved php parser
next