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 ?

Cheers,

JK


>From: Paul Kinnucan <[EMAIL PROTECTED]>
>To: "J K" <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Searching for variables in a file
>Date: Thu, 7 Feb 2002 15:26:18 -0500
>
>J K writes:
>  >
>  > Hi,
>  >
>  > Let's say I have a variable declared and used in many places in a file.
>  > Currently I use the emacs word-search-forward to search for all 
>occurances
>  > of it. I get the first location. But now to repeat the word search 
>again, I
>  > have to type M-x word-search-forward and then the word.
>  >
>  > I want to know if there is a way by which I could place my cursor on a 
>word
>  > and then do a word search which will step me through all occurances of 
>that
>  > variable.
>  >
>  > Currently using JDE 2.2.9beta8, NTEmacs 21.1.1 Win2k
>
>JDE->Find->Expression will find all occurrences of an arbitrary
>expression anywhere on jde-db-source-directories and display
>them as hyperlinks in a popup buffer.
>
>- Paul
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply via email to