User forums > Using Code::Blocks
CodeCompletion window different in 20.03
zdena:
Silly me, the dlls are in lib\gcc_dll. So, I have both wxmsw313u_gcc_cb.dll and wxmsw314u_gcc_cb.dll now. And I am able to run the stctest.exe also for both version.
And what now with them?
oBFusCATed:
I've forgotten that the sample doesn't have the autocomp stuff. I'll prepare a patch later today, so you can use it.
oBFusCATed:
I'm wrong again. Place the cursor somewhere and type # this should open the autocomp for defines. If you want longer texts you can edit the samples/stc/edit.cpp the list is in the function Edit::OnCharAdded. If it works then the bug would be fixed the next time I sync the changes with wx. Unfortunately this requires dropping wx2.8 first because the code is not really compatible...
zdena:
It works, obfuscated. The width of the window with the defines seems to adapt according to the longest text.
sodev:
--- Quote from: zdena on April 17, 2020, 11:37:27 am ---So, I built the master branch of wxWidgets (but I had to manually download src/expat, src/jpeg, src/png, src/tiff and src/zlib - no idea why).
--- End quote ---
Because you didn't do a recursive clone and hence the submodules were missing.
I did a quick test myself with the sample, the font sizing is still different between both technologies, the popup list is even more narrow in directwrite mode but matches the longest entry perfect. In default mode the box is much wider than the longest entry. Screenshots taken at 100%, left default, right directwrite, latest Windows 10, wxWidgets e5d03323f99d09d6260cc537a444161e9f23a6fd compiled with MSVC 2019.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version