-
Notifications
You must be signed in to change notification settings - Fork 86
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
Several improvements for the Resource window #1119
Comments
That's because the keywords are OR'ed.
edit: |
Thanks nofish, this works as expected! Thanks so much! Just a little detail: would it be possible to make AND work as default mode (without the need to type it)? That's how the action list works as well. AND is default and if we need OR, we can type it. |
Thanks for testing and reporting back. About making AND default, hm.. I fear someone will complain about changing existing behaviour then. :P |
Hmm maybe you could make it an option (checkbox) to select the default behavior? |
On the other hand, I can't think of any default behavior where adding several words would result in an OR search. Even the Media Explorer has AND as default. Just as general thought. Maybe it would be more consistent to apply the same behavior to the resources window. |
Resources: Enter key in filter textbox focuses list Issue reaper-oss#1119
Resources: Enter key in filter textbox focuses list Issue reaper-oss#1119
On further thought, agreed. :) |
That would be awesome! :) |
…m/nofishonfriday/sws into sws-2019-08, PR reaper-oss#1129 * 'filter-textbox-dont-block-del-ley' of https://github.com/nofishonfriday/sws: Filter textbox: don't block Del key (Marker list, Track list, Resources) Resources: Enter key in filter textbox focuses list Issue reaper-oss#1119 # Conflicts: # whatsnew.txt
…m/nofishonfriday/sws into sws-2019-09, PR reaper-oss#1129 * 'filter-textbox-dont-block-del-ley' of https://github.com/nofishonfriday/sws: Filter textbox: don't block Del key (Marker list, Track list, Resources) Resources: Enter key in filter textbox focuses list Issue reaper-oss#1119 # Conflicts: # whatsnew.txt
@nofishonfriday Hi ! How this has been implemented ? It is only OR filter for now.
Actually I'm not sure people will complain. All other reaper fields are AND filters, so it is definitely the expected behavior. 😄 (or at least the expected behavior would been to have working filter with OR keyword support and NOT, like other reaper fields). |
@X-Raym @cfillion |
It depends on the C++11 stdlib so it cannot be used as-is on macOS < 10.7 (it also depends on boost but only for a |
https://i.imgur.com/x58Y7J7.gif
In the GIF above, I would have expected that entering "sym" and "soft" would only return the
"SYM Strings Sus Extra Soft" patch.
The text was updated successfully, but these errors were encountered: