2006-08-08
- Added the IDebuggerInitializer interface and made some redesign in the server debugging initialization process. (sgibly)
2006-08-07
- Fix in the launchDelegate extention point - Allow adding other delegates. (sgibly)
- visibility changes (sgibly)
- Fixed an issue that caused for the display of a wrong server URL in the URL field of the launch configuration dialog (sgibly)
2006-08-06
- Move down the 'Run with debug info.' check in the PHP Executable launch (sgibly)
- take into account the PHPDebugCorePreferenceNames.OPEN_DEBUG_VIEWS flag and don't show the debug views in case it was not chosen from the preferences (sgibly)
- Display the Debug Output even when starting a session and ending it without moving to the PHP debug perspective. (sgibly)
- Handle spaces in the debug URL (sgibly)
- Enable scrolling in the ServerTab (sgibly)
- PHP Server Tab UI redesign (sgibly)
2006-08-03
- Listen to any preferences changes in the debug port and apply them by replacing the active ServerSocket. (sgibly)
2006-08-02
- java bridge - code completion for package + classes (rganor)
- Display a wrong-protocol error message in case the remote debugger does not behave as expected.
This also solves OutOfMemoryError in cases where older debugger tried to initialize a debug session. (sgibly)
- Handle multiple daemons (sgibly)
- inheriting from the php content assist (fix) (rganor)
2006-08-01
- show framework project icon in PHP Explorer and MVC outline. (sben-zeev)
- Changed the server launch dialog to indicate that a project selection only is also allowed (sgibly)
- Fix a deploy issue - Inner folders copied resource that should be ignored (such as .svn). (sgibly)
- fix: depcecated method removed.
Platform.run() -> SafeRunner.run() (rganor)
- Add .exe extension to the PHP binary path contributed via EP if we are on Windows (Michael). (sgibly)
2006-07-30
- Fixed missing php.exe exception. (slapsha)
- Revert deprecation fix - causes exception. (slapsha)
- Version updated to 0.2.2 (slapsha)
- Some deprecation fixes & cleanups. (slapsha)
- added by Yaron - this class handles event notification (eklein)
2006-07-27
- Remove "OS" attribute from PHP exes extension, it will be managed by fragments. (mspector)
- Internationalization changes (eklein)
- Fixes. (slapsha)
- Fix toggle comment action (uncomment single line didn't work - added another comment to the beginning of the line). (mspector)
- View order for the serverTab extention point (sgibly)
- removing the common.php, since the automatic process added the java bridge api (rganor)
- Update the source-not-found editor (sgibly)
2006-07-26
- Converted some members to be protected instead of private. (slapsha)
- Fixed uninitialized control validation. (slapsha)