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

tab complete the closest path match #96

Closed
kaarrot opened this issue Jan 24, 2019 · 4 comments
Closed

tab complete the closest path match #96

kaarrot opened this issue Jan 24, 2019 · 4 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@kaarrot
Copy link

kaarrot commented Jan 24, 2019

Would be nice if pressing tab could complete to the closest match in the path.
Btw, have you considered fuzzy search for narrowing down the choices?

@rodlie rodlie added the enhancement New feature or request label Jan 24, 2019
@rodlie rodlie modified the milestones: 6.2.0, 6.1.6 Jan 24, 2019
@rodlie
Copy link
Owner

rodlie commented Jan 27, 2019

merged #98

@rodlie rodlie closed this as completed Jan 27, 2019
@rodlie rodlie added the bug Something isn't working label Feb 5, 2019
@rodlie
Copy link
Owner

rodlie commented Feb 5, 2019

#98 broke the context menu for bookmarks (removing the focus on bookmarks), my bad that I didn't catch this before merging ...

@rodlie rodlie reopened this Feb 5, 2019
@rodlie rodlie modified the milestones: 6.1.6, 6.1.7 Feb 5, 2019
@rodlie
Copy link
Owner

rodlie commented Feb 5, 2019

bookmarksList->setFocusPolicy(Qt::ClickFocus);

seems to work for both bookmarks and pathEdit. Any input?

rodlie added a commit that referenced this issue Feb 5, 2019
@rodlie
Copy link
Owner

rodlie commented Feb 5, 2019

fixed

@rodlie rodlie closed this as completed Feb 5, 2019
rodlie added a commit that referenced this issue Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants