custom-title icon indicating copy to clipboard operation
custom-title copied to clipboard

Add fileIsModified boolean

Open Alexeenco opened this issue 10 years ago • 1 comments

This allows to have an indication of the current file having unsaved changes, like in Sublime Text.

Example template:

<%= fileName %><% if (fileIsModified) { %> • <% } %> - Atom

Alexeenco avatar Nov 26 '15 05:11 Alexeenco

I submitted this as a pull request in the new project being maintained: https://github.com/pixilz/custom-window-title/pull/7

baincd avatar Jan 17 '18 02:01 baincd