F4Menu for all v0.58

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

icfu wrote:Also I would prefer a change to the "Current File" option:
When focus is in left panel, F4Menu should open attached to the TC panel divider.
When focus is in right panel, it should open attached to the right window border.
Good idea, how about always show menu on the opposite panel and close to the divider?
TCEE, TCPP, F4Menu -- Shanny
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

how about always show menu on the opposite panel and close to the divider?
Regarding readability this is the best solution, definetely.

Regarding the comfort I am not sure though. When focus is right, the menu will popup close to the filename, when focus is on the left, it will popup with a large distance to the filename. Some people may prefer the "belongs to this panel"-feeling.

If you can implement both variants, that would be best. If I had to decide which one to prefer, I would choose your proposal, but that's only me... ;)

Icfu
This account is for sale
User avatar
petermad
Power Member
Power Member
Posts: 16101
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Danish translation of v. 0.145: http://madsenworld.dk/tcmd/f4menu_danish0145.zip
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
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

petermad wrote:Danish translation of v. 0.145: http://www.madsen.homepage.dk/tcmd/f4menu_danish0145.zip
Thanks, it's just a beta version, and I will add more new enties in v0.15, need not hurry to translate that ;)
Thanks ag!
TCEE, TCPP, F4Menu -- Shanny
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

The %temp%\_tc detection is working well. Thank you :)
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

byblo wrote:The %temp%\_tc detection is working well. Thank you :)
That is great to hear! I will not change my temp settings now, I'm satisfied with the c:\WINDOWS\Temp\ setting. So now I finally switched from ChoiceEdit to this excellent tool. Thanks again, Shanny!
I switched to Linux, bye and thanks for all the fish!
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Could you please add a manifest for XP themes?
I switched to Linux, bye and thanks for all the fish!
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

SanskritFritz wrote:So now I finally switched from ChoiceEdit to this excellent tool.
I did the same ;)
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Bug:
When an entry is selected in settings dialog AND the scrollbar is visible, the entry is automatically moved when mouse cursor hovers the dialog. It looks as if mouse up event would be eaten...

Icfu
This account is for sale
User avatar
Vansumsen
Power Member
Power Member
Posts: 761
Joined: 2003-11-09, 08:16 UTC
Location: Belgique
Contact:

Post by *Vansumsen »

:arrow: icfu

Confirmed here.

Paul
Ouistiti, #11943

L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.

1,77245385090552...
User avatar
petermad
Power Member
Power Member
Posts: 16101
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2SanskritFritz
Could you please add a manifest for XP themes?
You can just make one yourself - use the totalcmd.exe.manifest as template. It works fine here.
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
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

petermad wrote:You can just make one yourself - use the totalcmd.exe.manifest as template. It works fine here.

Code: Select all

<?xml version="1.0" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <dependency>
 <dependentAssembly>
 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" processorArchitecture="*"/>
 </dependentAssembly>
</dependency>
</assembly>

A minimalist one.
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

icfu wrote:Bug:
When an entry is selected in settings dialog AND the scrollbar is visible, the entry is automatically moved when mouse cursor hovers the dialog. It looks as if mouse up event would be eaten...

Icfu
Have fixed, will release in next version. :)
TCEE, TCPP, F4Menu -- Shanny
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

byblo wrote:
petermad wrote:You can just make one yourself - use the totalcmd.exe.manifest as template. It works fine here.

Code: Select all

<?xml version="1.0" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <dependency>
 <dependentAssembly>
 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" processorArchitecture="*"/>
 </dependentAssembly>
</dependency>
</assembly>

A minimalist one.
I also made one, thanks you all!
TCEE, TCPP, F4Menu -- Shanny
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

Great tool for sure :)

++ Support for stand-alone version

Question:
I have installed TC on my USB stick and want to use F4Menu with that. How would I link extensions to programs on the stick? Can I use relative paths? I guess it is the same question as running TC on the stick. It uses %COMMANDER_PATH% for plugins but this is set to my local HDD. Not sure how it will work on another computer. Kinda confused ;) Oh yeah, I implemented in portableapps menu :)
Registered user #92105
Post Reply