oliver / gedit-file-search

Gedit plugin to search a text in all files in a directory
https://oliver.github.io/gedit-file-search/
43 stars 11 forks source link

whole word option + marking of the grep results #2

Closed teacup-on-rockingchair closed 11 years ago

teacup-on-rockingchair commented 13 years ago

I have added two patches

  1. to give "Whole Word" option to the dialogue and search
  2. Marking the row of the found result in the edit window with inverted background as if selected whole row.
oliver commented 11 years ago

Thanks for the patch; the Whole Word option has been implemented (though in a different way).

Regarding selecting the entire line of a result: Gedit will already highlight the line where the cursor is located (there's an option to enable this), and in my experience that's usually sufficient. Selecting the entire line is IMHO too obtrusive, and also interferes with copy/paste selection. I'm closing this issue now, but if anybody has another reason for adding that feature please open another issue.