Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Using Code::Blocks / Re: Editor : Swap header/source
« Last post by LETARTARE on August 19, 2026, 02:39:26 pm »
Not having found, I wrote a fix to do so.
But when analyzing the code I found an anomaly !

The class managing the exchange is called 'EditorManager' ('editormanager.h' and 'editormanager.cpp')

Also I offer you a test:
I use the renowned version 'cb-13951' (cb51) and 'cb-13958' (cb58)
(or any other available versions)

1- open any version of 'CB' but empty,
2- load the 'cb51.cbp' project, open the file 'include/editormanager.h'
3- load the 'cb58.cbp' project, open the file 'include/editormanager.h'
4- activate the project 'cb51' :
    4-1 select 'cb51::editormanager.h'
    4.2 use in the editor's survey menu' => 'Swap header/source' and validate :
    => a file ''cb51::editormanager.cpp' appears on the right ; it's good

    4.3-  select 'cb58::editormanager.h'
    4.4- use in the editor's survey menu' => 'Swap header/source' and validate :
    => the file 'cb51::editormanager.cpp' is selected !!, it's not the good file

This shows that the verification of belonging to the same project was not carried out in the code

If you could confirm these results, I'll drop off a ticket with the fix.
52
Development / Re: Quickly fully expanding a project's tree
« Last post by Miguel Gimenez on August 19, 2026, 11:19:00 am »
Delayed profile spammer reported to moderator.
53
This is a nice feature.
54
Development / Re: Quickly fully expanding a project's tree
« Last post by evelynwang on August 18, 2026, 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.
56
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.
57
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.
58
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.
59
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.
60
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?
Pages: 1 2 3 4 5 [6] 7 8 9 10