Archive for March, 2011

SciTE Find in Files

Small tip for SciTE users ,

Replace your find code inside the user option file with this command
find.command=grep -R --include="$(find.files)" --line-number "$(find.what)" $(find.directory)
So now you will be able to find inside sub folders too