-
Notifications
You must be signed in to change notification settings - Fork 51
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 request: Go to line
#67
Comments
I would find it useful. In fact, I added that feature in the original C++ TLV and assigned it to Ctrl-G as well. |
Terence, does that mean that there's an implementation for |
Correction - I added |
Also, what do you guys think should happen if someone does the following: 1.) Turns on highlight only mode, which hides line x from view Should we give an error and not go to the line, go to the line but have it hidden, or maybe go to the nearest line? |
I think going to the closest line is the most intuitive thing we can do in that case |
From time to time, I am using simple ad-hoc scripts to search for more complicated patterns in log files. E.g., recently I had to write a small script which gave me a list of all threads which did acquire locks but did not release them again. I keep those scripts very simple, and they usually output only line numbers of interesting events.
It would be perfect if I could enter the obtained line number in a
Go to line
dialog.Usually, I would just go ahead and implement that feature. However,
Go to line
is usually associated with the keyboard combinationCtrl+G
- and this one is already used for the highlight dialog.Hence, I wanted to start a discussion first: Do you consider
Go to line
useful? Do you think we should reassignCtrl+G
toGo to line
and find some other shortcut forHighlight
?The text was updated successfully, but these errors were encountered: