Dear support,
evaluating the syntaxeditor, I ran into following situation:
After loading a document, I set a different background color for all lines in the document.
Now I add a new line with the carret at the line start, by pressing the enter/return-button.
A new document line is inserted before, what was, our current line (with a default background color: white)
Our former current line is directly behind the inserted line (having still a different background color: let's say wheat).
Pressing ctrl+z to undo the insert of the new line, does revert the new line insertion, but leaving the BackColor-Property white for, what was, our new line !
Adding a new line on a position greater than Startoffset, the BackColor-Property is restored correctly...
Is this an error or do I have problems understanding the concept of this editor? Any proposals how to get this done?
Many thanks in advance.
B.R.