News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 08 March 2020 build (11979) is out.

Started by killerbot, March 08, 2020, 10:37:57 AM

Previous topic - Next topic

killerbot

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/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 08 March 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200308_rev11979_win64.7z
  - Linux :
   none

The current SDK version is : 1.47.0

Resolved Fixed:


  • SDK: Rework for the $if conditional evaluation in the MacrosManager. This will allow the user to use macros in all places of the condition. (Ticket #520)
  • SDK: Add test scripts for SDK testing. Add Tests for $if evaluation

Regressions/Confirmed/Annoying/Common bugs:




Xaviou

Hi

OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.15)

Debian Stretch and Buster (32 and 64 bits) can be installed from my repo.

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

oBFusCATed

Night builds for ubuntu could be found here: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly (the build is slightly newer, but shouldn't be too different).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

New Pagodi

I don't know if I should ask this here or in the development forum, but as I recently learned, due to changes with the wxWidgets build system, the Code::Blocks  wizard will no longer work for projects targeting x64 cpus.

The problem is that the build system used to place the libraries in a folder named something like "vc_dll" or "gcc_lib", but now a modifier will be added for x64 systems such as "vc_x64_dll" or "vc_x64_lib". 

Would it be possible to modify the screen below in the wizard to add either an new checkbox for x64 systems or a new textbox like the "Configuration" one where a user could input "x64".  The checkbox would be simpler but the textbox would be more flexible.  I'd be happy to help modfify the project script to use the input from the new control, but I don't know how to add new items to the screens in the wizard.

Also since the changes to the build folders are due to making wxWidgets projects dpi aware, it might also be a good idea a checkbox for an option like "Make project dpi aware".  This should just require adding "/MANIFESTINPUT:amd64_dpi_aware_pmv2.manifest" and "/MANIFEST:EMBED" to the linker settings (at least for visual c++, I'm not sure about gcc) when that option is checked.  But that will only work with wxWidgets 3.14 or later and will produce an error with earlier versions since that file doesn't exist before 3.14.  So it might be a problematic addition.

BlueHazzard

The best place would be the source forge bug tracker...

oBFusCATed

This UI is most probably created with a xrc file.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

grem

Please fix changelog for 20.03 release - currently it refers to 17.12 release: http://www.codeblocks.org/downloads/binaries/changelog

MortenMacFly

Quote from: grem on March 30, 2020, 10:03:18 AM
Please fix changelog for 20.03 release - currently it refers to 17.12 release: http://www.codeblocks.org/downloads/binaries/changelog
Done. Thank you! I missed that one.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: oBFusCATed on March 27, 2020, 09:58:14 AM
This UI is most probably created with a xrc file.
Yes, and the wizards can be edited easily as they are script based. So it shouldn't be too difficult I guess...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

grem

Quote from: MortenMacFly on March 30, 2020, 11:21:53 AM
Done. Thank you! I missed that one.
Thanks.

http://www.codeblocks.org/downloads/source
The  all links seems also are required to be fixed: for xz and bz2 "-" should be instead of "_", and "rpms.tar" instead of "src.rpm" :( The last currently aren't available on SF.

grem

patch wasn't included and during packaging the patching is required again :(

oBFusCATed

Happened too late. Next release would have it. Make sure to include the follower patch, because the original patch was broken. (at least for rpm/deb based distros)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: grem on March 30, 2020, 02:44:22 PM
http://www.codeblocks.org/downloads/source
The  all links seems also are required to be fixed: for xz and bz2 "-" should be instead of "_", and "rpms.tar" instead of "src.rpm" :( The last currently aren't available on SF.
Fixed the homepage. thank you for reporting!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ChosenName

I'm experiencing two issues with Build 11979:
1) Alt-Backspace undoes more than one action at a time;
2) The text in the autocomplete popup window is very large compared to the editor text size.

Loving the IDE - been using nightlies for years now.

oBFusCATed

OS? Monitor DPI?

This alt-backspace is new to me. :) Is this different from the ctrl-z behaviour?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]