[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: StyledText and TextPresentation
|
I would like to have the entire line highlighted (rather than just up to the
newlines) and have tokens 'inside' the highlighting. This is for marking
'generated code' using special comment indicators, for instance:
//*BEGIN* GENERATED CODE STARTS HERE -- begin full line background color
highlighting
public void initComponents()
{
...
}
//*END* END OF GENERATED CODE -- end full line background highlighting
Regards,
David