bug fix: String are always in BOLD fonts
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / phpparser /
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-02 khartlageadded TemplatePreferencePage
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