-
Notifications
You must be signed in to change notification settings - Fork 52
Find/Replace - add Go to Go To #259
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
Comments
Done. |
Bug: open Go To, press Enter, open Go To again - it will not appear (but will if you press Ctrl+G from without Find or Replace). |
Fixed. |
Another bug (?): normally Go To's Line defaults to current line but as soon as you do a Find or Replace, Line will be set to last used search string (even if opening the dialog via Ctrl+G in the main window, not from within Find/Replace). |
Fixed. Original Go To's Line defaults (current line index) are always used when opening from main window (no switching from Find/Replace). |
This was fixed if Go To to Line was used but it still happens if going to Offset. |
Fixed. |
Doesn't happen if document has non-empty selection:
|
Fixed. |
Resulting Find dialog appears at the top left corner of the main window, not centered as it should be. If you open Find standalone (not from Go To) and close it, subsequent Ctrl+G -> Ctrl+F cause Find to display in the proper position. |
Fixed. |
Currently it's possible to switch between Find to Replace and from Replace to Find without losing the search string via a hyperlink (and a hotkey). Add the same mechanism for Go To (Ctrl+G). In other words, it should be possible to switch from Find or Replace to Go To, as well as from Go To to Find or Replace.
When switching to Go To - take "Search String" and set it to Line. When switching from Go To - take Line and set it to "Search String".
The text was updated successfully, but these errors were encountered: