2007-05-20
- encoding type for content type - reverting to the default "UTF-8".
TODO : fix bug #187966 - The php content descriptor should not specify a default extension (rganor)
- enable rename menu in editor for external files (sben-zeev)
- Fixed #187991 (mspector)
- enable rename in external files (sben-zeev)
- Fixed #187966 (mspector)
- Fix bug #187764 (mspector)
2007-05-18
- New action should be available on standalone functions (slapsha)
- fix path variable preference page description (eklein)
- add current project as an include path (slapsha)
- Check for null to avoid any null pointer exception when dealing with a slow connection (sgibly)
- Refix the file link issue (sgibly)
2007-05-17
- Fixed sluggish project open with heavy predefined include path (sben-zeev)
- bug #15082 fixed - Missing java bridge page in new framework project wizard (sben-zeev)
- disable hyperlink for PHP functions (mspector)
- fix warning "Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points."
- Commands should really have a category
the category "category.debug" doesn't exist (change to run) (eklein)
2007-05-16
- When launching through the launch shortcut, create a new launch configuration according to the file name. (sgibly)
- php element concilator: fix global detection (rganor)
- Fix the deadlock problem in subversion plug-in itself. (mspector)
- Bugzilla Bug 185014 - Syntax Error Related For Curly Brace in Double-Quoted String Although Syntax Is Correct.
fixed for the AST lexer (rganor)
2007-05-15
- fixed bug #186821.
External file with single segment is now supported
(for example : c:\file.php) (ymazor)
- Fix bug #177283 - Prompt the user if the publish directory is not accessible (sgibly)
- fix incorrect method name (slapsha)
- fix null exception (slapsha)
- Make sure that the content provider screens out the external files. (sgibly)
- 1. Refactoring of ExternalFilesRegistry and ExternalFilesListener locations (moved+renamed)
2. Changed all unnecessary ExternalFileDecorator creations to just retrieve from registry (ymazor)
- Changed the default folding behavior.
Classes - false
Functions - true
PHPDoc - true (sgibly)
2007-05-14
- Fixed Mantis bug #15006 - Unable to launch the Debug URL. (sgibly)
- Fixed bug #171939 - Renaming php file also removed the file's breakpoints. (sgibly)