Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 08, 2020, 10:37:57 am

Title: The 08 March 2020 build (11979) is out.
Post by: killerbot on March 08, 2020, 10:37:57 am
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 08 March 2020 build (11979) is out.
Post by: Xaviou on March 08, 2020, 07:15:32 pm
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs) (needs at least OS X 10.15)

Debian Stretch and Buster (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Regards
Xav'
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on March 23, 2020, 06:40:36 pm
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).
Title: Re: The 08 March 2020 build (11979) is out.
Post by: New Pagodi on March 27, 2020, 04:02:55 am
I don't know if I should ask this here or in the development forum, but as I recently learned (https://trac.wxwidgets.org/ticket/18640), 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.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: BlueHazzard on March 27, 2020, 08:11:18 am
The best place would be the source forge bug tracker...
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on March 27, 2020, 09:58:14 am
This UI is most probably created with a xrc file.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: 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
Title: Re: The 08 March 2020 build (11979) is out.
Post by: MortenMacFly on March 30, 2020, 11:21:53 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.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: MortenMacFly on March 30, 2020, 11:22:48 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...
Title: Re: The 08 March 2020 build (11979) is out.
Post by: grem on March 30, 2020, 02:44:22 pm
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.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: grem on March 30, 2020, 04:13:46 pm
patch (https://sourceforge.net/p/codeblocks/code/11986/) wasn't included and during packaging the patching is required again :(
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on March 30, 2020, 06:57:17 pm
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)
Title: Re: The 08 March 2020 build (11979) is out.
Post by: MortenMacFly on April 01, 2020, 08:50:08 am
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!
Title: Re: The 08 March 2020 build (11979) is out.
Post by: ChosenName on April 01, 2020, 07:56:33 pm
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.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on April 01, 2020, 08:36:45 pm
OS? Monitor DPI?

This alt-backspace is new to me. :) Is this different from the ctrl-z behaviour?
Title: Re: The 08 March 2020 build (11979) is out.
Post by: ChosenName on April 01, 2020, 10:21:09 pm
OS? Monitor DPI?

This alt-backspace is new to me. :) Is this different from the ctrl-z behaviour?
Apologies for omissions.

Windows 10 Pro; Version 1909 (Build 18363.752);
Monitor 1: 3840x2160 at recommended 150%.
Monitor 2: 2560x1440 at recommended 100%.

(https://media.discordapp.net/attachments/662392537478332426/695005280324419720/unknown.png)

Now slightly embarrassed - did a clean install of Code::Blocks and both issues disappeared. It must have been something in the AppData folder (that has carried over cleanly without issue for quite some time - and lulled me into continuing bad practice) that changed. Apologies for the false reports.
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on April 01, 2020, 10:35:47 pm
This is strange. Have you deleted any files in your AppData folder? If you have, do you have them archived?
Title: Re: The 08 March 2020 build (11979) is out.
Post by: ChosenName on April 01, 2020, 10:41:45 pm
This is strange. Have you deleted any files in your AppData folder? If you have, do you have them archived?

I removed the AppData completely and it was recreated on first run.

I do indeed have the old version: https://cdn.discordapp.com/attachments/662392537478332426/695009943039901747/AppData.7z
Title: Re: The 08 March 2020 build (11979) is out.
Post by: oBFusCATed on April 02, 2020, 07:27:07 pm
Can you share the working version? Does the problem return if you restore the broken one?
Title: Re: The 08 March 2020 build (11979) is out.
Post by: ChosenName on April 06, 2020, 08:38:22 am
Good morning,

Here's the working version: https://cdn.discordapp.com/attachments/662392537478332426/696608519406878780/AppData-Working.7z

The auto-complete behaviour returns after reinstating the broken one. Not sure about the "more than one undo at a time" issue - I'll check further and revert.