Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Quickly fully expanding a project's tree
« Last post by evelynwang on Today at 05:07:31 am »
I like to view the entire tree of a project, and I find it annoying that I have to manually expand all of the subdirectories. I checked the menus, checked keyboard shortcuts, and there seems to be no way to do this quickly. It's one of my few C::B pain points. I've already got a basic patch in the works for this that adds an "Expand all" option to project and folder (including virtual) right-click menus in projectmanagerui.cpp. Is there any interest in this?
I'm also curious about this. Would an "Expand all" option work recursively for both physical folders and virtual folders, or would there be any performance concerns with large projects? A quick way to collapse everything again would be useful too.
3
Development / Re: Assertion on closing codeblocks due to wxWidgets 3.3
« Last post by Miguel Gimenez on Yesterday at 02:28:37 pm »
There is a similar issue, see wxTreeCtrl::GetFirstVisibleItem() returns invisible item on MSW if the tree is hidden. I added an item visibility check to avoid an assertion when the project tree was hidden on project loading.
4
Help / Re: The tabs close when you save a file.
« Last post by Miguel Gimenez on Yesterday at 01:38:39 pm »
Workaround for broken range-for added in r13956, thanks Blauzahn.
5
Help / Re: libgcc_s_seh-1.dll
« Last post by gd_on on Yesterday at 01:20:28 pm »
You can also add the path to this libgcc_s_seh-1.dll, and many other dll in the bin sub folder of your compiler, to your PATH variable, the system one if you are admin or simply the user one.
6
Help / Re: libgcc_s_seh-1.dll
« Last post by everSome on Yesterday at 02:43:20 am »
I addition to libgcc_s_seh-1.dll, many(all?) g++ compiled programs also bind to libstdc++-6.dll.
You can also just copy them from wherever g++ is located into your D:\C_Plus\test\bin\Debug directory.
7
Help / libgcc_s_seh-1.dll
« Last post by DanShelley on August 16, 2026, 08:24:42 pm »
I installed codeblocks 25.03 on my windows 10 64bit machine.
I made a test project and it runs find to show   hello world.
When I use explore  D:\C_Plus\test\bin\Debug\test.exe and double click
I get this error message cannot find  libgcc_s_seh-1.dll

I think path must not be correct.
Any ideas?
8
Development / Assertion on closing codeblocks due to wxWidgets 3.3
« Last post by christo on August 16, 2026, 07:34:05 am »
There is a regression in wxWidgets causing assertion window on closing codeblocks if the project tree is expanded and is big.

Code
../src/generic/treectlg.cpp(1539): assert "IsVisible(item)" failed in GetNextVisible(): this item itself should be visible

I've reported it to wxWidgets project and fix is identified. https://github.com/wxWidgets/wxWidgets/issues/26839

9
Using Code::Blocks / Editor : Swap header/source
« Last post by LETARTARE on August 15, 2026, 03:00:59 pm »
Leap-15.6

Currently, on a file editor: if you ask to switch to the header/source the requested file opens in an editor all to the right of the open files.
If many files are opened, the layout is incorrectly appropriate.
Is there an option to open it next to the applicant ?
10
Development / Re: wxWidgets version mismatch in About dialog on Linux
« Last post by PB on August 14, 2026, 11:54:23 pm »
I see, thanks for the explanation. So basically the same as the compile- and run-time version of GTK reported there.
Pages: [1] 2 3 4 5 6 ... 10