[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: SingleLineRule() constructor

Junaid wrote:
Hi,
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.
You can make your own subclass and override org.eclipse.jface.text.rules.PatternRule.sequenceDetected(ICharacterScanner, char[], boolean)

Dani
Thanks Junaid