are back in the latest version...
Code?
Not needed - just use Search In Files for something and look at the results.
I need to try a new editor again - at the moment, it appears to happen only in XP.
works fine for me...
can you post a screenshot?
http://i475.photobucket.com/albums/rr115/MrTAToad/test.jpg
hmm... interesting...
GERNOOOOOOOOOOOOOOOOT :D
It only seems to be with XP machines, even with the modified editor that Gernot supplied me with.
I can't reproduce it. Can anyone else?
I get a square at the end of each line, like those you get when there is a character that is missing in the font so I guess our fonts is involved. I'm using Lucida Console but I get it with Fixedsys and Courier also
I'm using XP and I don't get the black squares.
The back rectangles are back in 6.134
Not here (laptop this time). Dunno.
Was never gone for me
6.127: black dots like described
6.134: same result
can someone, please copy/paste this in a file and attach it here? I wonder what character that is.
Also please post what OS you have (and what language)
It's just a 0x0A
Windows XP, sp3, English
Its fine in Vista, but in XP Home with SP3 The Black Dots are present...
CString txt(Text);
txt.Replace("\r", "");
txt.Replace("\n", "\r\n");
That's the text I append to the edit control. Am I stupid?
I don't think you need line feed in textcontrols in windows?
I must admit I cant remember whether you do or not, but I used to have the same problem when I had to code (with) edit boxes...
I think the escape code order may need to be reversed (or perhaps just keep \n)
I've experimented a bit, and yes, the escape sequences show up to be the problem. AFAIK (and my test seem to prove that) you only need \n in Win boxes.