[9.20b5] Going to first entry in the drive root

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

[9.20b5] Going to first entry in the drive root

Post by *Hacker »

Hi all,
27.05.18 Added: When going to the root of a drive or share, e.g. via Ctrl+< or "\" button, place cursor on the directory which was part of the path, e.g. go to root from c:\Windows\System32 -> put cursor on "Windows" (32/64)
I tried to restore the previous behavior by creating an em_ command consisting of

Code: Select all

cm_GoToRoot, cm_GoToFirstEntry
and

Code: Select all

cm_GoToRoot, cm_wait 1000, cm_GoToFirstEntry
but neither worked. What am I doing wrong?

TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: [9.20b5] Going to first entry in the drive root

Post by *tuska »

Hacker wrote:What am I doing wrong?
Probably nothing.
I also have a button with command

Code: Select all

cm_SrcViewMode0,em_ClearAllFilter
that no longer works in beta 5.

cm_SrcViewMode0 is executed.
em_ClearAllFilter is no longer executed or the command is executed only on its own.

See also: viewtopic.php?p=342170#342170 <-- hint from petermad.

Regards
Karl
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

tuska,
I see, thank you.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Combined cm commands are currently disabled because of a reported crash. They may get re-enabled in a later release.
Author of Total Commander
https://www.ghisler.com
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Post by *tuska »

The last command of a combined command now works again in Beta 6.
Thank you!
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Confirmed fixed, thank you!

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply