Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Quickly fully expanding a project's tree
« Last post by Miguel Gimenez on Today at 11:19:00 am »
Delayed profile spammer reported to moderator.
2
This is a nice feature.
3
Development / Re: Quickly fully expanding a project's tree
« Last post by evelynwang on Yesterday 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.
5
Development / Re: Assertion on closing codeblocks due to wxWidgets 3.3
« Last post by Miguel Gimenez on August 17, 2026, 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.
6
Help / Re: The tabs close when you save a file.
« Last post by Miguel Gimenez on August 17, 2026, 01:38:39 pm »
Workaround for broken range-for added in r13956, thanks Blauzahn.
7
Help / Re: libgcc_s_seh-1.dll
« Last post by gd_on on August 17, 2026, 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.
8
Help / Re: libgcc_s_seh-1.dll
« Last post by everSome on August 17, 2026, 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.
9
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?
10
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

Pages: [1] 2 3 4 5 6 ... 10