|
From: Christopher W. <caw...@us...> - 2006-03-30 02:57:33
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25867/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.java RubyUIMessages.properties Log Message: Index: RubyUIMessages.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RubyUIMessages.java 10 Feb 2006 20:14:19 -0000 1.3 --- RubyUIMessages.java 30 Mar 2006 02:57:27 -0000 1.4 *************** *** 14,18 **** public static String StatusBarUpdater_num_elements_selected; - public static String RubyElementLabels_default_package; public static String RubyElementLabels_anonym_type; public static String RubyElementLabels_anonym; --- 14,17 ---- Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RubyUIMessages.properties 10 Feb 2006 20:14:19 -0000 1.13 --- RubyUIMessages.properties 30 Mar 2006 02:57:27 -0000 1.14 *************** *** 126,129 **** --- 126,142 ---- ToggleMenuRubyFilesOnly.Tooltip=If this is enabled, only ruby resources are shown. If it is disabled, the common filter rules apply. + + ########### + ## viewsupport + ########### + RubyImageLabelprovider_assert_wrongImage=no image for this Ruby element type + + RubyElementLabels_anonym_type=new {0}() '{'...} + RubyElementLabels_anonym=new Anonymous + RubyElementLabels_initializer={...} + RubyElementLabels_concat_string=\ -\ + RubyElementLabels_comma_string=,\ + RubyElementLabels_declseparator_string=\ :\ + ######### # misc |