|
From: Christopher W. <caw...@us...> - 2005-12-02 16:19:31
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22335 Modified Files: Changelog.txt Log Message: add some text about syntax highlighting changes Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Changelog.txt 26 Oct 2005 21:55:08 -0000 1.18 --- Changelog.txt 2 Dec 2005 16:19:17 -0000 1.19 *************** *** 1,15 **** Changes since 0.6.0: ! * Multiple debugger session possible because a free port will be used for the debugger communication. The port is written to a ! temporary file and conveyed to the ruby process with "-r<tmpFile>". The fixed port used in the past (1098) is still the default ! port in the case that a temporary file can not be created ! * Catchpoints: ! * The default was to halt at every type of StandardError, the new default is *not* to halt when exceptions are raised ! * There is a menu entry in the debug perspective and a toolbar button in the breakpoint view which starts the Catchpoint dialog ! * The catchpoint dialog allows to add a ruby exception breakpoint ! * There can be at most one exception breakpoint; the breakpoint can be enabled, disabled and removed in the breakpoint view * Added outline support for aliasing methods using the format 'alias :new_method :old_method' * Fixed bug where current visibility was never reset when opening a new class * Ruby Search ! Changes merged from SRB 0.6.1: * SRB_0-6-1_1: Enable/Disable breakpoints, move breakpoints --- 1,20 ---- Changes since 0.6.0: ! * Debugger ! * Multiple debugger session possible because a free port will be used for the debugger communication. The port is written to a ! temporary file and conveyed to the ruby process with "-r<tmpFile>". The fixed port used in the past (1098) is still the default ! port in the case that a temporary file can not be created ! * Catchpoints: ! * The default was to halt at every type of StandardError, the new default is *not* to halt when exceptions are raised ! * There is a menu entry in the debug perspective and a toolbar button in the breakpoint view which starts the Catchpoint dialog ! * The catchpoint dialog allows to add a ruby exception breakpoint ! * There can be at most one exception breakpoint; the breakpoint can be enabled, disabled and removed in the breakpoint view * Added outline support for aliasing methods using the format 'alias :new_method :old_method' * Fixed bug where current visibility was never reset when opening a new class * Ruby Search ! * Fixed arguments in alias template to refer to methods in ocrrect order (first arg is new name, second is old) ! * Syntax Highlighting ! * Added ability to distinctly color characters ! * Added ability to distinctly color Fixnums (numbers) ! * Added ability to distinctly color Symbols Changes merged from SRB 0.6.1: * SRB_0-6-1_1: Enable/Disable breakpoints, move breakpoints |