The wildcard support wouldn't affect the current behavior, and it also
doesn't introduce any new interface elements. If you don't want - don't use
wildcards.
As for the performance, I suppose that currently the list is filtered with a
fixded wildcard mask "<pattern>*", so it won't be a big penalty.
As for the bugs - this is EAP - there are ought to be bugs :)

BTW I don't mean it as high priority - just saw the post and gave my
oppinion.

regards,
dimiter


"Pete Hendry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> -1 for putting this in CTRL-N (I have no objection to the actual
> functionality).
>
> CNTL-N is probably one of the most used features and anything that may
> slow this down or complicate it is a bad thing in my book. Perhaps
> CTRL-RSHIFT-N or something similar to pull up the more complex version.
>
> Keep frequently used features concise.
>
> Pete
>
> 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