Author Topic: The 07 August 2019 build (11825) is out.  (Read 19477 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 August 2019 build (11825) is out.
« on: August 07, 2019, 12:24:41 pm »

    IMPORTANT : THIS BUILD USES WX 311 with direct2d SUPPORT.




    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 : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_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 07 August 2019 build is out.
      - Windows :
       http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190807_rev11825_win64.7z
      - Linux :
       none

    The current SDK version is : 1.43.0

    Resolved Fixed:

    • UI: Fix translation problems (thanks gd_on)
    • wxScintilla: Fix non-latin keys to work in shortcuts in the editor on Linux
    • UI: OnToggleBar: For checked menu items, event.IsChecked() may not reflect the current status of the menu item when the event was previously event.Skip()'ed after the menu item change. m_LayoutManager.GetPane(win).IsShown() status is reliable.

    Regressions/Confirmed/Annoying/Common bugs:


      [/list]
      « Last Edit: August 08, 2019, 03:11:32 pm by killerbot »

      Offline cacb

      • Lives here!
      • ****
      • Posts: 536
      Re: The 07 August 2019 build (11825) is out.
      « Reply #1 on: August 07, 2019, 03:22:02 pm »
      What does it mean that the build has "2D support" and why is it important?


      Offline stahta01

      • Lives here!
      • ****
      • Posts: 7582
        • My Best Post
      Re: The 07 August 2019 build (11825) is out.
      « Reply #2 on: August 07, 2019, 07:55:53 pm »
      What does it mean that the build has "2D support" and why is it important?

      It means the wxWidgets was modified to support "2D"; look back to the first nightly to have this to see what this means. By default wxWidgets has "2D" disabled on Windows GCC builds.

      Edit: Lookup wxUSE_GRAPHICS_DIRECT2D in wxWidgets

      Tim S.
       
      « Last Edit: August 07, 2019, 08:26:31 pm by stahta01 »
      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 07 August 2019 build (11825) is out.
      « Reply #3 on: August 07, 2019, 08:34:59 pm »
      Edit: Lookup wxUSE_GRAPHICS_DIRECT2D in wxWidgets

      Ok, thanks!

      Offline oBFusCATed

      • Developer
      • Lives here!
      • *****
      • Posts: 13413
        • Travis build status
      Re: The 07 August 2019 build (11825) is out.
      « Reply #4 on: August 07, 2019, 11:27:56 pm »
      @killerbot: This 2d is confusing can you change it to the more correct direct2d or d2d?
      (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 BlueHazzard

      • Developer
      • Lives here!
      • *****
      • Posts: 3353
      Re: The 07 August 2019 build (11825) is out.
      « Reply #5 on: August 08, 2019, 09:19:39 am »
      @cacb: support for fonts with ligatures, and text anti aliasing for high dpi monitors ecc...

      Offline killerbot

      • Administrator
      • Lives here!
      • *****
      • Posts: 5490
      Re: The 07 August 2019 build (11825) is out.
      « Reply #6 on: August 08, 2019, 09:58:49 pm »
      2d thing adapted, in n ext nightly will not mention this at all anymore

      Offline Xaviou

      • Regular
      • ***
      • Posts: 402
        • X@v's wxStuff
      Re: The 07 August 2019 build (11825) is out.
      « Reply #7 on: August 11, 2019, 11:34:18 am »
      Hi

      OS X version of this rev can be downloaded from my Google Drive.

      Due to holidays time far away from home, Debian version can't be available: sorry.

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

      Offline Krice

      • Almost regular
      • **
      • Posts: 150
      Re: The 07 August 2019 build (11825) is out.
      « Reply #8 on: August 20, 2019, 08:57:04 pm »
      OS X version of this rev can be downloaded

      Does OSX version need some kind of modification to work properly? I can't make it work when I build from source. It doesn't find a compiler and plugin directories are empty, although the directory structure is made under Users/(user)/Library/...

      Offline Frank_CB

      • Almost regular
      • **
      • Posts: 148
      Re: The 07 August 2019 build (11825) is out.
      « Reply #9 on: September 30, 2019, 06:45:13 pm »
      Hello,

      EditorConfigCommon.cpp is missing from at least SVN11865 and SVN11866.

      Regards

      Offline oBFusCATed

      • Developer
      • Lives here!
      • *****
      • Posts: 13413
        • Travis build status
      (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 Frank_CB

      • Almost regular
      • **
      • Posts: 148
      Re: The 07 August 2019 build (11825) is out.
      « Reply #11 on: September 30, 2019, 07:33:37 pm »
      Thank you, Gentlemen!  I'm using wx31_64 on Windows 10. I'll watch for an SVN update.

      Regards