Author Topic: Dark Mode  (Read 468 times)

Offline bad_terminal

  • Single posting newcomer
  • *
  • Posts: 6
Dark Mode
« on: Yesterday at 04:03:44 pm »
I've no idea how many people use dark mode for programming, but lately i've noticed my eyes are getting strained by staring at the constant white glare from my screen while using codeblocks. Is there a Dark Mode switch in 25.03?

Offline Михаил Агарков

  • Single posting newcomer
  • *
  • Posts: 7
  • Highly sensitive programmer.
    • Codeberg
Re: Dark Mode
« Reply #1 on: Yesterday at 04:12:47 pm »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6118
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Dark Mode
« Reply #2 on: Yesterday at 04:45:15 pm »
That github repo has the latest changes in 2 years ago. I'm not sure the current status. Currently the official wx 3.3.1 is already released for months.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline bad_terminal

  • Single posting newcomer
  • *
  • Posts: 6
Re: Dark Mode
« Reply #3 on: Today at 10:25:23 am »
So no button then.  :(

Not that it matters much anyway, i've uninstalled 25.03 as it was using so much cpu my PC fans kept ramping up.

So that it doesn't appear that i'm spamming the forum, i'll ask another question in here:- On 20.03 I enable code completion in toolbar, and remove browsetracker, then I save everything, save workspace, but upon restart, browsetracker is back in toolbar, and code completion is not. Very frustrating. I there a fix?

edit:So I managed to do this by editing a file in user/codeblocks dir named browsetracker. For some reason it then saved 'code completion' on the toolbar. Weird. All I have to do now is make it remember my preferred zoom (font size). Unfortunatley every time I've tried it in the past, it fails, and also changes the font in the editor. I can then never find the default font that codeblocks uses. Does anyone know what the default font is?

btw ollydbg, I like your bit of advice in your sig, i'll have to remember it!
Thanks.
« Last Edit: Today at 10:54:17 am by bad_terminal »