|
From: Christopher W. <caw...@us...> - 2005-12-02 16:18:33
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21995/src/org/rubypeople/rdt/internal/ui/preferences Modified Files: TextEditorPreferencePage2.java Log Message: Allow distinct syntax highlighting of symbols Index: TextEditorPreferencePage2.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/TextEditorPreferencePage2.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TextEditorPreferencePage2.java 2 Dec 2005 02:56:04 -0000 1.18 --- TextEditorPreferencePage2.java 2 Dec 2005 16:18:11 -0000 1.19 *************** *** 74,77 **** --- 74,78 ---- IRubyColorConstants.RUBY_FIXNUM, IRubyColorConstants.RUBY_CHARACTER, + IRubyColorConstants.RUBY_SYMBOL, IRubyColorConstants.RUBY_DEFAULT }; |