mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
156 stars 64 forks source link

Feature Request: Allow the number of recent documents to be set in Preferences #601

Open mrj opened 3 years ago

mrj commented 3 years ago

It'd save me time if I could increase beyond five the number of recent documents in the File menu.

Can a plug-in be written to do this?

rbuj commented 3 years ago

By default this value is 5, for example if you want to increase it to a higher value, such as 10, you can run the command below:

gsettings set org.mate.pluma max-recents 10
mrj commented 3 years ago

Brilliant. Thank you.