sublime_text icon indicating copy to clipboard operation
sublime_text copied to clipboard

Add hint/docs for missing/invisible `set_unsaved_view_name` setting.

Open deathaxe opened this issue 3 years ago • 2 comments

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

deathaxe avatar Jul 23 '22 09:07 deathaxe

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.

aw-sk1 avatar Oct 16 '22 12:10 aw-sk1

It is unrelated to core ST. It is a MarkdownEditing issue.

deathaxe avatar Oct 16 '22 14:10 deathaxe