Ability to control tab title
What is the feature you'd like to have?
I want the ability, in the UI, to change the displayed title for a given bndb/file. Something like File -> Set Title -> [Opens a dialog with a textbox and I put the name in]. Additionally, an API like bv.title = "title" would be nice.
Is your feature request related to a problem? I have many different files open that are the same name but different versions of a file. I want their tabs to reflect which version they are, but don't want to rename the files on disk to enable this.
Are any alternative solutions acceptable? API version of this would be sufficient but not a great UX.
Additional Information: Probably just use a database global for this like filename. Workaround for this for now is just renaming the files on disk