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

hide searchentry by default #761

Merged
merged 1 commit into from
Feb 14, 2017
Merged

hide searchentry by default #761

merged 1 commit into from
Feb 14, 2017

Conversation

bilelmoussaoui
Copy link
Contributor

fixes #756
On other Widgets
screenshot from 2017-02-14 14-56-06
screenshot from 2017-02-14 14-54-55
screenshot from 2017-02-14 14-55-37

@gnunn1 I would like to add a CTRL + F to reveal the search entry, but as it's my first attempt to write D code, some tips would be very helpfull :)

@gnunn1
Copy link
Owner

gnunn1 commented Feb 14, 2017

Thanks, that's great. You can use addonKeyPress or addOnKeyRelease to the shortcut treeview to listen for Ctrl-F. Have a look at search.d for an example.

@gnunn1 gnunn1 merged commit 8564583 into gnunn1:master Feb 14, 2017
@bilelmoussaoui bilelmoussaoui deleted the search branch February 14, 2017 15:29
@bilelmoussaoui
Copy link
Contributor Author

@gnunn1 Perfect! I will add that soon :)

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.

Don't always show the searchentry on shortcuts settings
2 participants