Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Bookmarks sorted in the order they were added #694

Closed
xstar2091 opened this issue Feb 7, 2024 · 3 comments
Closed

[FEATURE] - Bookmarks sorted in the order they were added #694

xstar2091 opened this issue Feb 7, 2024 · 3 comments

Comments

@xstar2091
Copy link

Currently, bookmarks are added in order of line number. For example
1 add bookmark 'a' 2 3 add bookmark 'c' 4 5 add bookmark 'b'
I add bookmakr 'a' at line 1, and then add bookmark 'b' at line 5, and then add the last bookmark 'c'
The bookmakrs shown in the explorer is
'a' (Ln 1, Col 1)
'c' (Ln 3, Col 1)
'b' (Ln 5, Col 1)
Will you please sort bookmarks in order of line number? In this case, the bookmarks shown in explorer is
‘a' (Ln 1, Col 1)
'b' (Ln 5, Col 1)
'c' (Ln 3, Col 1)

@alefragnani
Copy link
Owner

Hi @xstar2091 ,

Are you asking to sort bookmarks by the order they were added (using a timestamp approach), or is it by its label (a, b and c)?

If it is the order they were added, the request is similar to #183, which asks for a stack bekavior and requires reengineering in the engine. On the other hand, if you are asking a sort by label approach, issue #217 asks for the same.

Could you confirm your request is a duplicate of any of these?

Thank you

@alefragnani
Copy link
Owner

I'm closing this issue because no new comments has been added since my last question, and the requests seems to be duplicates.
Feel free to reopen/comment providing more details, if you think it is not a duplicate.

Thanks for your understanding

@alefragnani alefragnani closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2024
@xstar2091
Copy link
Author

Is the "Stack sorting/jumping behavior"(#183) supported? I need this feature, but not find how to use it in bookmarks plugin. I do not find how to support stack sorting behavior in google.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants