Pedro, thanks for your effort to get it completely resolved! Cheers!
--- On Mon, 10/5/09, Pedro Santos <pedros...@gmail.com> wrote: > From: Pedro Santos <pedros...@gmail.com> > Subject: Re: How to list files by name in Eclipe's Package Explorer? > To: users@wicket.apache.org > Date: Monday, October 5, 2009, 12:50 PM > I hope that work: https://bugs.eclipse.org/bugs/show_bug.cgi?id=291387 > > On Mon, Oct 5, 2009 at 1:27 PM, David Chang <david_q_zh...@yahoo.com> > wrote: > > > Thanks for your input! It seems to does the trick. The > only thing I don't > > like is that it shows all the levels of directories, > which is unnecessary > > and makes the Navigator view quite wide. > > > > --- On Mon, 10/5/09, Ramakrishnan Srinivasan <devfac...@gmail.com> > wrote: > > > > > From: Ramakrishnan Srinivasan <devfac...@gmail.com> > > > Subject: Re: How to list files by name in > Eclipe's Package Explorer? > > > To: users@wicket.apache.org > > > Date: Monday, October 5, 2009, 12:06 PM > > > Would it work for you to just use the > > > Navigator view instead of Package > > > Explorer? > > > > > > > > > On Mon, Oct 5, 2009 at 11:01 AM, David Chang > <david_q_zh...@yahoo.com > > >wrote: > > > > > > > Pedro, thanks for the tip! > > > > > > > > Cheers! > > > > > > > > > > > > --- On Mon, 10/5/09, Pedro Sena <sena.pe...@gmail.com> > > > wrote: > > > > > > > > > From: Pedro Sena <sena.pe...@gmail.com> > > > > > Subject: Re: How to list files by name > in > > > Eclipe's Package Explorer? > > > > > To: "David Chang" <david_q_zh...@yahoo.com> > > > > > Date: Monday, October 5, 2009, 10:52 > AM > > > > > Hmmm. > > > > > > > > > > I understood what you are looking for. > I believe > > > that > > > > > eclipse does not provide what you > want. > > > > > > > > > > I always use Ctrl+Shift+R, that opens a > window > > > where I can > > > > > type part of the file name and show all > the > > > matching files. > > > > > > > > > > > > > > > It is not exactly what you want, but I > believe > > > that is the > > > > > best that can be done. Having this > shortcut, > > > personally I > > > > > don't see reasons to use Package > Explorer to > > > search for > > > > > files(I believe that is what you want) > > > > > > > > > > > > > > > Regards > > > > > > > > > > On Mon, Oct 5, 2009 at 11:45 AM, > > > > > David Chang <david_q_zh...@yahoo.com> > > > > > wrote: > > > > > > > > > > confused by your post. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- On Mon, 10/5/09, Pedro Sena <sena.pe...@gmail.com> > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > From: Pedro Sena <sena.pe...@gmail.com> > > > > > > > > > > > Subject: Re: How to list files by > name in > > > Eclipe's > > > > > Package Explorer? > > > > > > > > > > > To: users@wicket.apache.org > > > > > > > > > > > Date: Monday, October 5, 2009, > 10:33 AM > > > > > > > > > > > Package explorer? > > > > > > > > > > > > > > > > > > > > > > At least here, Ctrl+Shift+R using > wildcard > > > (*) have > > > > > > > > > > > replaced the Package > > > > > > > > > > > Explorer Tab =) > > > > > > > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > > > > > > > On Mon, Oct 5, 2009 at 11:26 AM, T > Ames > > > <tamesw...@gmail.com> > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > Your question should be "Is > it > > > possible > > > > > to....?" > > > > > > > > > > > > > > > > > > > > > > > > I have not found a way. > I have > > > gotten used to > > > > > > > > > > > it. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Oct 5, 2009 at 8:48 > AM, David > > > Chang > > > > > <david_q_zh...@yahoo.com> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > Does anybody know the > trick for > > > this task? > > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- On Sun, 10/4/09, > David Chang > > > <david_q_zh...@yahoo.com> > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > From: David Chang > <david_q_zh...@yahoo.com> > > > > > > > > > > > > > > Subject: How to > list files by > > > name in > > > > > > > > > > > Eclipe's Package Explorer? > > > > > > > > > > > > > > To: users@wicket.apache.org > > > > > > > > > > > > > > Date: Sunday, > October 4, > > > 2009, 4:44 PM > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > > > > > > > > > > > I am using Eclipse > for > > > devleopment. > > > > > The > > > > > > > > > > > files in its > > > > > > > > > > > > > > Package Explorer > are listed > > > by > > > > > extensions: > > > > > > > > > > > java files first. > > > > > > > > > > > > > > This is good for > non-wicket > > > > > development. Now > > > > > > > > > > > each page's > > > > > > > > > > > > > > java and markup > files are in > > > the same > > > > > > > > > > > directory and I hope > > > > > > > > > > > > > > to see them > naturally stay > > > together, > > > > > which > > > > > > > > > > > means making > > > > > > > > > > > > > > Package Explorer to > list > > > files by > > > > > name. > > > > > > > > > > > > > > > > > > > > > > > > > > > > How to do this? > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thank you! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > > > > > To unsubscribe, > e-mail: users-unsubscr...@wicket.apache.org > > > > > > > > > > > > > > For additional > commands, > > > e-mail: users-h...@wicket.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > >% > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > > > > To unsubscribe, e-mail: > users-unsubscr...@wicket.apache.org > > > > > > > > > > > > > For additional commands, > e-mail: > > > users-h...@wicket.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > /** > > > > > > > > > > > * Pedro Sena > > > > > > > > > > > * Systems Architect > > > > > > > > > > > * Sun Certified Java Programmer > > > > > > > > > > > * Sun Certified Web Component > Developer > > > > > > > > > > > */ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > /** > > > > > * Pedro Sena > > > > > * Systems Architect > > > > > * Sun Certified Java Programmer > > > > > * Sun Certified Web Component > Developer > > > > > */ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > -- > Pedro Henrique Oliveira dos Santos > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org