|
From: Markus B. <mba...@us...> - 2005-09-17 21:49:58
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/expressions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8243/expressions Modified Files: rdt.xml Log Message: updated expressions: instance methods are sorted Index: rdt.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/expressions/rdt.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rdt.xml 7 Mar 2005 20:52:43 -0000 1.1 --- rdt.xml 17 Sep 2005 21:49:51 -0000 1.2 *************** *** 14,23 **** <expression description="instance methods, including methods from superclasses" ! name="instance methods incl. inherited">%s.class.instance_methods(true) </expression> <expression description="instance methods of the methods from superclasses" ! name="instance methods excl. inherited">%s.class.instance_methods(false) </expression> --- 14,23 ---- <expression description="instance methods, including methods from superclasses" ! name="instance methods incl. inherited">%s.class.instance_methods(true).sort </expression> <expression description="instance methods of the methods from superclasses" ! name="instance methods excl. inherited">%s.class.instance_methods(false).sort </expression> |