|
From: Christopher W. <caw...@us...> - 2006-04-24 21:30:05
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25830 Modified Files: Changelog.txt Log Message: Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Changelog.txt 9 Apr 2006 12:53:36 -0000 1.22 --- Changelog.txt 24 Apr 2006 21:29:59 -0000 1.23 *************** *** 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 * Right-clicking on "ruler" to left of ruby file's contents now allows user to add bookmark or task ! * Attempts to set ruby interpreter to common install location if no interpreter has been set * A number of bugfixes (see http://rubyeclipse.mktec.com/cgi-bin/trac.py/query?status=closed&milestone=0.8.0&type=defect&order=priority) --- 1,15 ---- ! Release 0.8.0: ! * Compatible with Eclipse 3.1 and 3.2 * New Ruby Browsing Perspective * New Class Wizard * Apply code formatting (indentation) to templates + * Auto-insertion of templates * Distinct syntax highlighting of globals * Distinct syntax highlighting of instance/class variables * Goto matching bracket action * Right-clicking on "ruler" to left of ruby file's contents now allows user to add bookmark or task ! * Auto-extend comments under particular conditions (abov method/class/module definitions, above attr_, above alias, above constant assignment, as first lines of file) ! * Allow user to customize font used by Ruby Editor ! * Allow user to turn on/off smart auto-closing of strings, brackets and braces on new preference page (was always enabled by default before) * A number of bugfixes (see http://rubyeclipse.mktec.com/cgi-bin/trac.py/query?status=closed&milestone=0.8.0&type=defect&order=priority) |