cleaning up the mess with the text highlighting, etc

This commit is contained in:
benfry
2004-01-08 08:07:12 +00:00
parent 7c927c0438
commit 47cb002c70
5 changed files with 15 additions and 6 deletions

View File

@@ -625,7 +625,7 @@ public class PdePreferences extends JComponent {
s = st.nextToken();
boolean bold = (s.indexOf("bold") != -1);
boolean italic = (s.indexOf("italic") != -1);
//System.out.println(str + " " + bold + " " + italic);
//System.out.println(what + " = " + str + " " + bold + " " + italic);
return new SyntaxStyle(color, italic, bold);
}