I've got a lot of bugs with wxRichTextCtrl ...
Before upgrading to 2.8.9, I was running 2.8.5 (I think) and I had a bug : when deleting a selection containing a line break, the line break was always here. For example if I selected this text between the [ and ] and press the backspace button
The result was :text sample followed by a line b[reak
next content to de]lete
Instead of :text sample followed by a line b[
]lete
After upgrading to 2.8.9 the same process in resulting in :text sample followed by a line b[]lete
The line break is now deleted but there is one more char deleted ...text sample followed by a line b]lete
What the problem with this control ? It's very disapointing !
Any clue ? :/