jisaacks / MaxPane

Sublime Text plugin to quickly maximize a pane in a multi pane layout without resetting the layout.
MIT License
78 stars 9 forks source link

Add "MAX" to status bar when MaxPane is active #11

Closed mreq closed 8 years ago

mreq commented 8 years ago

So that there's an indicator.

jisaacks commented 8 years ago

I like this a lot.

When you are using for view in self.window.views(): there is already reference to w = self.window so can you change it to for view in w.views():

I am not sure I like, the key 0_maxpane, or the value just being MAX but I am not really able to think of a better solution so it's fine.

I will merge this once you make that change.

Thanks!! :)

mreq commented 8 years ago

I've updated the code. Not sure about the key either, but that's the only way of forcing the text to the leftmost corner I found.