#ifdef __WXMAC__
// on macOS only set focus if we really lost it, to avoid native select all,
// or it will reset the text selection
if (!m_pTextCtrl->HasFocus())
m_pTextCtrl->SetFocus();
#else
m_pTextCtrl->SetFocus();
#endif
// only set focus if we really lost it, to avoid native select all
// or it will reset the text selection
if (!m_pTextCtrl->HasFocus())
m_pTextCtrl->SetFocus();
If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)
If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)
I would like to try to compile it from source, but I am a bit lost in your sourceforge page (and not familiar with SVN). Where could I get up to date source archive ready for compile ?
If you are not familiar with SVN, you can try git.
There are some git mirrors, see here:
https://github.com/arnholm/codeblocks_sfmirror