|
From: Christopher W. <caw...@us...> - 2006-02-10 19:55:31
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/folding In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11575/src/org/rubypeople/rdt/internal/ui/text/folding Modified Files: DefaultRubyFoldingStructureProvider.java Log Message: remove reference to IRubyElement.SINGLETON_METHOD Index: DefaultRubyFoldingStructureProvider.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/folding/DefaultRubyFoldingStructureProvider.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DefaultRubyFoldingStructureProvider.java 13 Dec 2005 20:02:03 -0000 1.5 --- DefaultRubyFoldingStructureProvider.java 10 Feb 2006 19:55:23 -0000 1.6 *************** *** 192,196 **** break; case IRubyElement.METHOD: - case IRubyElement.SINGLETON_METHOD: collapse = fAllowCollapsing && fCollapseMethods; createProjection = true; --- 192,195 ---- |