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.
When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Not quite what I wanted, but definitely an improvement. Thanks!Not quite what I wanted, but definitely an improvement. Thanks!
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?
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
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