Bug revisited: syntax highlighting colour marking still active when syntax changes

Claus Pedersen

Member³
Any ETA for a fix of the following (previously reported) bug?

When syntax highlighting has marked a keyword or variable, the colour marking stays on the screen even when the syntax is changed. Example:
Code:
BEGIN
  IF x=y THEN
    DoSomething;
  ELSE
    DoSomethingElse;
  END IF;
END;
When the cursor is on the last 'E' in ELSE and the user writes 'IF (to make an ELSIF construction) and presses to make a new line and writes some more code, the green colour marking does not go away. It now even expands over several lines.
 
Back
Top