Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Using Code::Blocks / Re: automatic header guard added despite one is already existing
« Last post by raynebc on February 27, 2025, 06:50:02 am »
I'm finding that as of the 11-11-24 nightly build of Code::Blocks, this plugin can still behave badly.  One of my old header files had the guard placed after some comment lines and when I opened the file and made an edit in C::B, the plugin added an additional header guard of its own.  It refused to stop doing this even when I moved my own header guard to the very top of the file.  I also find that it changes the file's line break encoding from CRLF to mixed style when it alters the file.  I'm going to just disable the plugin, but it seems to need some fixing.
92
Using Code::Blocks / Windows Project Wizard for wxWidgets
« Last post by Lanny on February 26, 2025, 11:08:03 pm »
I teach using Code::Blocks and I have two classes each semester for approximately 200 students total.

One class is C++ and they compile and then use wxWidgets as the Windows API.  The students use wxWidgets for each week's assignments.

wxWidgets is up to 3.2.6 for MinGW.  But the Code::Blocks project wizard stops at 3.1.x.

I have just updated the instructions by having them manually change the project build options to change from libwxmsw31u.a set by the wizard to libwxmst32u.a so the projects can build successfully.

Isn't it about time to upgrade the project wizard?

The linux version goes up version 3.3.x.

Really?
93
This was fixed six hours ago by r13622.
94
Code
--- a/src/plugins/contrib/clangd_client/src/codecompletion/parser/parser.cpp
+++ b/src/plugins/contrib/clangd_client/src/codecompletion/parser/parser.cpp
@@ -1567,7 +1567,7 @@ void Parser::ShowGlobalChangeAnnoyingMsg()
                        "on the project title in the Workspace tree and selecting\n"
                        "'Reparse current project'.");
 
-        AnnoyingDialog dlg(_("Global settings warning"), _(warningMsg), wxART_WARNING,
+        AnnoyingDialog dlg(_("Global settings warning"), warningMsg, wxART_WARNING,
                            AnnoyingDialog::OK);
         dlg.ShowModal();
     }//endif size

I had to apply this patch to build master from https://github.com/arnholm/codeblocks_sfmirror.git   13621

Tim S.
95
Yes! You can change the background color of "Management" and "Logs & Others" in Code::Blocks by modifying the theme settings.
96
Nightly builds / Re: The 22 February 2025 build (13620) is out.
« Last post by Elena on February 23, 2025, 01:17:24 pm »
Sorry I am commenting here since I can't find the original thread re: browse tracker anymore.
I am getting no more slowdowns caused by it, so I could enable it back. It seems definitely fixed. Thanks !

Same for the various hiccups reported while typing (just 80% sure, shall test more).

As for the fix to the list tree position, as I also reported in the relevant ticket there is still a problem when renaming the last file in the list.

Thanks for the update !
97
Using Code::Blocks / Re: Hiccups while typing (continuation)
« Last post by Elena on February 23, 2025, 01:13:05 pm »
So, since the latest NB finally came out I could test the fixes.
It *seems* there are no more hiccups, but I shall test it some longer. I will update this thread in case I still find some issue, in the meanwhile thanks for fixing !
98
Nightly builds / Re: The 22 February 2025 build (13620) is out.
« Last post by Xaviou on February 23, 2025, 01:01:58 am »
Hi.

32 bits version for Windows can also be can be downloaded from my website.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.04 versions can be installed from my ppa

Regards
Xav'
99
Nightly builds / The 22 February 2025 build (13620) is out.
« Last post by killerbot on February 22, 2025, 04:02:49 pm »
We switched to gcc 14.2.0 (on 09 December 2024) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx326_2D_gcc1420-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls14.2.0.7z


The 22 Februari 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250222_rev13620_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Add options -std=c23 and -std=gnu23 on GCC13 and newer
  • BrowseTracker - Rework OnEditorActivate to catch editors loaded via layout
  • BrowseTracker - Found/fixed another off-by-one indexing. Optimized array compressing
  • SDK: Do not call GetPage() with wxNOT_FOUND (ticket #1513
  • UI: Restore project manager tree position after deleting or renaming files (ticket #1514)
  • CodeCompletion - Fix clobbered CB global settings changes when closing loaded projects
  • Fix compilation with wxWidgets 3.3.0
  • Clangd_client Apply Christo patch 1515 cpu usage reduction, thanks Christo

Regressions/Confirmed/Annoying/Common bugs:


    100
    Nightly builds / Re: The 30 December 2024 build (13600) is out.
    « Last post by raynebc on February 20, 2025, 06:34:39 pm »
    It doesn't seem like it's made much traction as a potential feature.  Oh well.
    Pages: 1 ... 5 6 7 8 9 [10]