Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: code completion breaks after changing header file
« Last post by Hyena on Yesterday at 08:00:57 pm »
attached is the requested output. the clang code completion still didn't work.
2
Nightly builds / Re: The 23May 2025 build (13667) is out.
« Last post by killerbot on Yesterday at 07:04:32 pm »
restating :
* build with gcc 15.1.0
* wx 3.2.8
3
Nightly builds / The 23May 2025 build (13667) is out.
« Last post by killerbot on Yesterday at 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:


    4
    Development / Re: code completion breaks after changing header file
    « Last post by Pecan on Yesterday at 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

    5
    General (but related to Code::Blocks) / C::B color theme for KDevelop
    « Last post by Hyena on Yesterday at 05:24:52 pm »
    I recently installed the KDevelop IDE for the first time. Its project file architecture is just asinine but in other aspects I find it an excellent substitute for the Code::Blocks IDE. However, it was seriously lacking in its default selection of color themes. None of the provided themes were any good for my taste. To resolve this problem I converted the C::B color theme into the KDevelop format. The resulting theme file could be imported to KDevelop. I am hosting it here: https://github.com/1Hyena/kdevelop-theme

    Attached is the screenshot of how the C::B theme looks like in KDevelop.
    6
    Help / Re: Windows 7
    « Last post by Miguel Gimenez on Yesterday at 12:56:05 pm »
    Signature spammer reported to moderator.
    7
    Development / Re: code completion breaks after changing header file
    « Last post by Hyena on Yesterday at 11:31:38 am »
    unfortunately I wasn't able to locate the "code::blocks debug" tab anywhere. I did attach the console output of it though.
    8
    Development / Re: Undefined references with DisplayEvents enabled
    « Last post by Miguel Gimenez on Yesterday at 10:13:04 am »
    Spam reported to moderator, like your previous one.
    9
    Development / Re: code completion breaks after changing header file
    « Last post by Pecan on Yesterday at 07:16:07 am »
    @ Hyena

    Please start your CodeBlocks with the /d parameter so that it shows the
    Codeblocks debug tab.

    Load the project giving you the problem, then after the problem occurs, right click on the "Code::Blocks debug" tab and chose "copy to contents to clipboard".

    Paste that into a txt file, zip it up and append it to a message to us so we can try to get a clearer picture of the problem.

     
    10
    Development / Re: Undefined references with DisplayEvents enabled
    « Last post by WilliamLevy on Yesterday at 06:34:47 am »
    It seems that enabling DisplayEvents has led to some undefined references, which could confuse developers. This issue is reminiscent of facing hurdles in challenging games like Moto X3M; overcoming obstacles requires clear navigation and precision. Addressing these reference problems promptly can help streamline event handling and maintain a smooth user experience.

    Pages: [1] 2 3 4 5 6 ... 10