Added auto activation for HTML characters (i.e. <&#) in the Preference Page
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge /
2003-04-08 khartlageAdded auto activation for HTML characters (i.e. <&...
2003-04-08 kpouerremoved the $ in the name of the variables
2003-04-08 kpouerSome changes
2003-04-07 khartlageNew Autoactivation for PHP ("$") and PHPDoc ("@") added
2003-04-07 kpouerprivate void ensureOverviewHoverManagerInstalled()...
2003-04-07 kpouer2 new methods from the interface were missing (I think)
2003-04-07 kpouerA Global declaration
2003-04-07 kpouer*** empty log message ***
2003-04-06 khartlagePHP highlighting colors could now be managed by the...
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-02 khartlageadded new error messages for keywords function, class
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-31 khartlageImproved PHPCodeReader for "Go to Matching Bracket...
2003-03-31 khartlageCodeformatter preferences should work now
2003-03-31 khartlageDeleted unicode handling from scanner
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-25 kpouerprevious commit was a mistake
2003-03-25 kpouer*** empty log message ***
2003-03-24 khartlagechanged isPHPIdentifierStart, isPHPIdentifierPart
2003-03-24 khartlage*** empty log message ***
2003-03-20 khartlagephp formatter based on the JDT java formatter (very...
2003-03-20 khartlagephp formatter based on the JDT java formatter (very...
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-09 khartlagedetermine windowsSystem with eclips Bootloader class
2003-03-04 kpouerpulled up setMarker in PHPParserSuperclass
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-03-02 khartlageimproved PHP Scanner
2003-02-28 khartlageFied console NPE
2003-02-27 kpouerIt's now an interface
2003-02-27 kpouerUse the PHPParserManager instead of instantiating the...
2003-02-27 kpouerAdded a constant to choose the parser
2003-02-27 kpouernow It extends PHPParserSuperclass
2003-02-26 khartlageAdded "External preview" View (win32 only HTML Browser...
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 khartlagedeleted unnecessary "folder.addPlaceholder(IPageLayout...
2003-02-16 khartlageavoid "console==null" problems
2003-02-16 khartlagefixed accelerator problem; slightly improved PHP Perspe...
2003-02-08 khartlageSwitched to Eclipse 2.1 development
2003-02-08 khartlageSwitched to Eclipse 2.1 development; eliminated JTidy...
2003-02-07 khartlagereworked the Console write() method
2003-02-07 choochterTemporarily replace new Project Wizard until errors...
2003-02-07 kpouerWhen creating a file named like this something.class...
2003-02-07 kpouerThe php files can now have as many . as they want in...
2003-02-05 choochterAdd field for external parser to pref page
2003-02-04 choochter*** empty log message ***
2003-02-04 kpouerimport org.eclipse.ui.internal.dialogs.ResourceSorter...
2003-02-04 choochter*** empty log message ***
2003-02-02 kpouerSome javadoc added
2003-02-01 khartlageoptimized getIdentifier
2003-01-30 kpouerAdded the ability to change background color for php...
2003-01-30 kpoueradded Spanish language in the page (why wasn't it ?)
2003-01-30 kpouerA constant added pour Spanish language
2003-01-30 kpouerPHPLanguagePreferencePage.spanish and PHPEditorSyntaxPr...
2003-01-30 khartlagenew html templates
2003-01-30 khartlagenew html templates
2003-01-30 khartlageJDT codeassist module, nothing changed yet
2003-01-30 khartlage*** empty log message ***
2003-01-29 khartlagespanish translation
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-28 kpouerSome text modified
2003-01-27 khartlagebug fix: String are always in BOLD fonts
2003-01-27 khartlageadded "icons/obj16/impc_obj.gif" for includes in the...
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-25 kpouerAdded DESC_INC and IMG_INC for the image of 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...
next