rajeshvaya / Sublime-Extended-Tab-Switcher

View all open files (sorted/unsorted) for switching between them.
MIT License
26 stars 10 forks source link

"Untitled" appears for files that are scratch files. #4

Closed pope closed 9 years ago

pope commented 9 years ago

Some of the tabs that are open are scratch tabs (temp files not stored anywhere), like "Find Results"; however, their name appears as "Untitled", which is just un helpful considering that there is a name associated with that view -- view.name().

Are there any concerns about not using view.name() for these instances when the view isn't associated with a real file?

rajeshvaya commented 9 years ago

Hello, I had missed testing with scratch files like "Find Results", I implemented the view.name() now - release 2.2.0