Am 22.08.2011 12:59, schrieb Lex Trotman:
On 22 August 2011 20:14, Thomas Martitz thomas.martitz@student.htw-berlin.de wrote:
Just curious. How does search for whole words in find in files adds to this mix? IIUC it uses grep's -w option?
Only in that it uses the same technique to select the default search string, but you get the chance to edit it for FIF, you don't get the chance for find usage, so find usage needs to be more correct or its not useful.
Uhm, I mean for FIF grep decides about the word boundaries, which may be different to GEANY_WORDCHARS and everything discussed here, no?
Best regards.