-
Notifications
You must be signed in to change notification settings - Fork 103
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
show results on the ctrl+f highlighter without clicking #1696
Conversation
with one view open it is exact as wanted. But we can open any view multiple times and also different views. When there are more occurencies we should better select which is wanted, see example somehow the result is also interesting. This would mean highlight all occurencies of ... may be we should have an option. Besides navigation a user to a button/text I was also thinking about using this in the tutorials. On different OS,Screen,Desktops the fonts are different. I want to simplify the navigation for pyautogui, e.g. I can send the keystroke to pyautogui and then look for: Please can you take care that when it is multiple times in the selection to force the user to choose. For the other case (highlight multiple times) we would need a checkbox to enable this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please have a look on an example with multiple times a view opened or different views.
Is that possible to limit to exact one occurency?
Good Evening @ReimarBauer |
Moin Shubh Gaur :) thx. for looking into this.
Currently the Or option with first window may become confusing. In many cases it would mean to click on an other too, but the first is visible already. That would need extra communication. Thx (Meaning of Moin, https://moinmo.in/MoinMoinEtymology, it is a timeless greetings, didn't know timezones ;) ) |
Great! Will get back to you by tomorrow. |
Good night :) |
For changing the ui_shortcut.ui please use the designer command and convert is to a py script by pyuic5. Both are in the environment installed. |
I am looking into why the tests failed. |
I will make a commit for the same |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last change, descriptive default, for avoiding a doc string
This functionality is now much better than before. One last cosmetic change please. It is more about what gets into our mind when we in a year or later read again the lines. |
Sure! will do that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
fixes #1521