Syntax highlight
Submitted by Tuesday, 23 October, 2007 - 06:52
on
How do I get to the class or method that control the Highlight. when you save as "example.java" the extension will know that it is a java program other extensions are Java,xml,php, perl.etc. example of what I am saying is below.
public SyntaxStyle getStyle()
{
if(!okClicked)
return null;
Color foreground = (fgColorCheckBox.isSelected()
? fgColor.getSelectedColor()
: null);
When I save a new file as "example.java" Those color on public, getsysle etc. should not appear again.
I have tried all the GlobalOptions, SyntaxHillit, and others I cannot find it. I am a babe learning.
public SyntaxStyle getStyle()
{
if(!okClicked)
return null;
Color foreground = (fgColorCheckBox.isSelected()
? fgColor.getSelectedColor()
: null);
When I save a new file as "example.java" Those color on public, getsysle etc. should not appear again.
I have tried all the GlobalOptions, SyntaxHillit, and others I cannot find it. I am a babe learning.