|
From: Christopher W. <caw...@us...> - 2006-03-25 02:37:52
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11479/src/org/rubypeople/rdt/internal/ui/rubyeditor Modified Files: RubyAbstractEditor.java Log Message: my initial working version of a Ruby Browsing Perspective Index: RubyAbstractEditor.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyAbstractEditor.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** RubyAbstractEditor.java 18 Feb 2006 17:29:33 -0000 1.23 --- RubyAbstractEditor.java 25 Mar 2006 02:37:44 -0000 1.24 *************** *** 368,372 **** return null; ! if (element.getElementType() == IRubyElement.IMPORT) { IImportDeclaration declaration= (IImportDeclaration) element; --- 368,372 ---- return null; ! if (element.getElementType() == IRubyElement.IMPORT_DECLARATION) { IImportDeclaration declaration= (IImportDeclaration) element; |