Hi,
I have to report that the Incremental Search Plugin (the text box input) is broken under Linux with a wxWidgets 3.2 release.
I have found another report about this problem that explains the issue in more detail here:
https://forums.codeblocks.org/index.php/topic,25466.new.html#newMy system is a Debian 12 bookworm and neither my self built Code::Blocks is working correctly nor the packages provided
by Xaviou for Debian 12 do (many thanks for that work @Xaviou providing the repository).
My latest build is:
Name : Code::Blocks
Version : svn-r13338
SDK Version : 2.24.0
Scintilla Version : 3.7.5
Author : The Code::Blocks Team
E-mail : info@codeblocks.org
Website : https://www.codeblocks.org
OS : Linux 6.1.0-11-rt-amd64 x86_64
Scaling factor : 1.000000
Detected scaling factor: 1.000000
Display PPI : 96x96
Display count : 1
Display 0 : XY=[0,0]; Size=[1920,1200]; Primary
wxWidgets Library (wxGTK port)
Version 3.2.2 (Unicode: wchar_t, debug level: 1),
Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.36.
I've also built and tested the SVN revisions 12998, 13181, 13320 (Xaviou's packages), 13335 and 13338.
Even the "official" package provided with Debian bookworm (SVN 13046) is affected.
The other user tested on Arch Linux with SVN revision 11997 and wx3.2.0 (see the linked post).
All these revisions have a broken text box input for the Incremental search plugin. This error is
even exposed if I start with a non-existent configuration directory (removed before each start)
using "--user-data-dir=$HOME/.config/codeblocks-svn" on the command line.
Building the same revisions on an older Linux Mint 19 Tara with wxWidgets 3.0.4 exposes no error.
This makes me believe that this is more a wxWidgets problem specific to Linux than a Code::Blocks problem.
How to proceed further to get this issue solved?
Best regards,
pirx67