+1

Even just R*Bean would be great to find all the classes that end in 'Bean' and
start with 'R'.

One baby step at a time... :)

cc

dimiter wrote:

> I imagine it as full wildcard support in the ctrl+N dialog:
>
> Ctrl+N > *Stream.re*()
> would match the reset() and read() methods (and possibly some more) of all
> the streams
>
> Ctrl+N > *Stream.re*(*, int)
> would match the read(byte[], int)
>
> Ctrl+N > *Stream.re*(byte[], **)
> would match the read(byte[]) and read(byte[], int)
>
> etc..
>
> "Neil Galarneau" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I like Ctrl-N a lot - its great to be able to jump to a class & see the
> class list narrow as
> > you type.
> >
> > Sometimes, though, I want to go to a different symbol (method, field,
> parameter, etc.) instead
> > of a class (I don't always even remember which class the symbol is in).
> >
> > I'd love to see this functionality added to Ctrl-N.  Maybe by adding a
> second checkbox to the
> > one that is there now (for non-project classes) called something like
> "Other Symbols".
> >
> >
> > Thanks,
> >
> > Neil
> >

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to