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
bayarookie
Junior Member
Junior Member
Posts: 17
Joined: 2007-09-15, 16:17 UTC
Location: Ulan-Ude, Russia

Post by *bayarookie »

Maybe you can use function GetFullPathNameW or something else.
And to editor send as is from TC.
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

bayarookie wrote:Maybe you can use function GetFullPathNameW or something else.
And to editor send as is from TC.
Yes, if only considering the sent file name, it's easy to resolve,
however, the problem is the other multiple selected files, seems no decent way to get their unicode names, unless Ghisler implement unicode for file listbox.
TCEE, TCPP, F4Menu -- Shanny
sergeich28
Junior Member
Junior Member
Posts: 12
Joined: 2007-09-26, 13:00 UTC

Post by *sergeich28 »

2Shanny

Possible do that menu of the program appeared on centre of the screen?
Sample:
Selection menu appears at the position of:
1. Current file
2. Mouse cursor
3* Center screen

Bug:
Maximum number of open files 31, but real only 16 :-(


Thank you
Last edited by sergeich28 on 2007-09-28, 15:01 UTC, edited 2 times in total.
bayarookie
Junior Member
Junior Member
Posts: 17
Joined: 2007-09-15, 16:17 UTC
Location: Ulan-Ude, Russia

Post by *bayarookie »

Vo minbao. It is no good. But most of editors does not support unicode filenames. Send em to three letters, how it says russians.

Oh, I have idea! May be you add on settings some ComboBox with 2 or more items:
1-Open file under cursor;
2-Open selected files;
3-...
4-...
5-Close all opened files;
6-Shutdown windows;
:D
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

Some little requests :

-The ability to choose the starting path for each editor, like in TC

-Ability to fully customize the parameter line, like in TC (%P %p %n %N, remove the " ...)

BTW : Any news about the incorrect %temp% folder detection when editing into an archive ?

edit: I support too the request to have the ability to choose a custom icon for an specified editor (useful when using batch files to re-interpret some editors with an exotic behaviour with parameters).
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

2Shanny

I use TC Plugins Manager and I can't configure WLX plugins when the default editor of Total Commander is F4Menu.

If Notepad, Choice Editors or OpenFileTC is set no problem occur.
My Best Wishes,

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

Post by *icfu »

This is because F4Menu doesn't accept filename as parameter, it was already discussed and requested.

Icfu
This account is for sale
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2byblo
BTW : Any news about the incorrect %temp% folder detection when editing into an archive ?
What are you talking about? I think I have the same problem, as I cannot edit files in archives or over ftp.
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 »

Ok, after some testing with FileMon and Icfu, we found a workaround: setting the TEMP to c:\WINDOWS\Temp\
My TEMP was previously on the default path, which is %USERDATA%\Temp. Somehow F4Menu could not find the file extracte by TC, and passed it on to PSPad and quit. In FileMon I saw, that F4Menu tried to open the path with its short 8.3 names, maybe that went wrong, I dont know. So this is a bug report now: when TEMP is set to
c:\Documents and Settings\SanskritFritz\Local Settings\Temp\
F4Menu cannot find the extracted file and quits. Anyone can confirm that?
I switched to Linux, bye and thanks for all the fish!
sergeich28
Junior Member
Junior Member
Posts: 12
Joined: 2007-09-26, 13:00 UTC

Post by *sergeich28 »

2eugensyl
F4Menu running only if window TC active
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

SanskritFritz wrote:Ok, after some testing with FileMon and Icfu, we found a workaround: setting the TEMP to c:\WINDOWS\Temp\
My TEMP was previously on the default path, which is %USERDATA%\Temp. Somehow F4Menu could not find the file extracte by TC, and passed it on to PSPad and quit. In FileMon I saw, that F4Menu tried to open the path with its short 8.3 names, maybe that went wrong, I dont know. So this is a bug report now: when TEMP is set to
c:\Documents and Settings\SanskritFritz\Local Settings\Temp\
F4Menu cannot find the extracted file and quits. Anyone can confirm that?
Aha, I have already fixed this bug some days ago but have not released it, you can get the latest version here,
http://www.shanny.com.cn/download/F4Menu_v0.145.zip

Just a beta test version.
TCEE, TCPP, F4Menu -- Shanny
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

sergeich28 wrote:Selection menu appears at the position of:
1. Current file
2. Mouse cursor
3* Center screen
OK, It's easy to implement. But, is it necessary?
Bug:
Maximum number of open files 31, but real only 16 :-(
Already fixed, try the latest release, currently, if selected amount exceed the limitation, you can choose to open all files or the first num files.
Last edited by Shanny on 2007-09-30, 03:03 UTC, edited 1 time in total.
TCEE, TCPP, F4Menu -- Shanny
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

byblo wrote:Some little requests :

-The ability to choose the starting path for each editor, like in TC
Ok, someone suggested before.
-Ability to fully customize the parameter line, like in TC (%P %p %n %N, remove the " ...)
I already add it into TODO list in the first post.
BTW : Any news about the incorrect %temp% folder detection when editing into an archive ?
already fixed
edit: I support too the request to have the ability to choose a custom icon for an specified editor (useful when using batch files to re-interpret some editors with an exotic behaviour with parameters).
icfu suggested, in TODO list too.
TCEE, TCPP, F4Menu -- Shanny
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Shanny wrote:
sergeich28 wrote:Selection menu appears at the position of:
1. Current file
2. Mouse cursor
3* Center screen
OK, It's easy to implement. But, is it necessary?
I would prefer to have a "Center in TC window" or even better than that, an "Open at panel divider position" option. A fixed location of a popup is often a good way to prevent eye distraction.

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.

Right now too much of the important panel content – the selected file names – is covered. Also it happens too frequently that mouse cursor is directly hovering a menu entry when menu pops up.

Icfu
This account is for sale
User avatar
Shanny
Member
Member
Posts: 177
Joined: 2003-02-24, 08:38 UTC

Post by *Shanny »

bayarookie wrote: Oh, I have idea! May be you add on settings some ComboBox with 2 or more items:
1-Open file under cursor;
2-Open selected files;
3-...
4-...
5-Close all opened files;
6-Shutdown windows;
:D
In an archive or ftp server, F4 always open file under cursor, maybe we should ask Ghisler to add this feature for F4
TCEE, TCPP, F4Menu -- Shanny
Post Reply