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

If regex is checked, results are not highlighted in the bottom panel #12

Open
jpfleury opened this issue Jun 20, 2011 · 0 comments
Open

Comments

@jpfleury
Copy link
Contributor

If regex is activated in gconf-editor (key /apps/gedit-2/plugins/file-search/is_reg_exp), results are not highlighted in the tab located in the bottom panel.

For example, if we search "Fi.d" (case sensitive) in gedit-file-search files, we get 2 results:

file-search.glade
8:     <property name="title" translatable="yes">Find in files</property>
searcher.py
24: # - SearchProcess (uses RunCommand to run Find, parses its output, and starts GrepProcess)

but matches (here the word "Find") are not highlighted in yellow. Now, uncheck /apps/gedit-2/plugins/file-search/is_reg_exp in gconf-editor, and search "Find" in gedit-file-search files. We'll get the same 2 results, but now the word "Find" is highlighted in yellow for both results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant