Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: dont parse std::filesystem
« Last post by stahta01 on Today at 02:32:05 pm »
I do not use the old or new CC code completion.

Link to FAQ; to help you it is normally required to post the Code::Blocks version and Operating System (OS) info.
Edit: MinGW does say Windows; the version likely does not matter; but, whether 64 bit OS does sometime matter when using debugger.

https://wiki.codeblocks.org/index.php/FAQ-Settings#Q:_How_do_I_get_Code_Completion_to_work.3F

Tim S.
2
Help / dont parse std::filesystem
« Last post by viewrock on Today at 01:30:36 am »
Hello, i try to learn std::filesystem
do this:
compile flag to c++20 iso standart
#include <filesystem>
and when a try std::filesystem:: - i have only       ::__file_clock  in code complection
but all the tutorial examples compile successfully!!!.
I dont understand how to fix code complection to <filesystem>
i use codeblocks with minGW.
ps:: on visual studio all works correctly.
ps2:: std::string is broken too.)
ps3:: Sorry for my English.
3
Help / Re: Code blocks does not work with Mac Sequoia
« Last post by Miguel Gimenez on Yesterday at 12:42:36 pm »
Future spam added to radar.
4
Help / Re: Code blocks does not work with Mac Sequoia
« Last post by peake01 on Yesterday at 11:39:16 am »
Safe Mode in Code::Blocks disables some plugins to help troubleshoot issues. When this mode is enabled, plugins needed for debugging, such as GDB, may be disabled, making debugging on the Mac impossible and making it difficult to diagnose errors.
5
General (but related to Code::Blocks) / Re: Debug "arrow" too hard to see
« Last post by JimC on June 29, 2025, 07:38:05 pm »
Not quite what I wanted, but definitely an improvement. Thanks!
Not quite what I wanted, but definitely an improvement. Thanks!
6
General (but related to Code::Blocks) / Re: Debug "arrow" too hard to see
« Last post by Pecan on June 29, 2025, 07:23:00 pm »
When debugging, I find the arrow showing the current line really hard to spot. I've had a poke around the editor settings but can't see anything relevant... is there a way to change the arrow's colour or size?

You can highlight the current debugger line with Setting/Editor/Other Editor Settings(tab)/Highlight line under caret.
7
General (but related to Code::Blocks) / Debug "arrow" too hard to see
« Last post by JimC on June 29, 2025, 06:01:47 pm »
When debugging, I find the arrow showing the current line really hard to spot. I've had a poke around the editor settings but can't see anything relevant... is there a way to change the arrow's colour or size?
8
General (but related to Code::Blocks) / Re: download for Linux
« Last post by Bug Killer on June 28, 2025, 09:23:05 am »
Port of a recent Nightly Build for RHEL 9 and derivatives is available from my repository https://www.theox.net/codeblocks.
9
Help / Re: How do I stop Code::Blocks from opening on startup?
« Last post by stahta01 on June 27, 2025, 03:17:41 pm »
Ask on a website that supports your distro what other files to check!

Tim S.
10
Help / Re: How do I stop Code::Blocks from opening on startup?
« Last post by Cookiehead on June 27, 2025, 03:02:50 am »
I'm on 25.03 rev 13644 with wxwidgets 3.2.8.1
I did close it before starting
None of the files reference Code::Blocks in any way...
Pages: [1] 2 3 4 5 6 ... 10