[BUGs] Thread's dead, baby! Thread's dead.

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

[BUGs] Thread's dead, baby! Thread's dead.

Post by *icfu »

Because I prefer to have the "Load bitmaps on startup setting" disabled, this means that for activating all lister plugins that work on directories, like the promising dirsize and IEView, it's needed to switch the panel and press 4, rather annoying.

What about an additional "Load bitmaps on startup" setting for quickviewing directories? To make it perfect I would even suggest to split the complete startup behaviour in four parts to be able to finetune the lister behaviour:
F3 on files
F3 on directories
Ctrl-Q on files
Ctrl-Q on directories

An alternative would be to offer more hotkeys to be able to control the loading, like the Alt-Shift-F3 to disable loading of plugins. Maybe there even are some I don't know?

Furthermore I have discovered an annoyance when I created a new AutoHotkey-script including the hotkey Ctrl-Shift-Q:
If you press *any* key, like Shift, directly after Ctrl-Q, you have to be fast, the quick view panel shows a "?" instead of the summarize page, it somehow doesn't catch the directory anymore. It would be nice if this annoyance would be fixed and additional key presses are just ignored.

Icfu
Last edited by icfu on 2005-08-25, 02:22 UTC, edited 1 time in total.
This account is for sale
kajoj1
Member
Member
Posts: 122
Joined: 2005-08-08, 10:24 UTC
Contact:

Post by *kajoj1 »

Other suggestion: Add cm_ListPlug1..cm_ ListPlug10 to invoke the lister with loaded first 10 plugin in plugin list. It’d be possible to define hotkeys for every lister-plugin.

EX: I have installed DirSize with IEView and IEView has priority. I set new hotkey Alt+Q for DirSize. Then if I press Ctrl+Q I get IEView and when Alt+Q I get DirSize.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Well, although there doesn't seem to be any interest in the request, here is a little AutoHotkey script that automatically presses "4" after activating quick view thru Ctrl-Q, when "Load bitmaps on startup" setting is disabled.

Code: Select all

~^q::
IfWinActive, ahk_class TTOTAL_CMD
{
  WinGetText, ListerText, A
  IfInString, ListerText, Lister -
    Send, {TAB}4{TAB}
}
Return
Icfu
This account is for sale
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@ghisler:
Could you at least comment the bug? What about the question mark?

Another bug:
After Ctrl-Q is pressed on a directory, the title bar in target panel correctly shows the trailing backslash. When navigating to other directories in source panel, the backslash disappears.

These little bugs are rather annoying for hotkey and other scripting purposes.

Icfu
This account is for sale
User avatar
szlori
Senior Member
Senior Member
Posts: 263
Joined: 2005-01-17, 07:12 UTC
Location: Sydney

Post by *szlori »

And see my thread (also nobody seems to be interested) for a focus problem in Quick-View mode:
http://ghisler.ch/board/viewtopic.php?t=8262

These all seem small, easy to fix annoyances.
IMHO, they shouldn't automatically get lowest priority for fixing.
User avatar
petermad
Power Member
Power Member
Posts: 16115
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2szlori
I have just given my input on the focus problem at http://ghisler.ch/board/viewtopic.php?p=66625#66625 to support you :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

This account is for sale
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

2Icfu

if you don't mind I'll great my mother:

Hi Mom, if you come to read this I great you.

Stefan

Regarding your request:
icfu wrote: What about an additional "Load bitmaps on startup" setting for quickviewing directories?

To make it perfect I would even suggest to split the complete startup behaviour in four parts to be able to finetune the lister behaviour:
F3 on files
F3 on directories
Ctrl-Q on files
Ctrl-Q on directories


I think it is a very good idea.

Support.++

sheepdog

"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
klark
Member
Member
Posts: 189
Joined: 2003-02-07, 17:34 UTC
Location: Germany, Düsseldorf

Post by *klark »

[OT]
  • @ icfu
    just a big "Hooray!" and congratulations for this Thread-name. Best ever!

    And of course a little greet to my godchild Simon. :D
[/OT]
    #85370
    User avatar
    Lesmo16
    Senior Member
    Senior Member
    Posts: 380
    Joined: 2005-02-07, 07:18 UTC
    Location: Germany

    Post by *Lesmo16 »

    @Hacker:
    Roman, is the weather in Bratislava as bad as in Bremen?


    Very special greetings to icfu - who's in the mood! :mrgreen:
    Everyone believing in telekinesis, raise my hand!
    Post Reply