Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Outis on July 07, 2007, 10:52:38 pm

Title: pasting problem with wxTextCtr - solved by C::B devs?
Post by: Outis on July 07, 2007, 10:52:38 pm
I've got the following issue: If I try to paste a really long text into a wxTextCtrl, after a certain number of characters the text is cut off. But I tried to paste into C::B and - a wonder - I got the comlete text.

Can someone explain this "wonder" to me, please?

PS:
Small bug in wxSmith: If I change the position (eg. of an Dialog) in the resources-window to a non-number, I get a wxMessageBox, which is always re-opend after closing.

OS: Windows XP
WX: 2.8.4
Title: Re: pasting problem with wxTextCtr - solved by C::B devs?
Post by: eranif on July 07, 2007, 11:51:10 pm
The reason is that C::B editor control is derived from wxScintilla and not from wxTextCtrl.

Eran