Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Problem with color highligting
Problem with color highligting [message #185452] Fri, 12 November 2004 13:10
Eclipse UserFriend
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
Previous Topic:Running An App From A Specified Directory
Next Topic:How can I modify a file that is on the server without downloading the file?
Goto Forum:
  


Current Time: Mon Apr 28 02:58:14 EDT 2025

Powered by FUDForum. Page generated in 0.02810 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top