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

Document Editor: add "Go to Document..." menu item #2090

Open
awqk opened this issue Nov 9, 2024 · 1 comment
Open

Document Editor: add "Go to Document..." menu item #2090

awqk opened this issue Nov 9, 2024 · 1 comment
Labels
enhancement Request: New feature or improvement

Comments

@awqk
Copy link

awqk commented Nov 9, 2024

Main/Document menu: Select from sorted list of documents, filter list by starting to type document name.

Project Tree View context menu: Filter the list to show only sub-items of the selected item.

The document list could be a list of all documents in a project, or the list of recently opened documents (once document history is available, see #1440). Example implementation: VSCode/"Go To File..."

Selecting a document opens the document in the Editor.

@awqk awqk added the enhancement Request: New feature or improvement label Nov 9, 2024
@awqk
Copy link
Author

awqk commented Nov 9, 2024

Option: add two menu items, one opening the document in the Editor, the other opening it in the Viewer

  • re-label existing menu-items "Open Document" to "Open Selected Document"
  • add menu-item "Open Document..."
  • re-label existing menu-items "View Document" to "View Selected Document"
  • add menu-item "View Document..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request: New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant