You can use a regular expression. \b matches the transition between
word and nonword characters.  So \bword\b will only match word if it
is a whole word.

--- In flexcoders@yahoogroups.com, "reflexactions" <[EMAIL PROTECTED]>
wrote:
>
> In FB Ctrl+H does nothing.
> Ctrl+Shift+F will open the file contents search dialog, but where 
> does that get you?
> 
> There is a caseInsenstive option but no wholeWord option.
> 
> 
> What I am looking for is a caseInsensitive, wholeWord text search 
> across all source files in the project.
> 
> If someone can tell me how to do that in FB I would be grateful
> 
> tks
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "rueter007" <rueter007@> wrote:
> >
> > Ctrl+H will open up a file contents search dialog in eclipse.
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "reflexactions" <reflexactions@>
> > wrote:
> > >
> > > Sorry but no thats the wrong thing,
> > > I am referring to the "Find in Files" search not 
> the "Find/Replace" 
> > > search.
> > > 
> > > I want to search all the files in the project not just the 
> current 
> > > file.
> > > 
> > > 
> > > --- In flexcoders@yahoogroups.com, Sherif Abdou <sherif626@> 
> wrote:
> > > >
> > > > do Ctrl+F and u will get that menu and u have these options, 
> then u 
> > > have to focus in on the file
> > > > 
> > > > 
> > > > ----- Original Message ----
> > > > From: reflexactions <reflexactions@>
> > > > To: flexcoders@yahoogroups.com
> > > > Sent: Wednesday, February 13, 2008 9:50:56 PM
> > > > Subject: [flexcoders] FB word search in files
> > > > 
> > > > How do I do a text search in files in FB that is case 
> insensitive 
> > > and 
> > > > matches whole words only?
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > >       
> > > 
> ______________________________________________________________________
> > > ______________
> > > > Be a better friend, newshound, and 
> > > > know-it-all with Yahoo! Mobile.  Try it now.  
> > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > >
> > >
> >
>


Reply via email to