Add hint/docs for missing/invisible `set_unsaved_view_name` setting.
Problem description
Is there a certain reason for not mensioning set_unsaved_view_name setting anywhere?
A feature request related to that - so far unknown/hidden - setting was filed at https://github.com/SublimeText-Markdown/MarkdownEditing/issues/704.
Preferred solution
Add the following to Packages/Default/Preferences.sublime-settings
// Controls whether to display an automatically generated name
// on a view's tab control based on its content.
// If `false` tabs of unsaved files always display "untitled".
"set_unsaved_view_name": true,
Alternatives
??
Additional Information
No response
Automatic renaming of Sublime Text files to Headers had stopped working on my system, presumably following a package upgrade.
So perhaps the default behaviour has now been changed from automatically renaming to headers from what it had previously been. I'd found it difficult to find this setting anywhere after originally checking through all options in the package settings and documentation, so perhaps it's worth updating that if it's not been done already.
It is unrelated to core ST. It is a MarkdownEditing issue.