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

Bookmarks to switch scenes and code lines #2746

Closed
GrandFunkR opened this issue Nov 6, 2015 · 5 comments
Closed

Bookmarks to switch scenes and code lines #2746

GrandFunkR opened this issue Nov 6, 2015 · 5 comments

Comments

@GrandFunkR
Copy link

It can be useful to define bookmarks .
For example, clicking right mouse button on the line number (in code editor) may display a context menu to toggle a bookmark on that line (and maybe breakpoint)
Then have buttons that allow you to move to the point where was defined next or previous bookmark .
Bookmarks can be placed also on the scene, so you can switch to different scenes or points of different code using bookmarks.
I hope I have made ​​it clear what I mean.

@akien-mga akien-mga changed the title feature required: bookmarks to switch scenes and code lines Bookmarks to switch scenes and code lines Nov 6, 2015
@KoBeWi
Copy link
Member

KoBeWi commented Mar 18, 2018

Well, now we have function shortcuts, but bookmarks would still be useful for long functions. I often have to jump between two lines in code and it would be much more efficient if I didn't have to search them each time.

Notepad++ has bookmarks done very well.
Ctrl + F2 to toggle bookmark on current line
F2 to go to next bookmark
Shift + F2 to go to previous bookmark

Makes navigating code A LOT easier.

@naturally-intelligent
Copy link

+1 for this feature!

I would prefer F2 to be the bookmark shortcut.

Most code editors use F2 with modifiers for bookmarking.

@rogeriodec
Copy link

I was going to suggest this too, but I found this suggestion, so I'm one more to support this idea.
Too bad the request was made almost 4 years ago and so far nothing has been done ...

@KoBeWi
Copy link
Member

KoBeWi commented May 20, 2019

With #28218 merged, should we also add scene bookmarks (whatever they are) or is this issue done?

@akien-mga
Copy link
Member

I think it can be considered solved. I'm not sure what scene bookmarks would be like, but if there's interest in such feature it should likely be discussed separately.

Fixed by #28218.

@akien-mga akien-mga added this to the 3.2 milestone May 21, 2019
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

5 participants