User forums > Nightly builds

The 23 December 2023 build (13415) is out.

(1/2) > >>

killerbot:
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.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_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 23 December 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231223_rev13415_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


* Clangd_client 1.2.102 23/12/22 Move hidden editor unique_ptr out of namespace and into ParseManager to try and eliminate exception on linux. Ticket #1440
Regressions/Confirmed/Annoying/Common bugs:


killerbot:
is anyone else experiencing this problem: Each time you re-open a workspace or project, CB keeps opening its 'once opened before' files. Even when last time you opened the project/workspace and you closed every open file before closing CB ....

Xaviou:
Hi.

OS X version of this rev can be downloaded from my website.
There is only a macOS-11.6 version.
Note that it is not a notarized version of the application.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 23.04 and 23.10 versions can be installed from my ppa


--- Quote from: killerbot on December 23, 2023, 08:08:13 am ---is anyone else experiencing this problem: Each time you re-open a workspace or project, CB keeps opening its 'once opened before' files. Even when last time you opened the project/workspace and you closed every open file before closing CB ....

--- End quote ---
What do you call 'once opened before' files ?
Any steps to try to reproduce ?

Regards
Xav'

ollydbg:

--- Quote from: Xaviou on December 23, 2023, 12:22:50 pm ---
What do you call 'once opened before' files ?


--- End quote ---

I guess is: "Once opened before files" means when you close a cbp file in C::B, there are many files(editors) opened. So, those files were stored in a file named "your_cbp_filename.layout" file.

One your open the cbp file again, the layout file will be loaded, and all the editors recorded in the layout file will be opened again.

killerbot:
yes indeed, that's the feature.

Say you have project with 4 files:
a.cpp
b.cpp
c.cpp
d.cpp

And the editors for a and b are open.

Close project or workspace or CB.

Open project/workspace again ==> editors for a and b are present.


But if you would now close b, and then to the same let's close things again and then re-open, then only 1 editor should be present, the one for a.cpp

I am suspecting the adjusted behavior of the secret "globbing" feature of CB is the cause, the refactoring that happened there, has broken many things and created many bugs.

Navigation

[0] Message Index

[#] Next page

Go to full version