Rename is now implemented too! By default, the tab shows the name of the current directory WITHOUT the rest of the path, the same as e.g. the file open dialog does in the dropdown combobox.
2djk wrote:I use MyIE2, there is a nice option to block some tabs, i.e. when I use "close all tabs" the "blocked" ones are not closed.
Blocking of tabs is now also possible. The following happens when a tab is blocked:

When trying to close such a tab, you get an error "This tab is locked!"

When closing all tabs, these tabs are left open

When double clicking on a dir in such a tab, a new tab is opened with that dir
Lucas_C wrote:- Will we be able to reorder tabs by dragging them with the mouse (as for instance supported in the editor of Visual Studio 2003, but not in Mozilla (1.3))
I haven't managed to implement this yet. It seems that the Standard Tab control doesn't support this. Since I don't have Visual Studio 2003, I cannot test how it is implemented there either, e.g. what happens when there is a scrollbox because there are too many tabs.
Lucas_C wrote:- Will we be able to drag a tab from the left pane to the right pane (assuming there are multiple tabs in the left pane)?
No, but in the right click menu, there is a command "Copy tab to other panel".
Lucas_C wrote:- In mozilla I very extensively use the option of 'middle-clicking' a link to open a new tab (and I have the 'load new tabs in background' flag set).
I will try that - but unfortunately the standard reaction of a Listbox to a middle click is to show a scroll icon - moving the cursor up and down then allows to scroll in the listbox without the wheel.
wanderer wrote:I have a Logitech mouse in which you can define the function of the middle button. I have set it to work as double-click. What would happen if i press it on a dir?
Settings in the mouse driver usually override the messages sent to programs, so all TC will get in your case is a double click. Since a double click on a Tab is undefined, nothing will happen (except for the tab being activated). Tabs can still be closed via the right click menu, though.
CADweazle wrote:Why not using CTRL-D (directory-menu) and/or a drop-down Button like for the history command-line, to use a saved-TAB group?
Hmm, interesting idea. How should they be saved? I can imagine 2 possible ways:
1. User saves the tabs to a file, then uses
opentabs filename.ext to load the tabs.
2. A command like
cdtabs c:\dir1|c:\dir2
The second is easier to maintain, but has a limitation of 259 characters in total.
CADweazle wrote:And - what about copying one file to selected dir's in different destination-TAB's?
Yes, this would look like a nice feature - but not so useful because all destinations would have to be opened first. That's bad for hundreds of destination dirs. I think that it would be better to implement it differently, like giving a list file which contains all target dirs.
CADweazle wrote:At least: what about a pre-release-test-version for extensive testing
Sorry, it's still too early for that. I also don't like the idea of public beta tests, because file management is just too dangerous for experiments. The slightest error could lead to data loss.
norfie wrote:IMO nobody needs tabs. icon_wink.gif
Tabs are only a (IMO complicated, space wasting) visual representation of temporary directory hotlist. Why we should choose a so complicated solution like tabs? KISS principle!
Don't worry, nobody will be forced to use the tabs. They will be invisible by default, and only appear when a new tab is opened. But they can be enabled permanently via the configuration.