-
-
Notifications
You must be signed in to change notification settings - Fork 113
Additional Search options in menu #1276
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
Conversation
|
@jeremypw can you resolve conflicts here? This is a huge improvement and I'd love to get this merged :) Also, can you make sure to add lines in metainfo.xml for these fixed issues |
# Conflicts: # src/Widgets/SearchBar.vala
|
Checking for regressions due to merging master. |
|
There are some quirks in the searching but they seem to be present in master as well so can be fixed separately. |
danirabbit
left a comment
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.
Touched up some style stuff, this looks awesome. Nice work!
Fixes #933
Fixes #1275
Fixes #1175 (bitesize)
Puts all current search options (Cyclic, Case Sensitive, Regex) into a menu and adds another (Whole Word). Also an additional Case Sensitive sub-option is implemented making the current Emacs mode optional. To this end a combobox with three choices replaces one of the switches.
Design input required: