RTF in edit boxes

Discussion about CodeLite development process and patches
pmjobin
CodeLite Enthusiast
Posts: 15
Joined: Thu Mar 25, 2010 7:28 pm
Genuine User: Yes
IDE Question: C++
Contact:

RTF in edit boxes

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: RTF in edit boxes

Post 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
Make sure you have read the HOW TO POST thread
Post Reply