Let's say you have something like
define("SOMETHING", "");
Now when you start writing definition text and it doesn't fit any more to the screen you get "(" symbols with black background on line number.
And if you start filling something like
define("SOMETHING", );
with a value big enough to make it scroll you get "(" symbols on white background on line number.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Let's say you have something like
define("SOMETHING", "");
Now when you start writing definition text and it doesn't fit any more to the screen you get "(" symbols with black background on line number.
And if you start filling something like
define("SOMETHING", );
with a value big enough to make it scroll you get "(" symbols on white background on line number.
I was unable to duplicate this error, could you post line(s) in your code in which this quirck occurs?
I could duplicate it and unfortunately I can't do anything to fix it because it is a SynEdit bug. Sorry =(