Problem with color highligting [message #185452] |
Fri, 12 November 2004 13:10 |
Eclipse User |
|
|
|
Originally posted by: the_edge_80.hotmail.com
Hello,
I have some problem with my color highlighting. I use MultiLineRule to
detect sequences when writing in my editor. I have for example a rule
MultiLineRule("<<",">>",comment);
and the problem is that the sequence becomes highlighted before I have
typed the last ">", it highligts when it detects the first character in
the end sequence, without "knowing" if I'm gonna type the second ">".
Is it supposed to work that way?
I mean, if I have
MultiLineRule("hello","world",comment);
it highlights everything when I type the "w"?
Though, if I finish with a whitespace or return it works correct in the
sense that the highlighting disappears if the whole endsequence was not
typed.
Can I fix this?
/Thanks for your time
/Erik
|
|
|
Powered by
FUDForum. Page generated in 0.02810 seconds