Author Topic: The 01August 2019 build (11821) is out.  (Read 11474 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 01August 2019 build (11821) is out.
« on: August 01, 2019, 06:27:42 pm »

IMPORTANT : THIS BUILD USES WX 311 with 2D 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 01 August 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190801_rev11821_win64.7z
  - Linux :
   none

The current SDK version is : 1.43.0

Resolved Fixed:

  • UI: Create a missing icon in the toolbar if the requested icon couldn't be loaded
  • UI: Make the abbreviation plugin HiDPI aware
  • UI: New 16x16 images for infopane and help plugin
  • UI: Add missing rc-file* images to the main resources
  • UI: Use the new update tree icons
  • UI: Update images for ThreadSearch
  • UI: Update 16x16 in src/resources to look like their bigger versions
  • debuggergdb: Improve the IsPointerType to detect restrict and const volatile types as pointers correctly
  • UI: Add new versions of the select-target images

Regressions/Confirmed/Annoying/Common bugs:

    « Last Edit: August 01, 2019, 08:27:51 pm by killerbot »

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01August 2019 build (11821) is out.
    « Reply #1 on: August 01, 2019, 06:27:57 pm »
    SpellChecker: Thesaurus files 'E:\Codeblocks\src\output31_64\share\codeblocks\SpellChecker\th_en_US.idx' not found!

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01August 2019 build (11821) is out.
    « Reply #2 on: August 01, 2019, 06:39:43 pm »
    Do you have the file there? Currently spellchecker searches at two places and if the files is at the second one it will always print warnings. I'm not sure how to prevent this.
    (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: 7582
      • My Best Post
    Re: The 01August 2019 build (11821) is out.
    « Reply #3 on: August 01, 2019, 06:43:46 pm »
    Quote
    IMPORTANT : THIS IS THE THIRD BUILD THAT USES WX 311 with 2D SUPPORT.

    Should likely be

    Quote
    IMPORTANT : THIS BUILD USES WX 311 with 2D SUPPORT.

    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 killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01August 2019 build (11821) is out.
    « Reply #4 on: August 01, 2019, 08:27:13 pm »
    adjusted as suggested

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01August 2019 build (11821) is out.
    « Reply #5 on: August 01, 2019, 08:29:28 pm »
    SpellChecker: Thesaurus files 'E:\Codeblocks\src\output31_64\share\codeblocks\SpellChecker\th_en_US.idx' not found!

    nope , only 1 file in that location : OnlineSpellChecking.xml

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 01August 2019 build (11821) is out.
    « Reply #6 on: August 02, 2019, 12:10:31 am »
    Hi

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

    Debian Stretch (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 superbem

    • Multiple posting newcomer
    • *
    • Posts: 21
    Re: The 01August 2019 build (11821) is out.
    « Reply #7 on: August 02, 2019, 10:06:14 am »
    Hi

    Code completion toolbar does not show all functions.

    Regards

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01August 2019 build (11821) is out.
    « Reply #8 on: August 02, 2019, 10:08:59 am »
    Minimal project to demonstrate the problem?
    (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!]