Re: Re: [nbdev] Too many editor tabs?
Ivan Soleimanipour <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
> From [email protected] Mon Mar 20 16:29:14 2006 > To: [email protected] > From: Jesse Glick <[email protected]> > Date: Mon, 20 Mar 2006 19:28:10 -0500 > Subject: [nbui] Re: [nbdev] Too many editor tabs? > > Ivan Soleimanipour wrote: > > 2) have an LRU (not alphabetical) list in a menu pulldown. > > Is this similar to the LRU list of editor tabs you currently get by > pressing Ctrl-Tab? > I tried it but Ctrl-Tab was usurped by my KDE window manager. But still ... there is the pull down in the editor toolbar and this. Is the alphabetical cache really useful? Why not replace it with the LRU list? > > 3) make it much easier (using filename completion) to open a file > > not on the lru list. > > There is already Alt-Shift-O for Java classes, Not applicable to Native/other lang IDE and people who cannot or choose to not use full project and MDR support. > which as I understand it > will become rather more powerful in promo-H. There is also an nbextras > module for quick opening of other files but I haven't tried it yet; I > hope such a system will be in the standard IDE sometime soon. (This can > suffer from less-distinctive naming schemes for some sorts of non-*.java > files.)