User forums > Nightly builds
The 08 June 2019 build (11712) is out.
killerbot:
anyone seen this when building on linux :
--- Code: ---wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
};
^
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
wxscolourproperty.cpp:88:5: error: cannot convert ‘const char*’ to ‘const wxChar* {aka const wchar_t*}’ in initialization
--- End code ---
--- Code: ---gcc (SUSE Linux) 7.4.1 20190424 [gcc-7-branch revision 270538]
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---
oBFusCATed:
Yes, this is known, too, see the discussion in ticket #687.
BlueHazzard:
--- Quote from: Khram on June 08, 2019, 09:17:52 pm ---Spellcheck no work !!!
--- End quote ---
Working on it: http://forums.codeblocks.org/index.php/topic,23206.0.html
be patient...
raynebc:
A slight annoyance to me is that starting at some point in the nightly builds newer than the 17.12 release (at least as far back as the 3-9-2019 nightly), the font used in certain areas (title text for various window panels such as "Management" and "Breakpoints", log text in the logs panel, source file names in the tabs above the editor area) changed whereas the text in other areas remained the same (main menu titles, contents of the Projects tab in the management panel, the source code text for open files). I can't find where to change the font to match the one used in 17.12, which I like more.
Settings>Editor>Font is set to Courier New, regular style, size 10 in all my C::B instances. Environment settings>View>Message logs' font size is set to 8 in all my C::B instances, but the differences are easy to see (top log panel is 17.12, lower log panel is this nightly):
https://i.imgur.com/ARChuVF.jpg
I tried messing with font sizes and the "Font quality" settings in Configure editor>other editor settings, but I couldn't find how to make it look the old way. Is there a way I can make it look the way it used to or do I just have to get used to the uglier font?
oBFusCATed:
You're talking about the text in the logs aren't you?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version