|
From: Christopher W. <caw...@us...> - 2006-03-25 19:43:21
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1247 Modified Files: Changelog.txt Log Message: add in changes since last release Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Changelog.txt 13 Dec 2005 21:04:45 -0000 1.20 --- Changelog.txt 25 Mar 2006 19:43:17 -0000 1.21 *************** *** 1,3 **** ! 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 --- 1,11 ---- ! Changes since 0.7.0: ! * New Ruby Browsing Perspective ! * New Class Wizard ! * Apply code formatting (indentation) to templates ! * Distinct syntax highlighting of globals ! * Distinct syntax highlighting of instance/class variables ! * Goto matching bracket action ! ! Release 0.7.0: * Debugger * Multiple debugger session possible because a free port will be used for the debugger communication. The port is written to a |