Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
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.
2
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.
3
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!
4
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.
5
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?
6
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.
7
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.
8
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...
9
The website codeblocks.org doesn't open in Russia anymore likely because of the stupid Russian authority Roskomnadzor deciding to block Cloudflare traffic. I'm using Tor Browser to write this.

Here's what verbose curl says:
Code
curl -v codeblocks.org
* Host codeblocks.org:80 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:80...
* Connected to codeblocks.org (78.46.184.98) port 80
> GET / HTTP/1.1
> Host: codeblocks.org
> User-Agent: curl/8.9.1
> Accept: */*
>
* Request completely sent off
^C
Code
curl -v https://codeblocks.org/
* Host codeblocks.org:443 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:443...
* Connected to codeblocks.org (78.46.184.98) port 443
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
^C

Can anything be done about this? Thanks in advance.
10
General (but related to Code::Blocks) / Re: Any way to force light mode?
« Last post by blauzahn on June 26, 2025, 07:22:13 pm »
Not as a whole. But you can change colours manually. See settings|environment|colours and settings|editor|syntax highlighting.
The latter is language wise and can be saved as a named colour theme.

I use gnome with the default theme which is dark. My Code::Blocks has a bright theme like it always had without changing anything. That is: white background in editor, logs and other open views. On the Ubuntu machines and RaspberryOS I also use it is the same.

For general help see https://wiki.codeblocks.org/index.php/Main_Page.
Pages: [1] 2 3 4 5 6 ... 10