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

searching a single documentation #6

Closed
gutierri opened this issue Apr 24, 2017 · 8 comments
Closed

searching a single documentation #6

gutierri opened this issue Apr 24, 2017 · 8 comments

Comments

@gutierri
Copy link
Contributor

This is something that has in DevDocs web, but in DevDocs-Desktop does not. The GTK default behavior when tab is used is to go to the next button or something clickable.

ref http://devdocs.io/help#search

@gutierri
Copy link
Contributor Author

@jonian I do not know to what extent it is possible to do this kind of thing in GTK.
2017-05-13-19--39--26

@jonian
Copy link
Member

jonian commented May 14, 2017

@gutierri it is not possible with the gtk search entry. It will need a custom widget.

I am a little busy now with work related projects but I will try to implement it when I find some time.

@gutierri
Copy link
Contributor Author

@jonian OK!

@gutierri
Copy link
Contributor Author

@jonian Hey have any references to any suggestions to close this out?

@jonian
Copy link
Member

jonian commented Sep 10, 2017

Hi @gutierri , sorry for the late response.

I do not have any references to any suggestions. I will give this a try soon.

@Martin1887
Copy link

+1.

This is the most important missing feature I find. Multiple tabs is useful, but this is necessary.

In GTK the keys pressed can be captured, but I don't know if a filter can be set in a search bar as DevDocs web version does. My suggestion to solve this problem is putting a secondary search bar for the language at the left of the primary search bar, if this search bar is not filled the primary searchs in all languages, otherwise it only searchs in the language specified.

I hope this comment were useful.

@gutierri
Copy link
Contributor Author

gutierri commented Jun 7, 2018

I think maybe you do not need to be exactly like in mockup, maybe put some pattern like: python3:filter:term or python:terms search. If you think OK, we can start working on it.

jonian added a commit that referenced this issue Nov 19, 2018
mimics the original behaviour but the ui is not finished

wip for issue #6
jonian added a commit that referenced this issue Nov 19, 2018
get value from webview element
fixes issue #6
@jonian
Copy link
Member

jonian commented Nov 19, 2018

This is now implemented. The ui is not the best looking but for now is easiest option.
devdocs-filter

@jonian jonian closed this as completed Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants