Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
General (but related to Code::Blocks) / Add support for Eclipse CDT projects in the project importer plugin
« Last post by MichaelAgarkov on May 19, 2024, 05:23:25 pm »
Hello, wonderful people. I recently tried the Eclipse IDE and noticed that it supports C/C++ development.
I wonder if C::B's project importer will add support for importing Eclipse C/C++ projects, since they are out there.
Thanks.
12
Development / Re: wxWidgets 3.2.5 is out
« Last post by killerbot on May 19, 2024, 12:45:21 pm »
I will try to update the nighlies to it; next to switching to gcc14.
13
The Msys2 devs dont want it since they are deprecating win32 but for those of us who still use 32 bit sometimes this fixes the build.

the problem as noticed by others is that windres on 32 bit mingw gets passed -mthreads via the WX_CXXFLAGS flag.
changed it to WX_CPPFLAGS as both return the same minus the -mthreads flag.

Hi, reckless, long time no see. Thanks.

I'm not using the 32 bit windows system, some of my PCs are still Win7 64bit, and it seems msys2 are dropping support for those systems.

BTW, can you have a look at this post:

Code::Blocks / Tickets / #1461 Fix building codeblocks on MinGW-w64 aarch64

I'm still hoping Code::Blocks could be built under the MinGW64 port. (as you patch, it supports building C::B on the MinGW32 port)
14
Plugins development / Re: Code completion using LSP and clangd
« Last post by ollydbg on May 18, 2024, 11:52:07 pm »
Quote
I really do not know how to solves this situation without changing the legacy CC interface (cbeditor) for current users.
Legacy CC is used way more than clangd_client.

Hi, pecan, thanks for the work.

I see it is hard to solve this issue. If I remember correctly, the legecy code completion plugin does not use any markers. So, the issue is that the sdk(cb editor) need to supply more options for the markers.
15
Development / Re: wxWidgets 3.2.5 is out
« Last post by ollydbg on May 18, 2024, 11:48:33 pm »
I haven't tried it.

But the msys2 package of the wx is already updated to 3.2.5 days ago.
16
here i am i guess
17
Development / wxWidgets 3.2.5 is out
« Last post by Miguel Gimenez on May 17, 2024, 07:26:58 pm »
wxWidgets 3.2.5 has been released. I am currently compiling it.

Among many oher changes, wxFloatProperty now uses the correct decimal separator with non-english locales and wxVariant supports VT_UI8.
18
Good! Simple but useful for me.
19
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on May 16, 2024, 08:27:55 pm »
Hi, thanks.
I just tried this latest revision.

There is still one issue, clangd error and breakpoint happens in the same line. Still they have the same size. One is circle, and the other is a square.

I can't reproduce a clangd warning easily.  :(

see below image shot:

Same with legacy CC . It's always been that way.
I'd have to change legacy CC use of cbEditor to do anything about that.
I'd prefer not changing legacy CC if I can avoid it.

For me, an obvious code  error (red square) should be corrected before debugging occurs. When the error is corrected, the debugger breakpoint circle appears.

Also you can always use the "Debugging windows" icon (top line main menu, left of info icon) to see your breakpoints listed.

I really do not know how to solves this situation without changing the legacy CC interface (cbeditor) for current users.
Legacy CC is used way more than clangd_client.

Suggestions accepted.
20
The Msys2 devs dont want it since they are deprecating win32 but for those of us who still use 32 bit sometimes this fixes the build.

the problem as noticed by others is that windres on 32 bit mingw gets passed -mthreads via the WX_CXXFLAGS flag.
changed it to WX_CPPFLAGS as both return the same minus the -mthreads flag.

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