Sublime Forum

Is it possible to indicate already open dirty views in Go to Anything (show_overlay)?

#1

Hi Everyone,

I’m using sublime like VI (without tabs) and using Cmd+P combination quite often to change the view in between the files (already open or to open new one)

The problem is; It would be excellent if I could somehow show already open tabs in the Cmd+P with dirty(saved or not) view indicator.

Looking at the previous posts in the forum, Seems like I need to re-implement full show_overlay function which might be difficult to cover everything it has already.
Plus, I might also do a lot of work for a minor thing.

At this moment, I build a small plugin CurrentViewStatus that shows me the status of view in the status bar.

I was just checking do I miss something or I don’t know; maybe there are already plugins that are covering such functionality.

There are lots of hacks for Sublime Text(I love it!), I’m curious does anyone have any idea/hack to achieve this?

Thanks!
Tev.

0 Likes