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

Function list view #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidacm
Copy link

@davidacm davidacm commented Jun 2, 2020

This PR adds support for the function list view in notepad++ with NVDA.
It have some issues that were present before:

  • If the scintilla edit window receive the focus manually, the autocomplete feature function won't work. It can be solved if the user go to another window and returns. E.G. press windows key and press it again. Function List view is a good feature of notepad++, that helps to navigate in the code by functions.
  • The user can't jump to an element with children. E.G. A class. I don't know if it can be done with the mouse, but with keyboard this feature don't work.

davidacm added 2 commits June 2, 2020 06:07
… menu,use control + shift + . to place the focus in the view, use enter to jump to the selected item. Use escape to return to the edit field area.
@derekriemer
Copy link
Owner

This now has conflicts (because I took so long to reply). If I don't get to it before you do, please update.

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

Successfully merging this pull request may close these issues.

2 participants