Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Nightly builds / Re: The 23May 2025 build (13667) is out.
« Last post by Xaviou on May 24, 2025, 10:25:07 pm »
Hi.

OS X version of this rev can be downloaded from my website.
Note that it is a macOS-11.7 version but not a notarized one.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.10 and 25.04 versions can be installed from my ppa

Regards
Xav'
42
Development / Re: code completion breaks after changing header file
« Last post by Hyena on May 24, 2025, 07:46:14 pm »
[hyena@Courage livonia]$ g++ --version
g++ (GCC) 15.1.1 20250425
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[hyena@Courage livonia]$ clangd --version
clangd version 19.1.7
Features: linux
Platform: x86_64-pc-linux-gnu

[hyena@Courage livonia]$ wx-config --cxxflags
-I/usr/lib/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 -DWXUSINGDLL -D__WXGTK3__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64
43
Development / Re: code completion breaks after changing header file
« Last post by Pecan on May 24, 2025, 07:36:57 pm »
@ Hyena

Please show me the results of:
g++ --version
clangd --version
wx-config --cxxflags

44
Help / Wrong accentuation in the Windows Console
« Last post by lucrol on May 24, 2025, 06:48:37 pm »
Hello, I am a French user new to Code::Blocks.
I am simply translating "Hello World" to test accented characters, but I am encountering an error because the console on my PC (configured for fr-FR) is set to code page 850.
By checking the properties of the Windows console window launched by Code::Blocks during execution, I can confirm this.
(screenshot_1)
Even if I modify the console's code page definition in the Windows registry, Code::Blocks does not take it into account!
(screenshot_2)
However, if I open a Windows console outside of Code::Blocks and change the code page (e.g., 1252 for French fr-FR), it works.
(screenshot_3)
But I cannot find a way to add the command:
CHCP 1252 > null
as the first line in the console when launching the executable (Run).
Could we find a solution (perhaps i miss something) ?
Ideally, it would be great if a global setting allowed this action automatically.
Thank you for the quality of this IDE.
Best regards.
45
Development / Re: code completion breaks after changing header file
« Last post by Hyena on May 24, 2025, 06:03:46 pm »
here's a screenshot of my system info

I installed CB according to this manual: https://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux

I downloaded the source code from SVN and installed it according to Unix build/install instructions in the BUILD file
46
Development / Re: code completion breaks after changing header file
« Last post by Pecan on May 24, 2025, 05:28:38 pm »
@ Hyena

On what version of Linux are you running CodeBlocks?

Where did you get your version of codeblocks and how did you install it.

I'd like to try to re-create this situation by installing the same CB you're now running.

47
Development / Re: code completion breaks after changing header file
« Last post by Hyena on May 23, 2025, 08:00:57 pm »
attached is the requested output. the clang code completion still didn't work.
48
Nightly builds / Re: The 23May 2025 build (13667) is out.
« Last post by killerbot on May 23, 2025, 07:04:32 pm »
restating :
* build with gcc 15.1.0
* wx 3.2.8
49
Nightly builds / The 23May 2025 build (13667) is out.
« Last post by killerbot on May 23, 2025, 07:04:07 pm »
We switched to gcc 15.1.0 (on 23 May 2025) --> 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.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.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/wxmsw32u_gcc_cb_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 23 May 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250523_rev13667_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • DisplayEvents: Fix compilation with Autotools on Ubuntu.
  • Fix font sizes in HiDPI (ticket #1529).
  • Fix toolbar fitting/optimization (ticket #1528).
  • Clangd_client - Avoid assert when FindSortedMenuItemPosition() returns position greater than menu item count. Thanks christo

Regressions/Confirmed/Annoying/Common bugs:


    50
    Development / Re: code completion breaks after changing header file
    « Last post by Pecan on May 23, 2025, 06:47:11 pm »
    I'm guessing that one of those enabled plugins is not passing events along to other plugins because Clangd_client isn't even starting up or initializing.

    The log also shows that Clangd_client AND Codecompletion plugins are being loaded. That should not happen.

    Please disable all plugins marked with a 'd' in the following list, run codeblocks again, and attach the resulting log again.

    Thanks.

    Code
    	HelpPlugin: loaded
    SmartIndentXML: loaded
    d rndgen: loaded
    cbDragScroll: loaded
    ReopenEditor: loaded
    d MouseSap: loaded
    d CodeCompletion: loaded
    d Cscope: loaded
    d SymTab: loaded
    d lib_finder: loaded
    AutoVersioning: loaded
    wxSmith: loaded
    wxSmithMime: loaded
    d HeaderFixup: loaded
    d Profiler: loaded
    d HexEditor: loaded
    ToDoList: loaded
    Abbreviations: loaded
    d CodeSnippets: loaded
    d CppCheck: loaded
    cbKeyBinder: loaded
    wxSmithAui: loaded
    d DisplayEvents: loaded
    clangd_client: loaded
    d copystrings: loaded
    d EnvVars: loaded
    Debugger: loaded
    d SmartIndentLua: loaded
    d BYOGames: loaded
    ThreadSearch: loaded
    Compiler: loaded
    BrowseTracker: loaded
    ClassWizard: loaded
    OpenFilesList: loaded
    d wxSmithContribItems: loaded
    d RegExTestbed: loaded
    IncrementalSearch: loaded
    ProjectsImporter: loaded
    d Cccc: loaded
    d Valgrind: loaded
    FilesExtensionHandler: loaded
    d SpellChecker: loaded
    d ProjectOptionsManipulator: loaded
    d Exporter: loaded
    d CB_Koders: loaded
    d SmartIndentPython: loaded
    d EditorTweaks: loaded
    d CodeStat: loaded
    DoxyBlocks: loaded
    AStylePlugin: loaded
    d SmartIndentHDL: loaded
    Autosave: loaded
    ScriptedWizard: loaded
    OccurrencesHighlighting: loaded
    d SmartIndentFortran: loaded
    EditorConfig: loaded
    SmartIndentPascal: loaded
    SmartIndentCpp: loaded
    ToolsPlus: loaded
    NassiShneidermanPlugin: loaded

    Pages: 1 2 3 4 [5] 6 7 8 9 10