skyronic / DogEars

Named bookmarks for Sublime Text
17 stars 6 forks source link

[Feature request] Don't open file, when I open bookmarks #3

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Request

It would be nice, if you add opportunity do not open file contain first bookmark, if user want select bookmark in other file.

2. Actual behavior

I install DogEars → in first file test1.txt I create bookmark named first bookmark use DogEars → I close test1.txt → in second file test2.txt I create bookmark named second bookmark use DogEars → I close test2.txt.

Now I want select second bookmark. Ctrl+Shift+Mtest1.txt file open for me. If I select second bookmark, test1.txt not closed for me. But I don't want open test1.txt, I must spend my time to close test1.txt manually.

3. Desirable behavior

As section 2: «I install DogEars → in first file test1.txt I create bookmark named first bookmark use DogEars → I close test1.txt → in second file test2.txt I create bookmark named second bookmark use DogEars → I close test2.txt

Now I want select second bookmark. Ctrl+Shift+Mtest1.txt file don't open for me. I select second bookmark → I press Enter → file test1.txt open for me in bookmark line. File with selected bookmarks will be opened only if I press Enter key.

Thanks.