Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Yesterday at 06:39:21 pm »
I just dropped off three tickets: 1632, 1633, 1634
2
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on Yesterday at 04:40:35 pm »
I delete them as I pass near (see 13984), but some areas may be tricky (for example, parts of wxSmith creating string arrays).
3
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Yesterday at 04:20:39 pm »
Note :
'_T("")' => 'wxEmptyString'
4
Development / Use of '_T("...")' with 'CB'
« Last post by LETARTARE on Yesterday at 04:12:37 pm »
I just compiled only 'cb-13984' and found 2638 strings '_T("...")' !! (without plugins)
However, since 'wx-3.0' this writing is obsolete.

What would be the advice to gradually delete this writing and how?

As for me, I think research on every target could be a lead.
5
Nightly builds / Re: The 26 August 2026 build (13961) is out.
« Last post by Miguel Gimenez on August 26, 2026, 04:26:21 pm »
The release number in the topic (13961) should be 13977.
6
Nightly builds / The 26 August 2026 build (13961) is out.
« Last post by killerbot on August 26, 2026, 04:08:12 pm »
We switched to gcc 15.2.0 (on 09 April 2026) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.7z

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/wxmsw33u_gcc_cb_wx333_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 26 August 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260826_rev13977_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • SDK: Check project when swapping header/source (ticket #1629, thanks LETARTARE).
  • wxSmith: Cache tool and palette sizes.
  • dragscroll: Separate horizontal vs vertical scrolling into distinct actions
  • wxSmith: Fix property grid icons in dark mode (part of ticket #1630).
  • Editor settings: Fix font sample background in dark mode (part of ticket #1630).
  • Keybinder: Fix description not visible in dark mode (part of ticket #1630).
  • Spellcheck: Fix hyperlink colour in dark mode.

Regressions/Confirmed/Annoying/Common bugs:


    7
    Nightly builds / Re: The 27 July 2026 build (13924) is out.
    « Last post by ThierryD on August 26, 2026, 03:30:27 pm »
    Hi,

    Tests realized with Ubuntu 26.04 (into WSL2) on W11 25H2 64b :

    sudo add-apt-repository ppa:x-psoud/cbreleases
    Repository: 'Types: deb
    URIs: https://ppa.launchpadcontent.net/x-psoud/cbreleases/ubuntu/
    Suites: resolute
    Components: main
    '
    More info: https://launchpad.net/~x-psoud/+archive/ubuntu/cbreleases
    Adding repository.
    Press [ENTER] to continue or Ctrl-c to cancel.
    Hit:1 http://security.ubuntu.com/ubuntu resolute-security InRelease
    Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease
    Hit:3 https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu resolute InRelease
    Hit:4 https://ppa.launchpadcontent.net/x-psoud/cbnb/ubuntu resolute InRelease
    Hit:5 http://archive.ubuntu.com/ubuntu resolute-updates InRelease
    Ign:6 https://ppa.launchpadcontent.net/x-psoud/cbreleases/ubuntu resolute InRelease
    Hit:7 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
    Err:8 https://ppa.launchpadcontent.net/x-psoud/cbreleases/ubuntu resolute Release
      404  Not Found [IP: 185.125.189.187 443]
    Reading package lists... Done
    E: The repository 'https://ppa.launchpadcontent.net/x-psoud/cbreleases/ubuntu resolute Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    Bad configuration on your PPA Xaviou :

    Thank's
    8
    Fixed in r13974, thank you.
    9
    Plugins development / compilation error svn13972; Spellcheck; #include is missing
    « Last post by blauzahn on August 26, 2026, 03:57:09 am »
    SpellCheckSettingsPanel.cpp needs to #include

    Code
    #include <wx/settings.h>

    $ wx-config --version
    3.2.11

    non-pch build via cmake makefiles on Linux.

    btw:  SpellCheckSettingsPanel.h does not need to #include

    Code
    #include <map>
    #include <vector>
    10
    Plugins development / Re: r13968 Plugin|contrib|wxsmith|wxsitem.cpp
    « Last post by LETARTARE on August 25, 2026, 06:19:37 pm »
    Thank you
    Pages: [1] 2 3 4 5 6 ... 10