-
Notifications
You must be signed in to change notification settings - Fork 11
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
No option in UI to check regex #11
Comments
IMHO the RegExp feature needs much more work before it can be released. The main issue are the different RegExp dialects:
http://www.regular-expressions.info/refflavors.html lists various RE flavors. I think before the RegExp checkbox can be enabled, the following requirements should be met:
Some possible solutions:
Thoughts? Suggestions? |
So
If we use
Not a bad idea.
It depends on how gedit-file-search is perceived: as an advanced GUI for grep or as an advanced GUI for search. In the first case, I don't see problems to only use grep capabilities of the current platform. In the second case, it would be more appropriate to have a single regex syntax for all platforms. |
gedit-file-search seems to already have all code needed to search using regular expression. However, we must activate it by hand in gconf-editor (key
/apps/gedit-2/plugins/file-search/is_reg_exp
).It would be convenient to have a checkbox "Regular expression" under the search field, beside "Case sensitive" and "Whole word".
The text was updated successfully, but these errors were encountered: