-
Notifications
You must be signed in to change notification settings - Fork 7
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
Invoking and focus upon invoking #53
Comments
I don't consider this to be a huge issue (since you can just hit
Unfortunately I can't replicate that, but that is definitely a more serious problem. |
Problems that this commit should solve: 1. Hiding or showing the form changing input focus in an unclear way (issue young-developer#53) 2. Nothing showing when the form is first loaded (issue young-developer#36) 3. When the form is reloaded, it showed out-of-date search results (e.g., it would show files in the top directory of a file that is no longer active) There was no associated issue for this, but it bugged me.
Hopefully this is resolved in version 2.6.4. |
@alankilborn Please could you double check this issue in v. 2.6.4 ? |
Version 2.6.
I'm editing text in a Notepad++ tab, and now I want to run NavigateTo's functionality. If I press the shortcut keycombo, the NavigateTo window that I had open from the last time closes, when what it should do is stay open and take input focus here:
Worse, when the NavigateTo window closes, input focus is left in some strange and unknown place, because a second press of the keycombo does nothing.
The text was updated successfully, but these errors were encountered: