|
From: Christopher W. <caw...@us...> - 2006-01-27 16:28:07
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28338/src/org/rubypeople/rdt/internal/ui/preferences Modified Files: TextEditorPreferencePage2.java Log Message: Add support for coloring global variables and instance/class variables uniquely Index: TextEditorPreferencePage2.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/TextEditorPreferencePage2.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TextEditorPreferencePage2.java 20 Dec 2005 18:49:40 -0000 1.21 --- TextEditorPreferencePage2.java 27 Jan 2006 16:27:55 -0000 1.22 *************** *** 69,72 **** --- 69,74 ---- IRubyColorConstants.RUBY_CHARACTER, IRubyColorConstants.RUBY_SYMBOL, + IRubyColorConstants.RUBY_INSTANCE_VARIABLE, + IRubyColorConstants.RUBY_GLOBAL, IRubyColorConstants.RUBY_DEFAULT }; |