J K writes:
 > Paul,
 > 
 > When I use JDE-Find-Expression and type the word I want to search, I see the 
 > following being run
 > 
 > find c:/Work/Java/Rob/src -name "*.java" -type f | xargs grep -i -n "m_case" 
 > /dev/null NUL
 > 
 > Sometimes I want to run 'grep -w -n' and sometimes the 'grep -i -n'. Is 
 > there a way to configure this ?
 > 

Not currently.

- Paul

Reply via email to