Refactory: core plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPeclipsePlugin.java
2009-10-02 incastrixRefactory: core plugin.
2008-01-23 Edward MannChange to openFileInTextEditor to fix ticket issue...
2007-09-07 pombredanneRemoved dead comments
2007-07-13 toshihiroFixed: 1736622 - "php marker occurrences" color - did...
2007-07-03 toshihiroAvoid warning message in every startup
2007-02-08 pombredanneCleanup dead code.
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-02-10 bananeweizenremove name clash with Job.manager in Eclipse 3.2 compi...
2006-02-04 bananeweizenremoved ColorManager, not used anywhere
2006-01-18 bananeweizenmigrated plugin from 3.0 to 3.1
2006-01-17 bananeweizenreplaced a lot of deprecated code; if someone runs...
2005-09-30 axelclRegister new file extensions for the php-editor:
2005-07-16 axelclDifferent syntax coloring for '$_' variables possible
2005-07-03 stefanbjarniSmall bug fixes for the debugger client.
2005-07-03 stefanbjarniFixed the debugger client to work in Eclipse 3.1.
2005-06-18 axelclRemoved some internal constants
2005-06-18 axelclMoved ETC_HOSTS_PATH_PREF to externaltools
2005-06-14 axelclCreated a separated 'externaltools' plugin
2005-06-14 axelclCreated a separated 'externaltools' plugin
2005-06-07 stefanbjarniAdded two new workspaces preferences, to track the...
2005-05-15 axelcldifferent syntax highlighting for single and double...
2005-05-06 stefanbjarniOrganized imports
2005-04-03 axelclmisc
2005-02-25 axelclOpen PHP perspective automatically then a new PHP Proje...
2005-02-25 axelclAdded xampp start and stop action
2005-02-04 axelclread default values from external properties file now
2005-02-04 axelclread default values from external ini file now
2005-01-28 axelclMoved the project.index file to eclipse/workspace/...
2005-01-17 axelclAdded new Option "Wrap PHPdocs and comments at print...
2004-12-29 axelclParser detects wrong include files now
2004-11-28 axelclmisc
2004-11-12 axelclfixed update conflict and outline update bug
2004-11-04 axelclAdded Pref option to configure for which extensions...
2004-11-04 axelclImproved handling for right mouse click menu on file...
2004-10-08 jsurferAdded auto indent strategy for phpdocs and comments
2004-10-08 jsurferfixed TAB_WIDTH preference bug
2004-09-25 jsurferadded syntax color for {} operators
2004-09-23 jsurferadded first version of codetemplates (needs to fix...
2004-09-11 jsurferSyntax highlighting is changeable.
2004-09-04 jsurferMissing addSaveParticipant for JavaModelManager
2004-09-03 jsurfermisc changes
2004-07-25 khartlagedeleted "Job processSavedState" on startup
2004-07-17 khartlageImproved "Open Include" and "Open Include List" for...
2004-07-11 khartlageimproved syntax highlighting scanners and preferences
2004-07-04 khartlageshow HTML files as local resources (no '' url prefix)
2004-06-27 khartlagemisc preferences improvements
2004-06-15 khartlageRC2 compatibility
2004-06-12 khartlagecolored "operators and brackets"
2004-05-30 khartlage3m9 compatible;
2004-05-22 khartlageAdded a new PHP Parser Preference Page (global and...
2004-05-08 khartlagemisc changes
2004-04-16 khartlagemisc changes
2004-03-28 cperkonigmake sure that the VariableHover for the debugPlugin...
2004-03-22 khartlagemisc changes in the internal builder
2003-12-31 khartlageEclipse 3.x compatible;
2003-12-22 khartlagenew version with WorkingCopy Management
2003-10-11 khartlageChanges:
2003-09-20 khartlageDefined a limit for code completion list entries PHPecl...
2003-09-13 khartlageFixed some bugs in the syntax editor preference page
2003-09-11 khartlageImproved "project.index" file for PHPdoc TextHover...
2003-09-09 kpouerthe PHP_NEW field must be before the field PHPPARSER
2003-09-08 khartlageExtended the builder with an index file generator for...
2003-08-15 khartlagemisc
2003-08-09 khartlageadded a builder to parse files with eclipse's build...
2003-06-27 khartlageUse external tools package to run commands for apache...
2003-05-25 khartlagefirst version 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-03 khartlagechanged default to "mysqld-nt.exe"
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 khartlageAdded PHPUnitEditor and corresponding PHPPreferencePage
2003-04-01 khartlageadded php shortcut <?
2003-03-26 khartlageAdded PHPDoc Scanner and Code Completion Processor
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-02-27 kpouerAdded a constant to choose the parser
2003-02-16 khartlagefixed accelerator problem; slightly improved PHP Perspe...
2003-02-04 choochter*** empty log message ***
2003-02-04 choochter*** empty log message ***
2003-01-30 khartlage*** empty log message ***
2003-01-27 khartlageConfig editor through XML file
2003-01-23 khartlageAdded default preferences for outline options
2003-01-08 khartlageAdded actions Comment, Uncommnet, AddBookmark, AddTask
2003-01-02 khartlageadded TemplatePreferencePage
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-03 khartlagePHP perspective and new Project Wizard
2002-11-30 khartlageminor changes
2002-11-29 khartlageSyntax Highlighting Prefs work now / Automatic parse...
2002-11-27 khartlagenew Syntax Highlighting Preference Page (doesn't have...
2002-11-22 khartlageimporved php parser
2002-11-13 khartlagefirst PHP parser version (doesn't work actually)
2002-11-07 khartlagemisc changes
next