Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
841 stars 105 forks source link

Dark mode macOS Ventura #437

Open Ikuyu opened 1 year ago

Ikuyu commented 1 year ago

Hi,

I'm running Clozure CL on macOS Ventura (MacBook Air M2). Everything looks fine and behaves as it should, but when I enter dark mode the background of the listener and the editor remain white. Running one of the following commands doesn't change the appearance of both; only the cursor.

$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true $ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance

The first one shows a blinking cursor in Dark mode (expected behaviour). The second, not (expected behaviour).

I also noticed the settings-windows uses the CMD+; keybinding. Today one would rather expect CMD+, right?

Maybe its better to integrate switching to a dark/light theme in the settings window of the editor.

I also noticed Clozure CL has been removed from the App Store. Any reason for this?

xrme commented 11 months ago

The Mac App Store version has in fact been removed.

The main reason is that it is seems to be the case that the IDE will only work for the macOS version that it is compiled on. We can't provide separate versions of the IDE for Catalina, Big Sur, Monterey, Ventura, etc.

(The other reason is that the Clozure developer account has expired.)