Recent Posts

Pages: 1 ... 4 5 6 7 8 [9] 10
81
Using Code::Blocks / Re: code blocks and keyboard shortcuts
« Last post by Krice on April 08, 2025, 11:34:31 am »
I think shift+ctrl is kind of odd keyboard combination, because usually you have a modifier key (shift, ctrl, alt etc.) plus a non-modifier key. Like Ctrl+C or whatever. Having only modifier keys as combination could confuse some programs?
82
Help / Re: Codeblocks can't build and run on my macOs.
« Last post by Vister on April 08, 2025, 10:01:36 am »
Looks like CodeBlocks is trying to run your program with the wrong command format. Try checking your project settings and make sure the output path is correct. Also, ensure the `cb_console_runner` file exists in that location.                                                                     block blast adventure
83
Help / Re: Don't run on failed build ?
« Last post by Losenaloo on April 08, 2025, 09:54:45 am »
I have had the same issue like this. Thanks for the topic                                                                                                                       fall guys online
84
Nightly builds / Re: The 06 April 2025 build (13650) is out.
« Last post by wtfisgoingoff on April 07, 2025, 04:15:41 pm »
Tried to build r13650 in Ubuntu 24 (wx-3.2.7) with
./bootstrap
 ./configure --with-contrib-plugins=all
sudo make

Failed to build  due to  some issues with displayevents plugin.
But I built r13634 successfully (wx-3.2.7)  with exactly the same commands ( ./bootstrap   ./configure --with-contrib-plugins=all   sudo make)

However in Windows, r13650 self-hosting build went well. I found out that CodeBlocks_wx32_64.workspace doesn't include project displayevents
I noticed that
Resolved Fixed:DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend.
Maybe  there are still some problems with this plugin's makescript ?
85
Help / Re: Error with 'wxSmith - MIME plugin'
« Last post by LETARTARE on April 07, 2025, 01:52:29 pm »
Thanks, but I can't solve this information.

There are two other files that are not being edited in 'wxSmith':
Code
'src|resources|debugger_menu.xrc' 
'src|resources|debugger_toolbar.xrc'
On the other hand, it is always possible to use the internal editor, but it's much less pleasant !

86
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by Krice on April 07, 2025, 11:19:13 am »
The previous version in Windows didn't have keybinds plugin so it was good reason to update, I could finally reassign F5 to build and run, and F9 to set breakpoint, as they are in Visual Studio. And Ctrl+F7 to compile current file. Another reason is that new version's gcc is 14. Changelog shows quite a lot of fixes, but I guess many of those are "invisible" to some users.

Startup in Windows 10 is much slower than it was before. In Linux exiting Code::Blocks was slow, but it became faster when I changed codecompletion to clangd-client. Funny that it's reversed: Windows has slow startup but fast exit and Linux (with codecompletion) has fast startup and slow exit. I don't know why it's slow in both cases, must be some serious stuff happening.
87
Help / Re: Error with 'wxSmith - MIME plugin'
« Last post by stahta01 on April 07, 2025, 10:53:30 am »
Wild guess it has something to do with this line and other like it.

Code
<bitmap stock_id="core/find"/>

Tim S.
88
Help / Re: Error with 'wxSmith - MIME plugin'
« Last post by stahta01 on April 07, 2025, 10:48:12 am »
Was able to duplicate the problem with "main_menu.xrc" and "main_toolbar.xrc".

Tim S.
89
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by dthu on April 07, 2025, 03:28:03 am »
Ctrl+c and Ctrl+v work for me.
90
Nightly builds / The 06 April 2025 build (13650) is out.
« Last post by killerbot on April 06, 2025, 07:47:44 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 06 April 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250406_rev13650_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • CB prep.h and clangd_client: Apply patch 1511 The header <ciso646> is deprecated in C++17 and removed in C++20 and header <version> should be used instead. Thanks Horak
  • SDK: Remove assertions when opening projects with wxWidgets 3.3.0 (thanks gd_on).
  • DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend
  • Remove assertion when deleting a directory containing removed files (ticket #1525, thanks LETARTARE)

Regressions/Confirmed/Annoying/Common bugs:


    Pages: 1 ... 4 5 6 7 8 [9] 10