coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.38k stars 431 forks source link

Editor opacity does not persist and resets to fully opaque #1513

Closed qxrv closed 1 year ago

qxrv commented 1 year ago

Description

The "Change Editor's Opacity" option from the 'View' menu does not persist.

To Reproduce

  1. Go to 'View'
  2. Click on 'Change Editor's Opacity...'
  3. Adjust opacity setting to your liking
  4. Quit application
  5. Start application
  6. Opacity setting reset to 100 (fully opaque)

Expected behavior

Opacity setting persists and is configured permanently unless changed again manually.

CotEditor version

5.4.8

macOS version

13.5.1

1024jp commented 1 year ago

It is not a bug but by design. The Change Editor's Opacity command in the menu bar (and toolbar) is designed to change the opacity of the frontmost editor temporarily. If you want to set it persistently, Go to CotEditor's Settings > Window settings, and change the editor's opacity there.