|
From: Christopher W. <caw...@us...> - 2006-05-05 21:45:09
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10971/src/org/rubypeople/rdt/ui Modified Files: PreferenceConstants.java Log Message: add ability to set background color on a token basis (ticket #122) Index: PreferenceConstants.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/PreferenceConstants.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** PreferenceConstants.java 5 May 2006 01:13:28 -0000 1.19 --- PreferenceConstants.java 5 May 2006 21:44:59 -0000 1.20 *************** *** 97,100 **** --- 97,107 ---- /** + * Preference key suffix for background text style preference keys. + * + * @since 2.1 + */ + public static final String EDITOR_BG_SUFFIX = "_background"; //$NON-NLS-1$ + + /** * Preference key suffix for bold text style preference keys. * |