Edit Path Feature - a new development

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 15-03-2003 14:26:02 +0000 jb wrote:

j> ... and it makes your posts lengthy and very ugly. :P

Well, in most cases the truth is an ugly thing by itself, so I just follow the general esthetic conception ;).[/face]
ddofborg
Junior Member
Junior Member
Posts: 30
Joined: 2003-05-12, 15:11 UTC
Location: Netherlands
Contact:

Post by *ddofborg »

Is this feature supported in TC v6.0?

AutoComplete like in Explorer (view all matching directories while typing) or like in UNIX Bash/CMD (pressing a button autocompletes)
Free fast image hosting: http://picserver.org/
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

karlchen wrote:Well, I am not quite able to see what this Cm_EditPath (enhanced title bar) is good for anyway and why so many people asked for it. :?:
Well, Karl, let me give you an example. Assume you have a CD with the following paths in it:

Path A: D:\Disk1\dir1\dir2\dir3\dir4\dir5\dir6
Path B: D:\Disk2\dir1\dir2\dir3\dir4\dir5\dir6

Or perhaps two CDs with the same data structures in them:

Path A: D:\Disk1\dir1\dir2\dir3\dir4\dir5\dir6
Path B: E:\Disk1\dir1\dir2\dir3\dir4\dir5\dir6

How would you easily go from Path A to B? ;)
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Re: Edit Path Feature - a new development

Post by *wanderer »

jose nunes wrote:Now that we can edit the path in the title bar of the files/folders lists it would be very important to have an autocomplete feature associated, like we can see in Windows Explorer or Internet Explorer.

It's very annoying to try to remember the name of that folder that we don't use for a long time.
Nice idea. Perhaps when the editbox in the titlebar is active, tab would act as autocomplete as in most systems.
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
User avatar
interDist
Junior Member
Junior Member
Posts: 36
Joined: 2003-11-15, 15:02 UTC
Contact:

Post by *interDist »

karlchen wrote:Are you all trying to get the "good old Unix/DOS feeling" back by asking for a restricted command line box
+ which only allows you to switch between directories and drives
+ which makes you type in partial pathnames (which you cannot remember and do not want to, either, as you all stress)
+ which supports your bad memories by auto-completion :shock:
How can you remember a thing you have never known? Imagine you work for a corporation with tons of data scattered along many servers + people have shares with their data - you type a name of the computer, autocomplete gives you the options (open shares) in a list, you select one by just typing one-three letters, and the process repeats itself... It's alot faster the entering each directory by itself, scrolling to the needed share, enter, again searching and so on. I for example, save about 2 seconds for each dir while opening such a path with autocomplete.
User avatar
interDist
Junior Member
Junior Member
Posts: 36
Joined: 2003-11-15, 15:02 UTC
Contact:

Re: Edit Path Feature - a new development

Post by *interDist »

wanderer wrote:Perhaps when the editbox in the titlebar is active, tab would act as autocomplete as in most systems.
My wet dream since I work not by myself alone.
katatonic
Junior Member
Junior Member
Posts: 13
Joined: 2004-01-06, 14:52 UTC
Location: Sofia, Bulgaria

Post by *katatonic »

Hi to all. I'm new to this board, though I'm not new to TC (and WC before) and I've been using it for quite a long time :)

Now to the topic:
Just like karlchen I can't see much use of the edit-path feature for me.
And as for what wanderer asked:
wanderer wrote: Path A: D:\Disk1\dir1\dir2\dir3\dir4\dir5\dir6
Path B: E:\Disk1\dir1\dir2\dir3\dir4\dir5\dir6

How would you easily go from Path A to B? ;)
Start typing "cd " in the command line, then press Ctrl-P (which copies the current path to command line), change whatever you want there, then Enter. Not as simple as changing it directly in the titlebar, but not that much more difficult eighter...

However, with autocompletion the Edit path feature could become really useful, especially if autocomplete works both Explorer style - showing a list of matching folders and bash-style - so that Tab autocompletes.

But I think that it will be much more useful if autocomplete (with tab) also works in the command line. It is true, that TC has Ctrl-J, Ctrl-Enter, Ctlr-Shift-Enter, Ctrl-P, etc. to copy names or full paths of files to the command line, but this is not just as cofortable as simply using Tab (or whatever button) to autocomplete. And sometimes I really have to write relatively complex commands and I hate to open a console just to have the autocomplete feature....

For example if you have to merge together a couple of files, probably the easiest way is to execute "copy fileA + fileB + fileC newFile" and it is hard to type this without autocomplete.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 06-01-2004 17:22:59 +0000 katatonic wrote:

k> It is true, that TC has Ctrl-J

I'm sorry, but what exactly ^J do for you in Commander CL? Just curious.[/face]
User avatar
djk
Power Member
Power Member
Posts: 1651
Joined: 2003-03-17, 11:33 UTC
Location: Poland
Contact:

Post by *djk »

katatonic wrote:However, with autocompletion the Edit path feature could become really useful, especially if autocomplete works both Explorer style - showing a list of matching folders and bash-style - so that Tab autocompletes. (...)
Look here. Maybe it will help Christian to find the way to implement it in future versions. Let's hope. :-)
DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl
User avatar
djk
Power Member
Power Member
Posts: 1651
Joined: 2003-03-17, 11:33 UTC
Location: Poland
Contact:

Post by *djk »

Black Dog wrote:[face=courier]On 06-01-2004 17:22:59 +0000 katatonic wrote:

k> It is true, that TC has Ctrl-J

I'm sorry, but what exactly ^J do for you in Commander CL? Just curious.[/face]
It seems to work as Ctrl+Enter.
DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl
katatonic
Junior Member
Junior Member
Posts: 13
Joined: 2004-01-06, 14:52 UTC
Location: Sofia, Bulgaria

Post by *katatonic »

Black Dog wrote:[face=courier]On 06-01-2004 17:22:59 +0000 katatonic wrote:

k> It is true, that TC has Ctrl-J

I'm sorry, but what exactly ^J do for you in Commander CL? Just curious.[/face]
Copies the name of the currently selected file to the command line
katatonic
Junior Member
Junior Member
Posts: 13
Joined: 2004-01-06, 14:52 UTC
Location: Sofia, Bulgaria

Post by *katatonic »

Yep, exactly. I used to use ctrl-j before, not ctrl-enter, that's why I wrote it first....
User avatar
interDist
Junior Member
Junior Member
Posts: 36
Joined: 2003-11-15, 15:02 UTC
Contact:

Post by *interDist »

djk wrote:Look here. Maybe it will help Christian to find the way to implement it in future versions. Let's hope. :-)
I'm really really hoping ... The Great MSDN, please help Christian find his way in the dark WinAPI forest and let the Good achieve Victory!
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Like you---

Post by *Clo »

2karlchen
:D Hello Karl!
Globally, my opinion is the same than yours...
:mrgreen: Cheers!
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
jnijboer
Junior Member
Junior Member
Posts: 2
Joined: 2004-01-08, 10:42 UTC

Post by *jnijboer »

Hi, i recently found out that there was this feature to edit the path (since what version btw?). I really like it, it makes it much faster for me to get to a networkshare. Previously I would go to networkneighbourhood and then browse to the right share, now I can just enter \\pcname\share\directory and I'm right there! However, what's still missing (or I just can't find it :wink: ) is a hotkey to activate that title bar so I can edit the path without first using the mouse.
Post Reply