| [news.eclipse.platform] Re: SingleLineRule() constructor |
Hi,You can make your own subclass and override org.eclipse.jface.text.rules.PatternRule.sequenceDetected(ICharacterScanner, char[], boolean)
I wanted to know if there is a mechanism where the start sequence and the end sequence in the SinlgeLineRule class constructor can be case insensitive.Or is there a method to accomplish this task.
Thanks Junaid