2007-06-11
- Fixed bug #191848 - Run>Run to Line - still enabled after a debug session run - clicking it yields errors.
Enable the Run To Line action only when the ISuspendResume target is in a suspend state.
Change to line #118. All the rest is formatting. (sgibly)
- Don't add an error to the error log when the breakpoint is not found in the breakpoints manager since the breakpoint could be a run-to-line break.
Also, formatted the code. (sgibly)
- added documentation (mspector)
- LocalFileStorage must not be editable. (mspector)
- Fix "Debug As PHP Script" launch shortcut in Explorer Part . (mspector)
- Fixed accident removal of breakpoints set in external files, when closing one external file editor. (mspector)
- code style fix (sgibly)
- organize imports (sgibly)
- Fixed bug #191841 - refresh the launch viewer when the debug session is terminated. (sgibly)
2007-06-10
- - Revert to usage of FileStoreEditorInput
- Proper usage of external files in debugger (mspector)
- workaround for bug 191849 (ggurfinke)
- fix bug: interface constant are inherited from super interfaces (rganor)
- text change - modify path variable description (eklein)
- Add configurationTypes to shortcutsLaunch extension points (mshukrun)
- better relative location calculation (slapsha)
2007-06-07
- Fixed bug 191469 (blinking PHP explorer) (mspector)
- fix null (slapsha)
- recheck that the structuredModel was created (ggurfinke)
- Eliminate usage of FileStoreEditorInput (use LocalFileStorageEditorInput instead), since WST makes casting to IStorageEditorInput in several places). (mspector)
2007-06-06
- minor fixes (slapsha)
- safe resolutions (slapsha)
- fix nulls (slapsha)
- extract getTextViewer method from fileDataChanged method (mshukrun)
- disable phpmergeviewer - doesn't work (slapsha)
- fixed bug 189317 - implements the PHPHTMLValidator as ModelListener which sync the validation process with the PHP model. (mshukrun)
- registered the workspaceModel as a listener to the default project model (mshukrun)
- Remove useless inner class (mshukrun)
2007-06-05
- fixed Eclipse 3.3 migration bugs for external files (ymazor)
- file extension had typo which prevented the file from loading in the help browser (sben-zeev)
- Help->PDT User Guide->Concepts - does not open, stuck on "Loading, please wait..." (sben-zeev)
- toString() method for completion proposal (rganor)
2007-06-04- revert for now (mspector)