2007-07-12
- fixed bug 195849 - no CC for blank spot (rolled back the change in the viewer configuration - still need to use our own code assist) (ggurfinke)
- support "src" attributes in javascript tags (sben-zeev)
- generics (sben-zeev)
- bug #15627 fixed: Outline View does not display "SRC=" (sben-zeev)
- fixed bug 196114 - add the $ sign only in case of the parameter is with prefix (e.g. const) (mshukrun)
- Undo the last change (mshukrun)
- fixed bug 171929
check if the template already exists and need to override (mshukrun)
2007-07-11
- context client - clearing the stack when starting new parsing (rganor)
- Fixed bug in tasks additions.
A null pointer exception was thrown and the tasks were deleted after saving the file. (sgibly)
- fixed bug 140614
use region text length instead of region length (mshukrun)
- added the flex and cup input files (ggurfinke)
- fixed bug 186710
scan for the first char that not equals to space or tab (mshukrun)
- oranize imports (sben-zeev)
- handle SVN external file extension (e.g sample.php:12358)
fixed bug 186064 (mshukrun)
2007-07-10
- Changed the launch configuration 'Break at first line' to a single checkbox.
Fixed an issue where the newly created launch configuration ignores the project/workspace setting for the break-at-first-line. (sgibly)
- php outline working in html mode show attributes action didn't work (sben-zeev)
- Bugzilla Bug 195965
parser throws NullPointerException (rganor)
- AST - $this is not identified as dispatch (rganor)
- Fix the breakpoint toggle - could not set breakpoints on some lines in the code (sgibly)
- fixed #15622. Untitled document now opens with PHP template (ymazor)
- scheduler buffer - the size is unlimited (rganor)
- Handle null values (sgibly)
- Support setting breakpoint and run-to-line breakpoints on external files. (sgibly)
- Modify the toggle breakpoint actions to support external files. (sgibly)
- branches: 1.1.2;
file ToggleExternalBreakpointAction.java was initially added on branch R1_0_0_20070705. (sgibly)
- branches: 1.1.2;
file ManageExternalBreakpointAction.java was initially added on branch R1_0_0_20070705. (sgibly)
- branches: 1.1.2;
file ExternalBreakpointActionHelper.java was initially added on branch R1_0_0_20070705. (sgibly)
- branches: 1.1.2;
file EditExternalBreakpointAction.java was initially added on branch R1_0_0_20070705. (sgibly)
- Return dummy IContentDescription for external files. (sgibly)
2007-07-09
- Fix "Generate PHPDoc Wizard" page validation. (mspector)
- Fixed bug 189095 (mspector)
2007-07-08- handle file contents equals null. (mshukrun)