I solved the problem by deleting the find history out of my conf file.Interesting... What do I need to do to reproduce? I think a proper fix would be as simple as settings up a max size for the related search/replace fields.
Just create a very long search string (copy and paste "works fine"), search for it, close the dialog and reopen it.I solved the problem by deleting the find history out of my conf file.Interesting... What do I need to do to reproduce? I think a proper fix would be as simple as settings up a max size for the related search/replace fields.
Just create a very long search string (copy and paste "works fine"), search for it, close the dialog and reopen it.Mmmmh... I think there is simply missing a:
GetSizer()->SetSizeHints(this);
I'm currently working on wx2.9 port of the contrib-plugins.Just create a very long search string (copy and paste "works fine"), search for it, close the dialog and reopen it.Mmmmh... I think there is simply missing a:CodeBefore the Connect() statement in finddlg.cpp. I cannot compile C::B for the moment, but anybody willing to try or on the way to compile C::B anyways step forwards...GetSizer()->SetSizeHints(this);
This is caused by: at some point in the past, find was issued with a huge long text line that is now stuck in the history of find.
I solved the problem by deleting the find history out of my conf file.