Author Topic: The 15 December 2019 build (11927) is out.  (Read 35083 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 15 December 2019 build (11927) is out.
« on: December 15, 2019, 11:03:50 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.

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.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 15 December 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20191215_rev11927_win64.7z
  - Linux :
   none

The current SDK version is : 1.46.0

Resolved Fixed:

  • editor: Try to fix flicker when moving the cursor with keyboard/mouse (ticket #890)
  • SpellChecker: Highlight error only if the cursor is away from the word. Simplify special character handling.
  • UI: Add information about the wxWidgets library being used in Help -> About dialog

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: December 16, 2019, 07:45:50 pm by killerbot »

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 15 December 2019 build (11927) is out.
    « Reply #1 on: December 15, 2019, 11:05:26 am »
    might take some time before sourceforge activates the link, upload has been done.

    Offline tomay3000

    • Multiple posting newcomer
    • *
    • Posts: 58
    Re: The 15 December 2019 build (11927) is out.
    « Reply #2 on: December 15, 2019, 11:18:09 pm »
    The "/Binaries/Nightlies/..2D_gcc810-mingw64.7z" file could not be found or is not available. Please select another file.

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7576
      • My Best Post
    Re: The 15 December 2019 build (11927) is out.
    « Reply #3 on: December 15, 2019, 11:44:08 pm »
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline tomay3000

    • Multiple posting newcomer
    • *
    • Posts: 58
    Re: The 15 December 2019 build (11927) is out.
    « Reply #4 on: December 16, 2019, 12:36:03 am »
    The problem is that the real file name contains an extra .7z at the end.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 15 December 2019 build (11927) is out.
    « Reply #5 on: December 16, 2019, 07:46:06 pm »
    link contains again the double extension.

    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 15 December 2019 build (11927) is out.
    « Reply #6 on: December 17, 2019, 08:59:00 pm »
    Hi

    OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.14)
    The name of the dmg (created automatically from the subversion sources) is a little bit different from the one in the first post of this topic : CB_20191208_rev11927_OSX64-wx3.1.2.dmg

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

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2743
    Re: The 15 December 2019 build (11927) is out.
    « Reply #7 on: December 20, 2019, 09:04:17 pm »
    @ Killerbot

    What were the parameters used to build this version of wx313?
    Could you also say what you did with wxUSE_GRAPHICS_GDIPLUS.

    I cannot seem to get the same size wxmsw313u_gcc_cb.dll thats contained in the nightly. And I get font asserts (shown below).
    Update: 2019/12/20 17:15: Solved this by deleting the  CB .conf file.
    I dont know why.
     
    « Last Edit: December 21, 2019, 02:16:04 am by Pecan »

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #8 on: December 21, 2019, 02:32:45 pm »
    The font problem is because of a wxWidgets problem when loading fonts from string, introduced with version 2 of font serializing in wx3.1.2. It was reported by Ollydbg and it still unfixed.

    https://trac.wxwidgets.org/ticket/18590

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5489
    Re: The 15 December 2019 build (11927) is out.
    « Reply #9 on: December 21, 2019, 03:46:24 pm »
    wx 3.1.3
    mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++11"

    and in : include/wx/msw/setup.h

    I reduced:
    Code
    #if defined(_MSC_VER) && _MSC_VER >= 1600
        #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT
    #else
        #define wxUSE_GRAPHICS_DIRECT2D 0
    #endif

    to just 1 line :
    Code
        #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT

    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 15 December 2019 build (11927) is out.
    « Reply #10 on: January 13, 2020, 09:17:09 pm »
    Hi.

    I recently discovered that the "bundle.sh" script gives me errors on macOS.

    The "make" and "make install" commands run fine (install is made in a sub folder of the build one).

    Here is the result of the bundle command :
    Code
    Copying libcodeblocks ...
    /Users/xavier/dev/CB/buildOSX/output/lib/libcodeblocks.0.dylib -> CodeBlocks.app/Contents/MacOS/libcodeblocks.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_aui-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_core-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_baseu-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_propgrid-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_richtext-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_html-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_baseu_xml-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_xrc-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_osx_cocoau_qa-3.1.3.0.0.dylib
    Copying /Users/xavier/dev/wx313/build-dyn-CB/lib/libwx_baseu_net-3.1.3.0.0.dylib
    Copying binaries
    /Users/xavier/dev/CB/buildOSX/output/bin/cb_console_runner
    /Users/xavier/dev/CB/buildOSX/output/bin/cb_share_config
    /Users/xavier/dev/CB/buildOSX/output/bin/codeblocks
    Copying plugins
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libAstyle.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libAutoVersioning.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libBrowseTracker.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libCccc.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libCppCheck.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libCscope.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libDoxyBlocks.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libEditorConfig.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libEditorTweaks.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libHexEditor.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libIncrementalSearch.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libMouseSap.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libProfiler.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libProjectOptionsManipulator.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libRegExTestbed.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libReopenEditor.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentCpp.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentFortran.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentHDL.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentLua.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentPascal.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentPython.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSmartIndentXML.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSpellChecker.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libSymTab.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libThreadSearch.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxcustombutton.0.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libToolsPlus.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libValgrind.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libabbreviations.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libautosave.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libbyogames.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcb_koders.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libclasswizard.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcodecompletion.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcodesnippets.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcodestat.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcompiler.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libcopystrings.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libdebugger.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libdefaultmimehandler.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libdragscroll.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libenvvars.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libexporter.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libheaderfixup.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libhelp_plugin.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libkeybinder.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/liblib_finder.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxflatnotebook.0.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/liboccurrenceshighlighting.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libopenfileslist.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libprojectsimporter.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/librndgen.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libscriptedwizard.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libtodo.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libwxSmithAui.dylib
    Copying @loader_path/libwxSmithAui.dylib
    cp: @loader_path/libwxSmithAui.dylib: No such file or directory
    error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: CodeBlocks.app/Contents/MacOS/libwxSmithAui.dylib (No such file or directory)
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: 'CodeBlocks.app/Contents/MacOS/libwxSmithAui.dylib': No such file or directory
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/libwxsmithlib.0.dylib
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libwxsmith.dylib
    Copying @loader_path/libwxsmith.dylib
    cp: @loader_path/libwxsmith.dylib: No such file or directory
    error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: CodeBlocks.app/Contents/MacOS/libwxsmith.dylib (No such file or directory)
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: 'CodeBlocks.app/Contents/MacOS/libwxsmith.dylib': No such file or directory
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libwxsmithcontribitems.dylib
    Copying @loader_path/libwxsmithcontribitems.dylib
    cp: @loader_path/libwxsmithcontribitems.dylib: No such file or directory
    error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: can't open file: CodeBlocks.app/Contents/MacOS/libwxsmithcontribitems.dylib (No such file or directory)
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: 'CodeBlocks.app/Contents/MacOS/libwxsmithcontribitems.dylib': No such file or directory
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxchartctrl.0.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwximagepanel.0.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxspeedbutton.0.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxkwic.0.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxled.0.dylib
    Copying /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/wxContribItems/libwxmathplot.0.dylib

    Did I missed something ?
    I can't say if this error is a recent one or if it was present in previous nightly.

    Regards.
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 15 December 2019 build (11927) is out.
    « Reply #11 on: January 14, 2020, 01:07:05 am »
    I'm seeing this for a long time, but I don't have time to look at it.
    (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!]

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7576
      • My Best Post
    Re: The 15 December 2019 build (11927) is out.
    « Reply #12 on: January 14, 2020, 02:01:20 am »
    Does this file exist?
    Code
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libwxSmithAui.dylib

    I wonder if it exists whether it might be a permission issue.

    Just a wild guess from a Windows OS user.

    Tim S.
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 15 December 2019 build (11927) is out.
    « Reply #13 on: January 14, 2020, 08:14:57 am »
    The IncrementalSearch appears to be broken in this version (not sure about older Nightlies). The text control sometimes does not accept input focus, so when you try to type something there, the text goes into the man editor instead.

    It does not happen immediately, but this seems to be repeatable:

    1. Start C:B and open an existing Workspace with some source files open
    2. Click in the IncrementalSearch text control - no problem - input fokus ok
    3. Click somewhere in the open source file
    4. Click in the IncrementalSearch text control - it does not accept input focus
    5. Type some text to search ... it appears in your source file instead of the IncrementalSearch text control

    Platform Win10

    This is a significant bug...

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 15 December 2019 build (11927) is out.
    « Reply #14 on: January 14, 2020, 08:53:54 am »
    The IncrementalSearch appears to be broken in this version (not sure about older Nightlies).
    Please try to find which night build broke this.
    It is either the switch to wx3.1.1 or wx3.1.3.
    (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!]

    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 15 December 2019 build (11927) is out.
    « Reply #15 on: January 14, 2020, 09:51:21 am »
    Please try to find which night build broke this.
    It is either the switch to wx3.1.1 or wx3.1.3.

    I encourage others to check this as well. I have little time to do this now, but I was able to check it in Nightly 11872 - it does not show the same problem.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #16 on: January 14, 2020, 10:16:18 am »
    11890 (wx3.1.1) works, 11918 (wx3.1.3) does not work (Windows 10)

    EDIT: also fails in Windows 7
    « Last Edit: January 14, 2020, 11:27:29 am by Miguel Gimenez »

    Offline sodev

    • Regular
    • ***
    • Posts: 496
    Re: The 15 December 2019 build (11927) is out.
    « Reply #17 on: January 14, 2020, 06:23:27 pm »
    I don't know how often sometimes is, i am also only on 11911 but there don't seem to be relevant changes up to 11918, but with wxWidgets@e093199 i cannot reproduce that.

    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 15 December 2019 build (11927) is out.
    « Reply #18 on: January 14, 2020, 06:41:01 pm »
    Does this file exist?
    Code
    /Users/xavier/dev/CB/buildOSX/output/lib/codeblocks/plugins/libwxSmithAui.dylib

    I wonder if it exists whether it might be a permission issue.

    Just a wild guess from a Windows OS user.

    Tim S.
    Yes it does (and the 2 other libs that are in error too).
    And the permissions are the same than the other files : -rwxr-xr-x

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 15 December 2019 build (11927) is out.
    « Reply #19 on: January 14, 2020, 06:52:17 pm »
    I don't know how often sometimes is, i am also only on 11911 but there don't seem to be relevant changes up to 11918, but with wxWidgets@e093199 i cannot reproduce that.
    In my experience recently for this bug, "sometimes" means that it happens more often than not.  It is reproducible as explained erlier.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #20 on: January 14, 2020, 07:15:21 pm »
    I have tested r11954 (current head) with wx3.1.2 and there is no problem with IncrementalSearch, so the problem seems related to a change in wxWidgets made between 3.1.2 and 3.1.3

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 15 December 2019 build (11927) is out.
    « Reply #21 on: January 14, 2020, 07:48:33 pm »
    @Miguel Gimenez: Would you have time to do a bisection of wx? Or try to debug why does it happen?
    (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!]

    Offline grem

    • Multiple posting newcomer
    • *
    • Posts: 22
    Re: The 15 December 2019 build (11927) is out.
    « Reply #22 on: January 15, 2020, 08:39:15 am »
    Quote
    wx3.1.1 or wx3.1.3

    @oBFusCATed, do you know is it planing to release Codeblocks 20.x afrer wxwidgets 3.2 release?

    From https://trac.wxwidgets.org/wiki/Roadmap
    Quote
    we plan to release one last 3.1.4 release in 3.1.x series in the beginning of 2020 with 3.2.0 follwowing soon afterwards.

    I ask because in the gentoo currently wxGTK-3.0-gtk3 is preferred for codeblocks-17.12 (live-ebuild is required update for it). And as I know there will not be wxGTK-3.1 in portage tree as it is development branch.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 15 December 2019 build (11927) is out.
    « Reply #23 on: January 15, 2020, 08:47:38 am »
    There will be a release 20.xx, hopefully soon. We don't plan to wait wx to release whatever they release, because they are notorious for missing their release dates :). Using gtk3 at the moment is not a good idea if people aren't prepared to fix things, or at least report problems (in both wx and cb).
    (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!]

    Offline grem

    • Multiple posting newcomer
    • *
    • Posts: 22
    Re: The 15 December 2019 build (11927) is out.
    « Reply #24 on: January 15, 2020, 09:05:31 am »
    Thank you for reply. Waiting with impatience :)

    Unfortunately I currently use Codeblocks extremly rarely but during last two years there were not any issue reports about codeblocks + wxgtk-3.0-gtk3 (at least I don't remember about them as package maintainer). Therefore this revision in stable branch now.

    So Codeblocks 20.xx in gentoo will be with wxGTK-3.0-gtk3 as gentoo wxwidgets team asked to use it for new revisions. Then after wxGTK-3.2-gtk3 release most likely there will be revision for it.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 15 December 2019 build (11927) is out.
    « Reply #25 on: January 15, 2020, 10:28:00 am »
    I don't think it is a good idea to use gtk3, yet, even with trunk. From what I've seen there are problems. :(
    (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!]

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #26 on: January 15, 2020, 01:48:13 pm »
    This is the offending commit: Make wxComboCtrl a wxCompositeWindow

    https://github.com/wxWidgets/wxWidgets/commit/70e9dbd756cb321fb85d6380b3e37bcd59604e09

    This commit was reverted after wx3.1.3 release in commit https://github.com/wxWidgets/wxWidgets/commit/6b00cc80f1fdb3ef134e2df694a0c34905442042

    Offline cacb

    • Lives here!
    • ****
    • Posts: 536
    Re: The 15 December 2019 build (11927) is out.
    « Reply #27 on: January 15, 2020, 06:41:26 pm »
    @Miguel Gimenez : Well done! I hope to see a new nightly soon with this fixed.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #28 on: January 16, 2020, 10:00:40 am »
    Is there any good reason for using wxComboCtrl instead of wxComboBox?. The fancy customization capabilities of the former are not used (at first glance).

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5906
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 15 December 2019 build (11927) is out.
    « Reply #29 on: January 20, 2020, 02:54:11 am »
    The font problem is because of a wxWidgets problem when loading fonts from string, introduced with version 2 of font serializing in wx3.1.2. It was reported by Ollydbg and it still unfixed.

    https://trac.wxwidgets.org/ticket/18590

    This issue is fixed in wx's trunk.

    Allow parsing all fractional sizes in wxFont descriptions ยท wxWidgets/wxWidgets@a73194f

    I think we should have this patch in C::B's wx 3.1.3 (in either nightly build or official 20.xx release)
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 15 December 2019 build (11927) is out.
    « Reply #30 on: January 20, 2020, 09:47:33 am »
    I have created a ticket with the IncrementalSearch focus problem:

    https://sourceforge.net/p/codeblocks/tickets/913/