bollu / sublimeBookmark

a better bookmark system for SublimeText
Apache License 2.0
133 stars 30 forks source link

While in split screen, "go to bookmark" also changes other pane #55

Open antoine-gallix opened 8 years ago

antoine-gallix commented 8 years ago

I have a project with bookmarks and working with two vertical panes. The cursor is located in the left pane, use "go to bookmark" and the left pane switch to the desired bookmark, however, in the right pane, strange things are happening. The right pane is on file a. "goto bookmark" in the left pane during selection of the bookmark, the right pane jumps to file b (always the same, even if not opened yet) select bookmark in the left pane, the right pane jumps to file c (always the same, it's another bookmark)

Well, in general, the goto bookmark flow mess with the pane which is not in focus, setting it to different states of opened files and focused file, all along the bookmark selection process on the primarily focused pane.

aymaluser commented 8 years ago

I have the same problem/complaint/feature request. It looks like what's happening is if you have focus on one pane, and the next bookmark, or the bookmark of interest is in another file open in another pane, rather than switching to the already opened file pane (expected behavior), it brings the bookmarked file to the current pane, which results in file grouping getting all mixed up.

paulmist commented 7 years ago

Also having this problem.

Accessing Bookmarks in one pane causes inactive pane to jump as well.