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)
- new tag (ggurfinke)
- Fixed: #146408 (no code assist for "endif" keyword). (mspector)
- No need to use mode in constructor (slapsha)
- Select the default server when creating a new PHP web server launch configuration (sgibly)
- Dont provide completion if staying after PHP close tag (mspector)
- PHP server tab - Disable the 'Run with debug information' when in debug mode (sgibly)
- Fixed: #148665 (Exception while mouse-overing context menu items on closed PHP project). (mspector)
- Changed the 'Configure...' behavior to edit the selected Server.
+ Bug fix in the publish indicator of the server. (sgibly)
- Fixed brackets auto-edit strategy at the end of document (slapsha)
- Bug #147879 fix (slapsha)
2006-06-26
- Server tab update - Refreash the servers list after returning from the 'Configure...' action (sgibly)
- removing redundant comment (rganor)
- Added debug / run on PHP web server shortcuts (sgibly)
- Added the FileUtils (sgibly)
- bug fix #144216 - code assist for classes names didn't work (ggurfinke)
- Language model is now loaded as part of the activator of the php core plugin, this way many problems are saved like parsing tasks delay and viewing problems (of the language functions) (rganor)
- bug fix #144599 - does not complete main_class::$class_a-> (ggurfinke)
- bug fix #144440 - Deletion of a backQuote should delete the matching one. (ggurfinke)
- removed unused/missing messages warnings. (mspector)
- fixed source text hover: crashes, incorrect highlighting, show only the needed statement. (mspector)
- Remove any org.eclipse.wst.server.xxx dependency from the php plugins (sgibly)
- Fix deprecation (slapsha)
- Fixed: #148607 - Null Pointer Exception in code data resolver. (mspector)
- Re-order the server's edit & wizard page (sgibly)
- Added the option to select a default server from the list of defined PHP web servers (sgibly)
- Refactor and improve SaveFiles. (slapsha)
- Fix showDebugInfo option (slapsha)
- Fixed: #148559 (typing preferences) (mspector)
- no data was shown when PHP Functions view was first opened and there was no project in the workspace (sben-zeev)
- fix the bug, that PHP update site is not in the initial list of update sites. (mspector)
- Fixed: #147870 (error when removing breakpoint twice). (mspector)
2006-06-25
- Note: The previous comment should be related to bug #147267 instead of #141223 (slapsha)
- Bug #141223: added edited and unsaved files validation + preference definition to auto-save files before debug. (slapsha)
- Bug #141223: added AutoSave dialog. (slapsha)
- Bug #141223: added preference to auto-save files before debug. (slapsha)
-
#138990 - Adding an empty space before '<?php' at the beginning of file causing all php text be marked as an error
fixed.
php elements are ignored on html validator context. (rganor)
- The projectModel should not add files to the userModel by itself but only from the parsing mechanism (ggurfinke)
- Provide "profile as..." PHP executable item as well. (mspector)
- Fixed: #0010264 - opening non-PHP file from Execution Statistics View produces exception. (mspector)
- Fix in the wizard fragment extention.
Added the placeAfter option. (sgibly)
- bug fix - while autoEditing docblock with content the curser wasn't in the end of the text (ggurfinke)
- refactor (eklein)
- remove unnecessary code (eklein)
- fix bug #139441 - "Configure Include Path" action is required (eklein)
-
#144421 fix: Show In Navigator actions for PHP & PHP Debug perspectives. (slapsha)
- Added new Debug Message: when debbugger doesn't understands the request, it sends message (ID=1000), which we should catch. (mspector)
- Fixed the server-debug tab: A newly added server through the wizard was not saved to by the ServersManager (sgibly)
- Fixed a redundant server removal event (sgibly)
- bug fix #148018 - Undo on PHP Doc blocks causes model crash (ggurfinke)
- define default workspace path. (mspector)
- Fixed: #148221 - Check in launch configuration tabs for form completeness when inited. (mspector)
-
#141222 - doesn't getting matching quote when opening a new quote in a new line after two matching quotes
fixed.
whitespaces after strings are not attached to the strings. (rganor)
- Performance fix - the way highlightining lexer state changes when curly brackets are inserted or removed.
Since no one uses the lexer state for the curly brackets, the push / pop states are ignored. (rganor)
2006-06-22
- Modified the serverWizardFragment extention point to support fragment placing.
Note: Not done yet (sortFragmentsByPlace is unimplemented) (sgibly)
- Moving to the new Server infrastructure (sgibly)
- Remove server fix (sgibly)
- bug fix #139440 - wrong behavior of autoEdit inside docBlock for newLine (ggurfinke)
- Register as a listener when loading the servers (sgibly)
- Return a default port of 80 (sgibly)