News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 01August 2019 build (11821) is out.

Started by killerbot, August 01, 2019, 06:27:42 PM

Previous topic - Next topic

killerbot


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:



killerbot

SpellChecker: Thesaurus files 'E:\Codeblocks\src\output31_64\share\codeblocks\SpellChecker\th_en_US.idx' not found!

oBFusCATed

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!]

stahta01

QuoteIMPORTANT : THIS IS THE THIRD BUILD THAT USES WX 311 with 2D SUPPORT.

Should likely be

QuoteIMPORTANT : THIS BUILD USES WX 311 with 2D SUPPORT.

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot


killerbot

Quote from: killerbot 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!

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

Xaviou

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'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

superbem

Hi

Code completion toolbar does not show all functions.

Regards

oBFusCATed

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!]