Nikolaus Wittenstein
Nikolaus Wittenstein
Yeah, I think a stack would work just fine. I was just trying to think of how deep the stack needs to be. Would we need a stack for every...
Say it's the seven-pane layout: ``` +-----------+ | | | | | | +---+ | | | | | +-------+ | | | | | | +---+ | | | ...
And what if on the way back you only go up once instead of twice, but still end up in the correct pane when moving left?
Yeah, I'm just wondering which one is more intuitive. Should it be the last time you came from that direction, or should you be able to "unwind" your movements in...
That's the way I would do it! Feel free to give it a shot :)
I wonder if it would be possible to tie into Sublime's built-in MRU system.
That's the only one I know of, and I don't know if there's any way of interacting with it other than by binding a command to "next_view_in_stack" or whatever it's...
Yeah. SublimeFileBrowser is using a normal text view to fake a file tree. This plugin has no way of knowing that it's not a normal text view like any other.
It seems like a pretty straightforward regex... I'm not sure why the error talks about its complexity, unless we're running it when there's a huge selection or something. There's no...
@chrisgravel did you get that error while running WordHighlight, or just while searching?