Re: can we have 'stacked tabs' in 3.6?
Thomas Wolf <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Thanks John. I decided, for now, to use the "Project View" in the explorer to navigate between the files in my project - it's still pretty clumsy as I have to put files into the project (up to now, I always simply used the file system view), but at least once it's setup, I can fairly quickly hop between files. Seems like one elegant alternative to stacked tabs in the editor window would be an "Open Files" view in the Explorer! Actually a window like that already exists - the "Documents" window (does anyone use that window? I didn't even know it existed until I started writing about this idea!) The main problem with it is that you can't seem to make it a tab in the Explorer. The entries in this "Open Files" (a.k.a. "Documents") view should act just as the editor tabs do - i.e. when you single-click on an entry, it would bring it to the forefront in the editor window. Food for thought. tom John Richardson wrote: > > On Thu, 2004-03-25 at 11:36, Thomas Wolf wrote: > >>I've tried to live with the new design, but find the new way cumbersome - it >>takes at least two clicks to get to a previously visited file (either by >>clicking on the tiny file-drop down and selecting the file _or_ - if your >>file happens to be visible in the explorer window - double-clicking on it >>there.) Two-clicks vs. one click may not seem like a big deal, but it >>can get quite annoying when you jump around alot. >> >>Any suggestions? Maybe I just missed the option to turn stacked tabs back >>on? > > > Personally, I have enough files (tabs) open that the tabs themselves are > almost useless for file navigation. Instead, I use one of: > - ctrl+` to get to recently used files. This UI could use some work, > but is usually the best option > - shift+f4 and arrow to the file > - the editor downarrow > >