Page 1 of 1

RTF in edit boxes

Posted: Thu Nov 08, 2012 9:26 pm
by pmjobin
Hi,

I recently stumbled upon a funny glitch with Codelite (I'm using 5770). Some of the edit controls keep the formatting of whatever is pasted into them. This can become annoying after a while because the "formatting" is kept until the window is closed. Beside, when the font is to high to fit inside the control, it becomes unreadable.
CodeLite on Acid.png
Regards,
PMJ

Re: RTF in edit boxes

Posted: Fri Nov 09, 2012 9:33 am
by eranif
Not a glitch, but this is how wxTextCtrl with wxTE_RICH flag is working
I will see if I can disable this, but if it means that I will need to remove the wxTE_RICH flag of the wxTextCtrl, then I will probably won't fix this
Since Ctrl-BACKSPACE for deleting words is only working with wxTE_RICH |(Under Windows at least)


Eran