User forums > Nightly builds
The 18 January 2020 build (11954) is out.
oBFusCATed:
Yes, pass --prefix to the configure script. I use --prefix=/home/myuser/software/cb.
Another option is to build packages using the standard debian command for this. We have all the files needed, so building packages is a single command and it should be reliable.
AndyJ:
A tiny gripe...
Unmentioned in the changes for this nightly is the inclusion of a new? plugin called 'Header guard'. Unfortunately it appears to be enabled by default and makes unexpected and unwanted changes to my header files. I eventually tracked down the cause but it would be useful in future to highlight such additions and not enable them by default. I've got 3 machines that I use, each of which have 3+ CodeBlocks profiles, so thats 9+ instances that I need to make manual changes to to prevent this behavior.
Otherwise, thank you for another great nightly with a number of useful improvements!
Andy
trivia21:
In Settings/Editor/Keyboard shortcuts when I try to add a shortcut for View/Perspectives/Code::Blocks default or minimal, I get the error message "KeyBinding file corrupted. Please delete" and the setting is not applied.
Ubuntu 18.04, this nightly build with official wx3.1.1.
cacb:
I have seen a strange bug in the editor a couple of times in this release:
1. In a C++ header file within a class declaration, go to a blank line and type
private:
2. Press <Return> key, you then end up with
private:private
See attachment. Why does this happen?
Pecan:
--- Quote from: trivia21 on January 29, 2020, 11:04:02 am ---In Settings/Editor/Keyboard shortcuts when I try to add a shortcut for View/Perspectives/Code::Blocks default or minimal, I get the error message "KeyBinding file corrupted. Please delete" and the setting is not applied.
Ubuntu 18.04, this nightly build with official wx3.1.1.
--- End quote ---
That happens when wxWidgets reports a non-existent menu id. That menu is dynamic and probably has unique (new) menu items assigned as it is built, ie., unknown to KeyBinder.
I'll look into it.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version