Good idea, how about always show menu on the opposite panel and close to the divider?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.
F4Menu for all v0.58
Moderators: Hacker, petermad, Stefan2, white
TCEE, TCPP, F4Menu -- Shanny
Regarding readability this is the best solution, definetely.how about always show menu on the opposite panel and close to the divider?
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
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
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
Thanks, it's just a beta version, and I will add more new enties in v0.15, need not hurry to translate thatpetermad wrote:Danish translation of v. 0.145: http://www.madsen.homepage.dk/tcmd/f4menu_danish0145.zip

Thanks ag!
TCEE, TCPP, F4Menu -- Shanny
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
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!byblo wrote:The %temp%\_tc detection is working well. Thank you
I switched to Linux, bye and thanks for all the fish!
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
2SanskritFritz
You can just make one yourself - use the totalcmd.exe.manifest as template. It works fine here.Could you please add a manifest for XP themes?
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
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>
Have fixed, will release in next version.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

TCEE, TCPP, F4Menu -- Shanny
I also made one, thanks you all!byblo wrote:petermad wrote:You can just make one yourself - use the totalcmd.exe.manifest as template. It works fine here.A minimalist one.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>
TCEE, TCPP, F4Menu -- Shanny
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 

++ 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


Registered user #92105