*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse /
2003-05-03 khartlagechanged default to "mysqld-nt.exe"
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-27 khartlagecleaned up plugin.xml; eliminated junit dependencies
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-07 kpouer2 new methods from the interface were missing (I think)
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-25 kpouerprevious commit was a mistake
2003-03-25 kpouer*** empty log message ***
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 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-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-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 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 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 khartlageAdded default preferences for outline options
2003-01-23 kpouersome configurations checkbox to show or not class,...
2003-01-23 kpouerAdded some configurations constants to show or not...
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-12 khartlageJTidy integration
next