|
From: Christopher W. <caw...@us...> - 2006-04-12 21:26:29
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25379/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.properties Log Message: a number of changes: - Re-arrange the preferences - add ability to edit ruby editor font - whole new syntax coloring page - new underline/strikethrough options for syntax coloring - fix bug delaying preference changes from applying on syntax coloring to open editors. - Add hyperlink between syntax coloring and general text editor prefs (which apply to coloring/fonts/appearance) - Remove some deprecated code Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** RubyUIMessages.properties 30 Mar 2006 02:57:27 -0000 1.14 --- RubyUIMessages.properties 12 Apr 2006 21:26:25 -0000 1.15 *************** *** 49,68 **** RubyEditorPropertyPage.highlighting.group=Highlighting RubyEditorPropertyPage.property=Property - RubyEditorPropertyPage.color=Color - RubyEditorPropertyPage.bold=Bold - RubyEditorPropertyPage.italic=Italics - RubyEditorPropertyPage.color_ruby_default=Others - RubyEditorPropertyPage.color_ruby_keyword=Keywords - RubyEditorPropertyPage.color_ruby_string=Strings - RubyEditorPropertyPage.color_ruby_multiline_comment=Multi-line comments - RubyEditorPropertyPage.color_ruby_singleline_comment=Single-line comments - RubyEditorPropertyPage.color_ruby_task=Task Tags - RubyEditorPropertyPage.color_ruby_regexp=Regular Expressions - RubyEditorPropertyPage.color_ruby_command=Shell Commands - RubyEditorPropertyPage.color_ruby_fixnum=Fixnums - RubyEditorPropertyPage.color_ruby_character=Character Values - RubyEditorPropertyPage.color_ruby_symbol=Symbols - RubyEditorPropertyPage.color_ruby_global=Global variables - RubyEditorPropertyPage.color_ruby_instance_variable=Instance and Class Variables RubyEditorPropertyPage.indentation=Characters per indentation level: RubyEditorPropertyPage.useTab=Use tab (if disabled, typed tabs are also converted to spaces) --- 49,52 ---- |