Activity for Code::Blocks

  • Yurii Koss Yurii Koss posted a comment on ticket #1590

    I just tried to download that build but something went wrong. Firstly, when I tried to unzip any files in folder "Program Files" it just says "Access denied". Secondly, when I unziped files in another folder that build immediatly suggested me to install a few more plugins and compiler just didn't work. What should I do?

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260306_rev13810_win64.7z

  • Miguel Gimenez Miguel Gimenez modified ticket #1590

    Codeforces 25.03 layout bug with wxWidgets

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1590

    This was fixed in [r13739] last september, you can use a recent nightly.

  • Yurii Koss Yurii Koss created ticket #1590

    Codeforces 25.03 layout bug with wxWidgets

  • pecan pecan modified ticket #1589

    Multiple keyboard shortcuts not saved properly

  • ollydbg ollydbg committed [r13810] on SVN Repo

    - wxSmith: fix build error against wxWidgets 3.3.2 library

  • pecan pecan committed [r13809] on SVN Repo

    - clangd_client: cleanup using -Wextra, no functional changes

  • pecan pecan committed [r13808] on SVN Repo

    - codesnippets: correct copy .zip error in post build steps

  • Miguel Gimenez Miguel Gimenez committed [r13807] on SVN Repo

    - Set svn:executable property in update33 batch files.

  • Miguel Gimenez Miguel Gimenez committed [r13806] on SVN Repo

    - CodeSnippets: Restore svn:executable properties on Linux batch files.

  • pecan pecan committed [r13805] on SVN Repo

    removing the FortranProject folder creation from checkout

  • ollydbg ollydbg committed [r13804] on SVN Repo

    * cbp: add the unified CodeBlocks cbps for Windows OS. (thanks gd_on)

  • ollydbg ollydbg committed [r13803] on SVN Repo

    - remove the usage of $(CODEBLOCKS) in the *.cbp files, because the $(CODEBLOCKS) points to the host Code::Blocks path, not the built Code::Blocks path

  • Gmeeorh Gmeeorh created ticket #1589

    Multiple keyboard shortcuts not saved properly

  • Miguel Gimenez Miguel Gimenez committed [r13802] on SVN Repo

    - Squirrel: Fix compilation with wxWidgets 3.3.2 (thanks Xaviou/Claude).

  • pecan pecan committed [r13801] on SVN Repo

    - codesnippets: remove use of $(CODEBLOCKS) CB variable in .cbp for ollydbg

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260226_rev13800_win64.7z

  • pecan pecan committed [r13800] on SVN Repo

    - codesnippets: place comment in update32_64.bat

  • pecan pecan committed [r13799] on SVN Repo

    - codesnippets: commit missing update files

  • pecan pecan committed [r13798] on SVN Repo

    - codesnippets: Add right-click context popups and clean up code

  • pecan pecan modified ticket #1588

    Crash in wxRecursionGuard in clangd_client

  • pecan pecan posted a comment on ticket #1588

    Fixed svn 13797, thanks ollydbg

  • pecan pecan committed [r13797] on SVN Repo

    * clangd_client: Fix crash in wxRecursionGuard caused by wrong cross-thread protocol

  • pecan pecan modified a comment on ticket #1588

    Experimental patch

  • pecan pecan modified a comment on ticket #1588

  • pecan pecan modified ticket #1588

    Crash in wxRecursionGuard in clangd_client

  • pecan pecan posted a comment on ticket #1588

    Fix patch 1: Index: src/LSPclient/client.cpp --- src/LSPclient/client.cpp (revision 13794) +++ src/LSPclient/client.cpp (working copy) @@ -1,3 +1,4 @@ +#include <memory> #include <ctime> #include <iomanip> #include <sstream> @@ -938,8 +939,8 @@ void ProcessLanguageClient::OnClangd_stderr(wxThreadEvent& event) // ---------------------------------------------------------------------------- {</sstream></iomanip></ctime></memory> std::string* pErrStr = event.GetPayload<std::string*>();</std::string*>...

  • pecan pecan created ticket #1588

    Crash in wxRecursionGuard in clangd_client

  • Miguel Gimenez Miguel Gimenez committed [r13796] on SVN Repo

    - Compiler: Fix text shown in dialog.

  • Miguel Gimenez Miguel Gimenez committed [r13795] on SVN Repo

    * wxSmith: Allow twildcard translation in wxFilePickerCtrl.

  • Miguel Gimenez Miguel Gimenez modified ticket #1586

    Font size in debugger windows is excessively large and cannot be changed

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1586

    Fixed in [r13794]. Fixed also popup's size in HiDPI.

  • Miguel Gimenez Miguel Gimenez committed [r13794] on SVN Repo

    * Debugger: Really use configured font in watches' tooltips (ticket #1586, thanks pecan/Gemini).

  • pecan pecan posted a comment on ticket #1586

    Yesterday and today I've run the the following patch with three different debuggers (debugger_gdb, debugger_gdbmi, and debugger_DAP) and they all appear happy: m_grid = new wxPropertyGrid(this, idTooltipGrid, wxDefaultPosition, FromDIP(wxSize(200, 200)), wxPG_SPLITTER_AUTO_CENTER); wxString fontStr = cbDebuggerCommonConfig::GetValueTooltipFont(); //Geimini 2026/02/16 4 lines wxFont font; if (font.SetNativeFontInfo(fontStr)) m_grid->SetFont(font); So, Miguel, if you agree, please format and apply...

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1586

    IMHO using FromDIP(wxSize(200, 200)) in line 1336 is better for HiDPI.

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260217_rev13793_win64.7z

  • Miguel Gimenez Miguel Gimenez modified ticket #1586

    Font size in debugger windows is excessively large and cannot be changed

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1586

    I saw cbDebuggerCommonConfig::GetValueTooltipFont() was never called outside configuration, but did not find where the tooltips were created. I see now they are property grids in popups, strange... Good job.

  • ollydbg ollydbg modified ticket #1581

    Codeblock crashing when returning to main.cpp

  • ollydbg ollydbg modified ticket #1508

    Compiler plugin : renaming a compiler deletes all its personal configuration datas .

  • ollydbg ollydbg posted a comment on ticket #1508

    Committed r13793. Sorry for the delay. Thanks for your contribution. Happy Chinese New Year!

  • ollydbg ollydbg committed [r13793] on SVN Repo

    * apply patch #1508: Compiler plugin : renaming a compiler deletes all its personal configuration data . (Thanks homertp)

  • pecan pecan modified a comment on ticket #1586

    Gemini 3 is suggesting this change. I'll apply and test for awhile. Any comments about this would be appreciated. ✦ The function cbDebuggerCommonConfig::GetValueTooltipFont() works by retrieving the system's default GUI font, reducing its size by 3 points (with a minimum of 7 points), and returning this smaller font description string unless a custom font is saved in the configuration. The reason the tooltip font appears too big is that this function is not actually used in the ValueTooltip class...

  • pecan pecan posted a comment on ticket #1586

    Gemini 3 is suggesting this change. I'll apply and test for awhile. Any comments about this would be appreciated. ✦ The function cbDebuggerCommonConfig::GetValueTooltipFont() works by retrieving the system's default GUI font, reducing its size by 3 points (with a minimum of 7 points), and returning this smaller font description string unless a custom font is saved in the configuration. The reason the tooltip font appears too big is that this function is not actually used in the ValueTooltip class...

  • pecan pecan posted a comment on ticket #1586

    I'll see if Gemini 3 will tell me why the ValueToolTip font is too big.

  • Miguel Gimenez Miguel Gimenez committed [r13792] on SVN Repo

    - SDK: Fix misleading indentation.

  • Miguel Gimenez Miguel Gimenez committed [r13791] on SVN Repo

    * SDK: Check string length before accessing characters by index.

  • Miguel Gimenez Miguel Gimenez committed [r13790] on SVN Repo

    * SDK: Do not delete an unallocated object (g_null_log is an static member).

  • Miguel Gimenez Miguel Gimenez committed [r13789] on SVN Repo

    - SDK: Fix some warnings, pass wxString by const reference.

  • Miguel Gimenez Miguel Gimenez modified ticket #1587

    scriptedwizard : ensure header guard macro is a valid C identifier

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1587

    Applied in [r13788], thank you.

  • Miguel Gimenez Miguel Gimenez committed [r13788] on SVN Repo

    * Scripted wizard: ensure header guard macro is a valid C identifier (ticket #1587, thanks Christo).

  • Christo Christo created ticket #1587

    scriptedwizard : ensure header guard macro is a valid C identifier

  • RoyalX RoyalX posted a comment on ticket #1586

    Yes, I agree with you that it’s quite easy to create a pull request on GitHub — you just fork the repository, make your changes (patches), and then submit a pull request.

  • ollydbg ollydbg posted a comment on ticket #1586

    C::B is still using svn, and I suggest C::B to use git. And we can have pull request like in github. While, building C::B under C::B is simple, I'm not sure how you build C::B.

  • RoyalX RoyalX posted a comment on ticket #1586

    patches welcome On SourceForge everything feels so confusing and deliberately overcomplicated, unlike GitHub, that it completely discourages contributing to the source code. It seems that just understanding the structure of the C::B project and building it from source would require an enormous amount of time.

  • Miguel Gimenez Miguel Gimenez modified ticket #1586

    Font size in debugger windows is excessively large and cannot be changed

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1586

    Dialogs fixed in [r13787]. The tooltip part is pending (patches welcome).

  • Miguel Gimenez Miguel Gimenez committed [r13787] on SVN Repo

    * Debugger: Fix font sizes in HiDPI (ticket #1586).

  • Miguel Gimenez Miguel Gimenez modified ticket #1586

    Font size in debugger windows is excessively large and cannot be changed

  • ollydbg ollydbg committed [r13786] on SVN Repo

    * sdk: handle empty valued members in global compiler variable

  • RoyalX RoyalX modified a comment on ticket #1586

    Evaluate expression under cursor

  • RoyalX RoyalX modified a comment on ticket #1586

    Evaluate expression under cursor

  • RoyalX RoyalX posted a comment on ticket #1586

    Evaluate expression under cursor

  • RoyalX RoyalX created ticket #1586

    Font size in debugger windows is excessively large and cannot be changed

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260209_rev13785_win64.7z

  • Miguel Gimenez Miguel Gimenez committed [r13785] on SVN Repo

    * wxSmith: Fix overriding of GetValueString() with wxWidgets 3.3.1 and newer.

  • pecan pecan committed [r13784] on SVN Repo

    * clangd_client ClassBrowser Fix asserts caused by invalid wxTreeItemId(s)

  • pecan pecan committed [r13783] on SVN Repo

    * clangd_client Fix wrong function call in last commit

  • pecan pecan posted a comment on ticket #1585

    Thanks, My bad. Corrected in rev 13782

  • pecan pecan committed [r13782] on SVN Repo

    * clangd_client Move some of ticket 1585 to the correct position (thanks Christo)

  • Christo Christo posted a comment on ticket #1585

    Hi Pecan, in rev 13781, shouldn't then change made under textDocument/signatureHelp be done in under textDocument/hover instead?

  • pecan pecan modified ticket #1585

    clangd_client : intermittently hover popup persists after switching editor

  • pecan pecan posted a comment on ticket #1585

    Applied rev 13781. I now remember that I was peeved that the LSP hover response did not include the URI of the request like other responses. Thanks for the fix

  • pecan pecan committed [r13781] on SVN Repo

    * clangd_client: Apply ticket 1585 fixing stuck hover popup (thanks Christo)

  • pecan pecan modified ticket #1585

    clangd_client : intermittently hover popup persists after switching editor

  • pecan pecan modified ticket #1585

    clangd_client : intermittently hover popup persists after switching editor

  • pecan pecan modified ticket #1585

    clangd_client : intermittently hover popup persists after switching editor

  • Miguel Gimenez Miguel Gimenez committed [r13780] on SVN Repo

    - wxsmith: Refactor wxscolourproperty.cpp and fix some methods that did not override.

  • Code::Blocks Code::Blocks released /Binaries/Nightlies/2026/CB_20260204_rev13779_win64.7z

  • Christo Christo posted a comment on ticket #1585

    Issue happens when hover request is sent and immediately after that, editor is switched. When the response comes, active editor is different from the requested editor, but the hover popup is shown. The patch ignores any hover response after editor switch by making sure that owner editor of the request is still the active editor when response arrives.

  • Christo Christo created ticket #1585

    clangd_client : intermittently hover popup persists after switching editor

  • Miguel Gimenez Miguel Gimenez committed [r13779] on SVN Repo

    - Compiler: Fix two typos in translatable string.

  • Miguel Gimenez Miguel Gimenez modified ticket #1584

    Win-7 : Linker, Command line too long

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1584

    Applied in [r13778], thank you.

  • Miguel Gimenez Miguel Gimenez committed [r13778] on SVN Repo

    * Fix response file creation when local variables are used (ticket #1584, thanks LETARTARE).

  • Morten MacFly Morten MacFly modified ticket #1567

    DARK MODE PLS

  • Morten MacFly Morten MacFly posted a comment on ticket #1567

    Implemented in SVN, [r13777] . Closing therefore. Note: Only available for wx3.3.x a above.

  • Morten MacFly Morten MacFly committed [r13777] on SVN Repo

    * implemented dark/light-mode for C::B as provided by wxWidgets version v3.3.x and above (closes FR#1567)

  • LETARTARE LETARTARE created ticket #1584

    Win-7 : Linker, Command line too long

  • Miguel Gimenez Miguel Gimenez modified ticket #1561

    CodeBlocks does not start on Linux (wxSmith plugin broken)

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1561

    After [r13775] works on Tumbleweed, see this post.

  • Miguel Gimenez Miguel Gimenez committed [r13776] on SVN Repo

    - wxSmith: Use black icon if loading fails.

  • Miguel Gimenez Miguel Gimenez posted a comment on ticket #1561

    Commit [r13775] is the first step on finding a solution.

  • Miguel Gimenez Miguel Gimenez committed [r13775] on SVN Repo

    * wxSmith: Delay-load images so they are loaded after C::B is initialized.

  • RoyalX RoyalX posted a comment on ticket #1569

    If you need a portable version of Code::Blocks, you can download C::B nosetup.zip.

  • Miguel Gimenez Miguel Gimenez committed [r13774] on SVN Repo

    - Reduce threshold of response file triggering (thanks viwrap).

  • Morten MacFly Morten MacFly modified a comment on ticket #1567

    That is correct and it used to be my part of updating this control. However, the underlying scintilla did a huge change starting with a certain version (I don't recall at the moment) that I was unable to port to C::B. Maybe its worth another trial or, another option, accept that we loose some features of the (custom) control we use and switch to the "native" scintilla control that wxWidgets ships meanwhile (which wasn't the case for a long time another reason why there was/is a specific C:B control)....

  • Morten MacFly Morten MacFly posted a comment on ticket #1567

    That is correct and it used to be my part of updating this control. However, the underlying scintilla did a huge change starting with certain version that I was unable to port to C::B. Maybe its worth another trial or, another option, accept that we loose some features of the (custom) control we use and switch to the "native" scintilla control that wxWidgets ships meanwhile (which wasn't the case for a long time another reason why there was/is a specific C:B control). These are the options we ha...

1 >
MongoDB Logo MongoDB