coteditor / CotEditor

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

Increas number of recent files, or make it configurable #1547

Closed rovf closed 8 months ago

rovf commented 8 months ago

Currently, it seems that the numer of recent files (i.e displayed in File/OpenRecent) is limited to 15, which I find pretty small. Please increase this limit (32 would sound good to me), or put an option into the Preferences, where one can define the numer of recent files to be remembered.

1024jp commented 8 months ago

You can customize the number globally in the System Settings > Control Center. CotEditor does not provide the option to change the number in the application level.

Screenshot 2023-11-23 at 21 03 19
rovf commented 8 months ago

I don't have this "control center" in my System Preferences:

Screenshot 2023-11-23 at 01 32 59 PM
1024jp commented 8 months ago

Aha, then you can find the same option in the General settings (if I remember correctly).

rovf commented 8 months ago

Indeed!! There it is!!!! Thanks a lot. I find it bizarre to have such an option configurable at the system level, but if Apple decided to have it, it makes of course sense if applications honour it. Nevertheless, configuring it for each application separately would make more sense to me.

1024jp commented 8 months ago

That's good to hear :)

Nevertheless, configuring it for each application separately would make more sense to me.

Yeah, that's reasonable. However, CotEditor has a policy to have less configurable options as much as possible to avoid messy setting options. It's just my decision.