[BUGs] Thread's dead, baby! Thread's dead.
Moderators: Hacker, petermad, Stefan2, white
[BUGs] Thread's dead, baby! Thread's dead.
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
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
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.
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.
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.
Icfu
Code: Select all
~^q::
IfWinActive, ahk_class TTOTAL_CMD
{
WinGetText, ListerText, A
IfInString, ListerText, Lister -
Send, {TAB}4{TAB}
}
Return
This account is for sale
@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
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
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.
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.
2szlori
I have just given my input on the focus problem at http://ghisler.ch/board/viewtopic.php?p=66625#66625 to support you
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
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
Are there any other forum members who'd like to report that they have answered someone else in another thread? Why not do it here? This thread is worth a sh** anyway as it seems.
These are the last 10 threads I have posted in:
http://www.ghisler.ch/board/viewtopic.php?t=8316
http://www.ghisler.ch/board/viewtopic.php?t=8336
http://www.ghisler.ch/board/viewtopic.php?t=8335
http://www.ghisler.ch/board/viewtopic.php?t=7703
http://www.ghisler.ch/board/viewtopic.php?t=137
http://www.ghisler.ch/board/viewtopic.php?t=8329
http://www.ghisler.ch/board/viewtopic.php?t=8334
http://www.ghisler.ch/board/viewtopic.php?t=8292
http://www.ghisler.ch/board/viewtopic.php?t=8222
http://www.ghisler.ch/board/viewtopic.php?t=8318
Thanks for you contribution.
Icfu
P.S.: Yes, I am in a good mood.
These are the last 10 threads I have posted in:
http://www.ghisler.ch/board/viewtopic.php?t=8316
http://www.ghisler.ch/board/viewtopic.php?t=8336
http://www.ghisler.ch/board/viewtopic.php?t=8335
http://www.ghisler.ch/board/viewtopic.php?t=7703
http://www.ghisler.ch/board/viewtopic.php?t=137
http://www.ghisler.ch/board/viewtopic.php?t=8329
http://www.ghisler.ch/board/viewtopic.php?t=8334
http://www.ghisler.ch/board/viewtopic.php?t=8292
http://www.ghisler.ch/board/viewtopic.php?t=8222
http://www.ghisler.ch/board/viewtopic.php?t=8318
Thanks for you contribution.
Icfu
P.S.: Yes, I am in a good mood.
This account is for sale
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:
I think it is a very good idea.
Support.++
sheepdog
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
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams