Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: huzhongshan on June 05, 2024, 02:08:52 am

Title: Is there any plan to release a new version?
Post by: huzhongshan on June 05, 2024, 02:08:52 am
Is there any plan to release a new version officially?
Title: Re: Is there any plan to release a new version?
Post by: rechtsanwaltsteyer on July 19, 2024, 01:49:05 pm
Hi, why is nobody of the devs answering to this question?! Do they want to move us to another IDE??
Title: Re: Is there any plan to release a new version?
Post by: stahta01 on July 19, 2024, 07:21:53 pm
Hi, why is nobody of the devs answering to this question?! Do they want to move us to another IDE??

They want you to use the Nightly builds and give feedback and if you use Code Completion try the Clang Code Completion because that was the major holdup on a new release and it might still be the holdup.

Tim S.
Title: Re: Is there any plan to release a new version?
Post by: rechtsanwaltsteyer on July 22, 2024, 01:18:53 pm
Thank you Tim, but I use Kubuntu and the nightly builds are a bit of a problem. So I've since said goodbye to CB, even though I translated the entire IDe into German. Now I use KDevelop and Qt-Creator. What a pity about CB!
Title: Re: Is there any plan to release a new version?
Post by: Alatar on July 23, 2024, 07:21:08 am

They want you to use the Nightly builds and give feedback and if you use Code Completion try the Clang Code Completion because that was the major holdup on a new release and it might still be the holdup.

Tim S.

Is there a Nightly builds? Long time ago there was Ubuntu PPA with Nightly, but now I can't find any. Unfortunately, I can't use Gentoo or CLD on my work PC, where it so easy to build latest commit on every update - on Ubuntu it is much more painful, so I still stick with 20.03 =(.
Title: Re: Is there any plan to release a new version?
Post by: Miguel Gimenez on July 23, 2024, 11:12:38 am
You can find a PPA for various Ubuntu versions in this post (https://forums.codeblocks.org/index.php/topic,25825.msg175792.html#msg175792). This is the next-to-last nightly.
Title: Re: Is there any plan to release a new version?
Post by: Evan on July 27, 2024, 11:18:18 am
Hi, why is nobody of the devs answering to this question?! Do they want to move us to another IDE??

They want you to use the Nightly builds and give feedback and if you use Code Completion try the Clang Code Completion because that was the major holdup on a new release and it might still be the holdup.

Tim S.

Mostly a happy CodeBlocks user although there some quirks, I would love get rid of.

I had a briefly look on Nightly builds, but it's way over my head, so I'll really hope for newer version for Linux Mint.
Title: Re: Is there any plan to release a new version?
Post by: cdavalillo on August 12, 2024, 02:52:43 am
I'm waiting for this new version of Code::Blocks for a while now...I hope the developers team take in count that there is a group of faithful users that love this IDE.
Title: Re: Is there any plan to release a new version?
Post by: Pecan on August 12, 2024, 06:24:07 am
I'm waiting for this new version of Code::Blocks for a while now...I hope the developers team take in count that there is a group of faithful users that love this IDE.

The developers have already agreed to make another release soon.
Title: Re: Is there any plan to release a new version?
Post by: Evan on August 14, 2024, 02:34:31 pm
I'm waiting for this new version of Code::Blocks for a while now...I hope the developers team take in count that there is a group of faithful users that love this IDE.

The developers have already agreed to make another release soon.

I did not know and I'm very pleased.

I tried to find an alternative, but failed, because Code::Blocks is the IDE I like.



Title: Re: Is there any plan to release a new version?
Post by: blauzahn on August 14, 2024, 09:09:22 pm
@rechtsanwaltsteyer: 

Sorry for the late answer.

I always compile cb-trunk myself very frequently on Ubuntu, arch and, from time to time, on Pi-Os as well. The trick is, that I also use wxwidgets-trunk. At least in the past, the wxwidgets that came with Ubuntu was outdated. Building wx is even easier than cb. I install wx in /opt so that it can coexist with the one that comes with the distro and on which other installed packages may rely on. For cb and wx I use simple makefiles. The make targets for cb, wx (and other programs) are identical. Chained in the shell, a full rebuild is triggered with one single command (re-call) via Ctrl-r. Instead of a ppa I install both on Ubuntu as debian packages via checkinstall. Simpler to use than ppa.

I posted the relevant contents of the makefiles a long time ago in this forum. If you want, I could pm the relevant makefile parts to you.

With the recently added clangd-client I started to use code-completion again. The old one I had switched off for years.

Independent from that client, I also use clang-tidy directly from cb as an added "compiler". Like with usual compiler warnings, clicking onto one warning jumps to its code location.

btw: Thank you for the german translation.
Title: Re: Is there any plan to release a new version?
Post by: rechtsanwaltsteyer on August 15, 2024, 02:12:27 pm
Hello Blauzahn, my Email-adresse is info@rechtsanwaltsteyer.de I attach the latest german translation.
Regards