auto-complete: not listing sub directory if no drive letter

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jaycee
Junior Member
Junior Member
Posts: 10
Joined: 2005-11-30, 17:28 UTC

auto-complete: not listing sub directory if no drive letter

Post by *jaycee »

The case:
C:\
sub1
sub11
sub12
sub13
sub2
sub21
sub22
sub23
sub3
sub31
sub32
sub33

within sub2, if I type "cd s" (or only "cd ") nothing is proposed. I have to enter "cd .\" to see the subfolder list.


JC
Licence #125670, bought to say "Thanks".
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, this is unfortunately a known limitation of auto-complete, it only reacts when typing a backslash or forward slash.
Author of Total Commander
https://www.ghisler.com
jaycee
Junior Member
Junior Member
Posts: 10
Joined: 2005-11-30, 17:28 UTC

Post by *jaycee »

good, I will forward the bug report to microsoft ;)

jc
Licence #125670, bought to say "Thanks".
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

What about an AHK script that will autofill your command line with "cd .\" if it is empty? For example it could be autoexecuted after pressing the standard shortcut Ctrl-Y.

Icfu
This account is for sale
serjayes
Junior Member
Junior Member
Posts: 56
Joined: 2004-01-19, 16:53 UTC

Post by *serjayes »

If I'm in the directory abc and I type

somecmd ..\f

then I get with the autocomplete all the files from the directory above abc. But, if I try

somecmd ..\cde\f

where directory cde exists and there are files starting with f there, autocomplete doesn't appear at all.
(user licence #64081)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I haven't fully understood yet what exactly is going on in Microsoft's autocomplete functions. Some paths work and some don't...
Author of Total Commander
https://www.ghisler.com
Post Reply