|
From: Christopher W. <caw...@us...> - 2006-05-17 02:43:40
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25483/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.java RubyUIMessages.properties Log Message: expose a new preference page for the Ruby "Lint" like warnings. This is a first cut at it, a lot of the warnings from the pref page aren't hooked up in the analyzer (so they have no effect) Index: RubyUIMessages.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RubyUIMessages.java 30 Mar 2006 02:57:27 -0000 1.4 --- RubyUIMessages.java 17 May 2006 02:43:37 -0000 1.5 *************** *** 23,26 **** --- 23,29 ---- public static String RubyImageLabelprovider_assert_wrongImage; + public static String CoreUtility_buildproject_taskname; + public static String CoreUtility_buildall_taskname; + public static String CoreUtility_job_title; private RubyUIMessages() { Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** RubyUIMessages.properties 12 Apr 2006 21:26:25 -0000 1.15 --- RubyUIMessages.properties 17 May 2006 02:43:37 -0000 1.16 *************** *** 147,148 **** --- 147,152 ---- ToggleComment.error.message=An error occurred while toggling comments. + + CoreUtility_job_title=Rebuilding + CoreUtility_buildall_taskname=Build all... + CoreUtility_buildproject_taskname=Build project ''{0}''... |