2006-06-21
- Rollback and some other fixes for the folding provider.
This class should still be fixed to used the annotation notifications in order to update the foldings. (sgibly)
- adding the timestamp filter to the scheduler mechanism,
this filter removes some redundant parsing tasks when large files are analyzed. (rganor)
- removing the timestamp filter, so for now each parser task is executed (rganor)
- Event notification mechanism for the servers manager + fixes in the composite and wizard fragments (sgibly)
- fixing the parser timestamp check (rganor)
- Listen to the model to fold initially opened files.
Remove the force-create on the model (sgibly)
- Avoid concurrent modification exception when notifying an event (sgibly)
- bug fix - formatter corrupt files when there are html and php in them (ggurfinke)
- in ExplorerContentProvider - creating a fileData (if one doesn't exist) without forcing it on the DB (ggurfinke)
- Text change: Alternate PHP executables: to Alternate PHP executable (remove "s") (eklein)
- "When you choose Runtime in "Run" there is a space missing between PHP5 and the filename" - added space (eklein)
- Added possibility to send custom environment variables with the debugger launch. (slapsha)
- Fix console behavior: previously didn't show or shown incorrectly messages from the outer files (outside the current project) (slapsha)
- Added an option to remove an attribute (sgibly)
- fixed the indentation when adding pair } at the end of the document (ggurfinke)
- Fixed: #147281 - Remove usafe of AWT timer. (mspector)
- update version to 0.1.5 (eklein)
- update version to 0.0.6 (eklein)
2006-06-20
- Scheduler lives in its own thread (no display.sync() is called)
each process that needs to refresh the UI must call display.a/syncExec() (rganor)
- Fixed: #146030 - Exceptions, when stack frame doesn't have variables. (mspector)
- Fixed the server dialog to present the currect title and description.
Also, fixed the server wizard to display the same. (sgibly)
- bug fix - no auto completion of curly close in the following stat: {// - when curret between { and // (ggurfinke)
- bug fix #146241 - autoEdit didn't work at the end of the document (ggurfinke)
- Server wizard fragment extention point fix (phase I) (sgibly)
- removing redundant comments. (rganor)
- Replaced the Show Groups icon (sgibly)
- typo fixed (sben-zeev)
- Work on the parsing task:
- make the parser task sync (wait to the result to be done) (rganor)
2006-06-19
- added Source Text Hover (CTRL + mouse over). (mspector)
-
#145956 - Long php tag '<?php' is not recognized
fixed (in the reparser) (rganor)
- fixing the deadlock problem occured when the parsing engine was crashed (rganor)
- Releasing unreleased threads at the end of the debug session. (sgibly)
- Fixed: #146420 - Show text hover. (mspector)
- bug fix #146228 + preformance inprovments in MatchingBracketAutoEditStrategy (ggurfinke)
- code cleanup (sgibly)
2006-06-18
- Fixed: #146217 - Saving typing preferences. (mspector)
- Fixed: #146229 - Example: sleep(1); (|) - provides arguments hints for the sleep function. (mspector)
- Fixed: #146578 - Open PHP Manual in new browser page preference option is not saved. (mspector)
- Improve the files deploy mechanism (sgibly)
- Added dependencies on external features, bind to specific version to prevent installation on incompatible version of Eclipse via Update Manager. (mspector)
- - organizing the join() operation
- adding some comments to the code (rganor)
- fix cast casting exception (mspector)
- work on OutOfMemoryException (),
We implement the join() method to a simple runnable object. (rganor)
2006-06-15
- Deploy filter (sgibly)
- fix bug #0010321: Analyzer preferences dialog should run analyzer after saving it's data (eklein)
- fix incorrect behavior (slapsha)
- File utils strings (sgibly)
- support exact match (add simulateWildcard parameter) (mspector)
- Fixed file utils to create a directories tree when the launch context root contains more then one folder (sgibly)
- Server launch delegate update (sgibly)
2006-06-14
- Publish to server
New deploy mechanism is now functional (sgibly)
- Bug fix - the outline was not been refreshed in php mode when link to editor is disabled (ggurfinke)
- Update - Server core and UI (sgibly)
- Use launch mode constant instead of string (slapsha)
- Fixed: #138986 - Binded Format action to Escape + "Ctrl+F", like in JDT. (mspector)
- did some code cleaning in RefreshStructureJob (ggurfinke)
- Added a method to create nice and rounded CTabFolders (sgibly)
- wrong addition of help plugin (yleon)
- BIRT (#10467) + Framework (#10468) plugins are not defined to unpack (must be in order to access the directory inside it) (yleon)
- Servers creation, removal, editing and saving through the PHP servers preferences block (sgibly)
- Add support for Preferences save and load (not only IPreferences) (sgibly)
- Bug #146817 fix:
- Don't create 'Run with debug info' control if not in 'run' mode (enabled by default).
- PHPUnit tabGroup fix (slapsha)
- XML reader and writer for preferences (sgibly)
- fix bug #138979 - end cases of code completion (eklein)
2006-06-13
- Fixed: #145820 (correct name of found PHP's to "PHP executable") (mspector)
- Fix enabling/disabling cursor position dependent editor actions. (mspector)
- Preparing the wizards (sgibly)
- Server UI and Core update (sgibly)
- fixing the annotation bug for comments and phpdocs. (rganor)
- Fixed #145815 - Labels in PHP Exes dialog. (mspector)
- Issues #144452 - There isn't auto insertion of pair of bracket after Remark section.
fixed. (rganor)
- File util fix (sgibly)
- Added the 'about.html' to the server core and ui (sgibly)
- Server UI (sgibly)
- Server core (sgibly)