2006-07-02
- bug fix #149401 - could not open file from zip file (in the include path) (ggurfinke)
- bug fix #149400 - the content of files oriented from zip files (in the include path) where not added to the model (ggurfinke)
- versioning to 0.1.7 (rganor)
- reverted the workarround for bug #141264 - need to find a better solution (ggurfinke)
- add option to launch save dialog without specifying a project (eklein)
- Fix array type (slapsha)
- Using standard formatter. (slapsha)
- replace usage of String.format (slapsha)
2006-06-29
- SaveFile dialog fixed. (slapsha)
- Temporarily replace dirty editors save handler with the standard one (Workbench) (slapsha)
- Expose the containers package (sgibly)
- bug fix #145969 - the second php file added to a folder is not displayed in the php explorer view. (by yaron.m) (ggurfinke)
- Fix strategy of testing whether we should indent. Relates to the fact, that there may be several IStructuredDocumentRegions in the requested line. (mspector)
- Fixed: #146418 (Indentation of switch/case structure). (mspector)
-
#146422 php elements from include path variable does not display in the php explorer view (sben-zeev)
- Fix code completion. The bug was:
<?
class Aaa {}
A| - here Aaa is not suggested
?> (mspector)
- Seva: convert SaveFilesDialog from List to SelectionList (eklein)
- Bug #147267 refix. (slapsha)
- Try to setup correct file permissions on contributed via extension point PHP executables (the bug is that after extracting PHP executable its permissions are not saved). (mspector)
2006-06-28
- bug fix #146419 - Exception thrown and error message when formatting reopened file. (ggurfinke)
- Revert php core plugin change (sgibly)
- add method for choosing directory sending file name (eklein)
- Fixed: #146764 (not showing PHP files in the working sets). (mspector)
- exception thrown when closing a project (sben-zeev)
- - No need to calculate the end of the code data - it can be found from user data.
- Try to format a code snippet in an information window. (mspector)
- Fix the build properties to include the icons and the plugin.properties files (sgibly)
- made some of the functionality protected (sgibly)
- changed hover message decorator EP, so it will attach decorators to specific hovers. (mspector)
- Bug #141301 fix: shows error message if a tamplate has an empty name.
May be removed when
org.eclipse.jface.text.templates.persistence.TemplateReaderWriter is fixed. (slapsha)
2006-06-27
- Fixed: #145537 (show tasks view in the bottom). (mspector)
- Fixed: #146600 - Don't show already added projects in the include path add project dialog. (mspector)
- Fixed: #148227 - List synchronization exception. (mspector)
- update version to 0.1.6 (eklein)
- handleFileBrowseButtonPressed - add to the combo box instead of using "setText" (eklein)
- Fixed: #147689 (implement "Edit" action on include path entry) (mspector)
- Fix storing old directory dialog filter. (mspector)
- Fixed order of newly added PHP files (#145957) (mspector)
- add default decorator (eklein)
-
#148037 - Deleting folder via the PHP Explorer view throws exception. (sben-zeev)
- rephrasing an error message (sgibly)
- PHP_DOC is a closable partition too (slapsha)
- Bug #148562 fix: partitioner to recognize closed partitions: strings & mulit-line comments. (slapsha)