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

Issue 1022: Add GuiTreeview custom filters #1051

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgehrig
Copy link
Collaborator

@jgehrig jgehrig commented Feb 17, 2023

Issue #1022: Support Treeview filtering

Adds support for custom filtering of the content displayed by GuiTreeView.

Uses QSettings to add the following ~/.config/nvim-qt/nvim-qt.conf options:

[Treeview]
ShowDirs=true
ShowDrives=true
NoSymLinks=true
ShowHiddenFiles=false
ShowSystemFiles=false

Default values shown. Defaults line up with the current implicit GuiTreeview filter values.

TODO:

  • Add documentation in the Wiki
  • Add a mechanism to set the options from the shim. Windows uses Registry, difficult to set.
  • Unit Tests

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.

1 participant