Still broken in nightly 12969 (08 October 2022)
I'm using CB nightly 12864 (August 2022) and suffer the same issue. Minimal steps: 1. Open CB 2. Open a file ( I use a wx header) 3. Use the mouse-wheel to scroll down the editor several pages. The editor freezes for a few seconds. CB quits without a log. Using the scroll bar works, only the wheel is buggy.
I'm using CB nightly 12834 (August 2022) and suffer the same issue. Minimal steps: 1. Open CB 2. Open a file ( I use a wx header) 3. Use the mouse-wheel to scroll down the editor several pages. The editor freezes for a few seconds. CB quits without a log. Using the scroll bar works, only the wheel is buggy.
I've tested 11511, 11552, 11579, 11623 and 11628. The excess of flicker began with 11623.
rev. 11623 (7 April 2019) is the culprit.
Not that new, if I remember well (you know, you get used to something and notice nothing ;) . What is new is the amount of flicker, too much.
With CB rev. 11628 the bug is gone. THX. However, I see some flicker after closing the settings dialog. The toolbars layout is what flickers.
The issue comes from having two compilers for the same project. In my case both 32/64 versions of TDM-GCC, installed in different folders. Fresh C::B detects the 64 bits version. Steps: 1) (optional) Remove %users%\YOURUSER\AppData\Roaming\Codeblocks folder, just to simulate a fresh nighty install 2) Open C::B 11552 3) Press OK on compiler detection, no need to select one. 4) Same for "file associations". 5) Create a "Empty project" in any folder, accept rest of options. 6) Add any .cpp with main()....
Assert at syntax highlighting
wxCode components page states that wxFormatValidator needs wx2.9. The fvalgred changes were a regression. The sizers issue comes from wx3.0. Now fixed and updated (FormatValidator_22).
Now fixed and updated (FormatValidator_22).
Yes, those lines in fvalgred need changes for wx3.1. And also some sizers flags in the example. I'll fix them soon.
Thank you very much for finding this bug. I prefer not to add another function. In this case this is easy as wxFormatStringAsNumber::StringToParts() sets a '0' for sP.sDigits when it's really zero. I've fixed the bug. Please download FormatValidator_21.zip from wxCode
I've reduced the offending project to the minimal, and changed some names. It's attached....
I have not installed MinGW. Only TDM-GCC 32/64 versions on different folders. Screenshots...
If I change the target to release64 (my name for using TDM-GCC 64) then it works.Back...
16.01 does not work neihter. When I hit "Compile current file", not "Build" (remember:...
The message is "Execution of 'mingw32-g++.exe -Wall ..... failed" It happens only...
Compile file failed. Build success.
GDB showing return value