2007-09-17
- - remove private functions from Zend API
- add JobQ (mspector)
- fixed issue of invisible include path tree in these cases:
- opening project;
- adding include variable;
- removing and adding a project with the same name. (slapsha)
- don't allow multiple addition of the same listener (slapsha)
- removed incubation (apeled)
- [PHPValidator] ignore read only files (rganor)
2007-09-16
- add strings in order to eliminate unused message warnings (eklein)
- [system filter for php explorer] show .htaccess files (rganor)
2007-09-11
- fixed bug 202884 the "new php file" dialog should allow '.' in the file name. (ggurfinke)
- Display a better error message in case the requested debug URL does not exist on the web server. (sgibly)
- 0015383: [ZendNeonGroup] Defect-OSX: Validation on Nested DIV's (works in Win)
fixed (rganor)
2007-09-10
- Fixed bug 201226 (fix Non-public members filter) (mspector)
- Fixed launch configuration for linux (by Michael) (ggurfinke)
- small UI changes in the PHP executables table (sgibly)
- fix bug #200276 + test: catch block class resolution (slapsha)
- fixed Bug 202746 - explorer refreshing every time view is been activated (ggurfinke)
- Added activities support for the debuggers (sgibly)
- fix blinking model updates - don't modify annotation if the position is the same. (slapsha)
2007-09-09
- merge projection (folding) bug fixes from head (slapsha)
- file CaptionedPosition.java was added on branch BRANCH_1_0_0_20070902 on 2007-09-09 15:40:20 +0000 (slapsha)
- fix bug of jumping folding +not matching folding at the end of element (slapsha)
- branches: 1.1.2;
fix bug of jumping folding +not matching folding at the end of element (slapsha)
- fixed bug #202741 (ymazor)
- Bug #202740 temporary workaround (slapsha)
- cosmetical changes (slapsha)
- nice to have "go-to source" feature inside of strings (when filename is found there) not only for include() statements. (mspector)
2007-09-07- Completed merge of zend and xdebug runtoline facilities. Now only a single runtoline menu option (dkelsey)
2007-09-06
- Fixed #0015087 (go-to source for locally-defined variables) (mspector)
- Changed Debugger info (sben-zeev)
- Fixed bug #201688
If we are in the beginning of a comment (DOC or Multi comment) and we have before another Doc comment or Multi comment, the base line we'll be the beginning of the previous multi comment (ymazor)
- Fixed bug 181581 (Navigate -> Show in) (mspector)
- merged the runtoline capabilities of XDebug and Zend so there is a single menu entry. (dkelsey)
2007-09-05
- no need to change permissions here - it will be done right before execution (mspector)
- Change the permissions for the php executables under non-windows machines (sgibly)
- Try to change the permissions for the php executables under non-windows machines (sgibly)
- fixed bug 202114 Project Outline doesn't show super class's info (ggurfinke)
- Bug 201992 - Typing "<?" results in <?php ?> being inserted, no way to disable (rganor)
- minimized dependency in fileData (ggurfinke)
- changed content Assist not to show completion options if there is no fileData (happens on load) (ggurfinke)
- Bug 201992 - Typing "<?" results in <?php ?> being inserted, no way to disable
fixed. (rganor)
- Fixed launch configuration dialog layout in Linux. (mspector)
- A fix for a bug on Windows #202116
handle the case in which user opens a network external file using absolute path such as \\SERVER\file.php (ymazor)
- the domModel will not force the creation of the fileData if the projectModel doesn't exist (ggurfinke)
- making sure fileData is not null (ggurfinke)
2007-09-04
- - fixed bug where run launch did nothing when xdebug debugger was selected
- fixed bug where terminated launches could still say stepping for xdebug
- added automatic path mapper support for xdebug (dkelsey)
- - fixed issue with launching in run mode not working
- fixed issue where terminated still said stepping
- added support for automatic path mapping (dkelsey)
- file AutoPathMapper.java was added on branch BRANCH_1_0_0_20070902 on 2007-09-04 13:52:08 +0000 (dkelsey)
- branches: 1.1.2;
- fixed issue with launching in run mode not working
- fixed issue where terminated still said stepping
- added support for automatic path mapping (dkelsey)
- fixed bug 201861 loop in inheritance caused stack overflow. (ggurfinke)