When you create a new file in kate
or gedit
they name them like "Untitled1" or "Unsaved Document 1". How can you change this to some other string$n pattern of your choice?
When you create a new file in kate
or gedit
they name them like "Untitled1" or "Unsaved Document 1". How can you change this to some other string$n pattern of your choice?
I just checked the source codes of both the softwares and unfortunately we can't change those names, as those are hardcoded :(
For Kate : http://bazaar.launchpad.net/~neon/kate/kate/view/head:/part/document/katedocument.cpp#L3652
For gedit : https://git.gnome.org/browse/gedit/tree/gedit/gedit-document.c#n1223