* BrowseTracker Move CreateJumpTrackerView() request for DragScroll service to OnStartupDone();
It works again
Leap-15.6, gcc-13.3 r13670-wx328, 'compiler depslib' compiles without warning
Thanks for 'r13670' : 'hash.c' is good for 'Win-7::gcc-14.2-seh'
Link bug for Windows binaries zip files
- CompilerGCC: Remove warning from printf() (appendix of #1535).
Thanks, With Win-7 : 'cache.c' is good Line 270 is in 'hash.c'
Linux Depslib::cache.c Erreur format::time_t
Fixed in [r13669].
- CompilerGCC: Remove warnings from scanf() and printf() (ticket #1535).
This should be compatible with everything
It's strange, there are neither "%d" nor "long long unsigned int" in the patch, and line numbers 147, 178 and 270 do not match (the file has 216 lines).
Done that. Its not easy to recover so it takes some time...
Is it possible to add this information in the News on C::B main site.
We are aware of the forum issue and working on it.
For 'Leap-15.6' it's ok. But here's the result under 'Win-7-64bits, gcc-14.2-seh' in the attached file (warning and corrected cache.c) These warnings should not appear. **** The forum is no longer accessible to me. What about you?
My patch compiles OK (no warnings) on MSW and Mint 18, can you check on Leap? It includes some whitespace corrections, you can ignore them.
our Codeblocks forum is broken
This is my proposal for the issue, is compatible with MSW in 32 and 64 bits and with those environments honouring %lld
The problem with time_t is that the underlying type is not defined in the standard, some systems use long long int and others long int. Probably the best solution is just using an intermediate long long int variable in the sscanf and later assign it to timeval (and similar changes in fprintf).
( also L175)
Linux Depslib::cache.c Erreur format::time_t
* Clangd_client Use std::timed_mutex instead of wxMutex to avoid Manjaro bug that returns wxMUTEX_MISC_ERROR on all wxMutex.LockTimeout() calls.
Running compiled program fails because of wrong PATH
- Clangd_client: Fix compilation with wxWidgets < 3.1.1.
Thank you
Plugin 'FileManager'
Applied in [r13666], thank you.
- FileManager: Rename method clashing with a base class method (ticket #1533, thanks LETARTARE).
Plugin 'FileManager'
I hesitated to report it for 'EVT_TEXT', but the code of 'ThreadSearch::OnCboSearchExprEnter(...)' is only executed for 'wxEVT_COMMAND_TEXT_ENTER)'. But it's safe to leave it Thanks.
ThreadSearc : documention + others
Applied in [r13665], thank you. I have restored EVT_TEXT, it is used for searching while typing.
- ThreadSearch: Fix doxygen information and allow translation of some strings (ticket #1532, thanks LETARTARE).
* Clangd_client - Avoid assert when FindSortedMenuItemPosition() returns position greater than menu item count. Thanks christo
This time it's right. Thanks you. Suggestion: in the ‘Help’ popup menu, add a separation before the help file items listed in '...|docs|index.ini'
error 'Cb-13562' => 'Cb-13662'
ThreadSearc : documention + others
Plugin 'Help plugin'
I did another e-bundling on SF.net. Those should (hopefully) be working fine now.
- Clangd_Client Apply Christo clangd source formatting patch. Thanks Christo
Update for apt repo
- Clangd-client: Make message more translation-friendly.
Translation 'ThreadSearch'
Applied in [r13661], thank you.
- ThreadSearch: Make string translatable (ticket #1530, thanks LETARTARE).
- Clangd_client Disallow use of $(CODEBLOCKS)\MinGW\clangd.exe when using mingw compiler. It has clang compiler resources only.
Translation 'ThreadSearch'
Toolbar moves to new line after restart even though there's enough space for it
Fixed in [r13659], check next nightly.
* Fix toolbar fitting/optimization (ticket #1528).
There is a built-in minimum size for the right margin, it was reduced before 20.03 but still exists.
Small font size in the Disassembly window
Fixed in [r13658].
* Fix font sizes in HiDPI (ticket #1529).
Small font size in the Disassembly window
Small font size in the Disassembly window
Small font size in the Disassembly window
Toolbar moves to new line after restart even though there's enough space for it
Problem when compiling on Windows C::B svn 13656 with gcc 15.1
Applied in [r13657], thank you.
- Build: Fix compilation with MSYS2 GCC 15.1 (ticket #1527, thanks Gerard DURAND).
Problem when compiling on Windows C::B svn 13656 with gcc 15.1
- CodeCompletion: Fix no-PCH compilation with wxWidgets 3.3 (thanks stahta01).
- codecompletion Issue Global settings annoying dialog only when CodeCompletion selected; Fix inconsistent line endings.
- Clangd_client Avoid issuing annoying message for non clangd_client global settings
* DisplayEvents: Fix compilation with Autotools on Ubuntu.
Errors in help configuration index.ini
- wSmith: Simplify generated code for wxSpinCtrl.
- wxSmith: Remove unused variable and simplify generated code for wxSpinCtrlDouble.
Assertion when deleting a directory containing DISAPPEARED files
Applied in [r13650], thank you. I had to replace tabs with spaces and UTF-8 quotes with single quotes.
* Remove assertion when deleting a directory containing removed files (ticket #1525, thanks LETARTARE).
make sfml.cbp template a valid XML file
Applied in [r13649], thank you.
- SFML template: Remove comments with invalid characters (ticket #1523, thanks Dan Horak).
DisplayEvent core plugin isn't built for CodeBlocks 25.03
Fixed in [r13648], thank you.
* DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend).
Assertion when deleting a directory containing DISAPPEARED files
DisplayEvent core plugin isn't built for CodeBlocks 25.03