|
From: Christopher W. <caw...@us...> - 2006-02-24 20:04:05
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32634/src/org/rubypeople/rdt/internal/ui/rubyeditor Modified Files: RubyEditorMessages.java Log Message: add strings for new go to matching bracket action Index: RubyEditorMessages.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RubyEditorMessages.java 10 Feb 2006 19:57:28 -0000 1.4 --- RubyEditorMessages.java 24 Feb 2006 20:03:58 -0000 1.5 *************** *** 28,31 **** --- 28,35 ---- public static String RubyOutlinePage_GoIntoTopLevelType_description; public static String RubyOutlinePage_error_NoTopLevelType; + public static String GotoMatchingBracket_label; + public static String GotoMatchingBracket_error_bracketOutsideSelectedElement; + public static String GotoMatchingBracket_error_invalidSelection; + public static String GotoMatchingBracket_error_noMatchingBracket; private static ResourceBundle fgResourceBundle = ResourceBundle.getBundle(BUNDLE_NAME); |