F4Menu for all v0.58
Moderators: Hacker, petermad, Stefan2, white
For your case, if the cursor on .TXT and you want to open it, just press F4 directly is OK, need not select it by pressing INS in advance.byblo wrote:I dont understand the behavior of this version :s
For instance, if I have a folder which containing a .TXT file, followed by a .EXE file, and i select on TC the .TXT file only, TC will naturally move the cursor to the next file without selecting it (.EXE)
At that moment, if I press F4 to edit the .TXT, it NOT opens the selected .TXT file, but the .EXE file !
I'm lost...
TCEE, TCPP, F4Menu -- Shanny
MVV

Actually -fp equals to -f -p, where -f is an unannounced parameter, which means force foreground mode.
Thanks! The parameter -a/-r is just added temporarily, will be removed in later version and adopt another approach, so need not new LNG string.Tested -a and -r parameters, work fine. BTW, will their message text be added to LNG?
You are so attentiveAnd, what exactly does parameter -fp? Is there difference between -fp and -p?

Actually -fp equals to -f -p, where -f is an unannounced parameter, which means force foreground mode.
TCEE, TCPP, F4Menu -- Shanny
It was just an example.Shanny wrote:For your case, if the cursor on .TXT and you want to open it, just press F4 directly is OK, need not select it by pressing INS in advance.
For instance if I want to edit 3 TXT, i have to select them! I dont want to edit the file where the cursor stopped after pressing INS ...
To solve this problem, you can set %COMMANDER_PATH% as system env variable.MVV wrote:Thanks for clarification.
The only problem I see in using F4Menu from Explorer is that %COMMANDER_PATH% won't be available there so editors with relative to TC folder path won't work.
TCEE, TCPP, F4Menu -- Shanny
You have to press UP after that, a little inconvenience indeed, but as MVV mentioned - consistent with TC's behavior.byblo wrote:It was just an example.Shanny wrote:For your case, if the cursor on .TXT and you want to open it, just press F4 directly is OK, need not select it by pressing INS in advance.
For instance if I want to edit 3 TXT, i have to select them! I dont want to edit the file where the cursor stopped after pressing INS ...
TCEE, TCPP, F4Menu -- Shanny
You don't need to select file to edit it. Just put cursor onto it and press F4 - just like you did it before using F4Menu.byblo wrote:It was just an example.Shanny wrote:For your case, if the cursor on .TXT and you want to open it, just press F4 directly is OK, need not select it by pressing INS in advance.
For instance if I want to edit 3 TXT, i have to select them! I dont want to edit the file where the cursor stopped after pressing INS ...

I disagree. This change is pointless, and very annoying...Shanny wrote:You have to press UP after that, a little inconvenience indeed, but as MVV mentioned - consistent with TC's behavior.
Old F4Menu behavior was perfect.
Why changing it ???
Well, returning again to 0.20rc4 then

Thanks anyway...
Er... what ? How to you put cursor on the same time on 3 different files ?MVV wrote:You don't need to select file to edit it. Just put cursor onto it and press F4 - just like you did it before using F4Menu.
That is the purpose of selecting them, then press F4 to open all at once...
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Never thought much about it, but the INSert behaviour is just plain bad.
Should be MoveDown + Select, instead of Select + MoveDown.
Just like Ctrl+LeftClick: when no files are selected, cursor starts @ [..]
Ctrl+Click on any File: [..] gets selected (plus the File)
Similarily with INSert: it will select [..] and then move to the next file.
So then one could have (something like):
INSert := Select/Unselect Next File
SPACE:= Select/Unselect Current File.
Shift+Space:=Select/Unselect Previous File.
---
Think I'll remap INSert in AHK
-- though I'll prolly still never use it.
I was almost thinking the (new) behaviour should be optional, but now I believe ghisler should fix the [..] behaviour and possibly the INSert key. The [..] selection has bugged me for numerous years now, and it never makes it to the Fixed List.
Should be MoveDown + Select, instead of Select + MoveDown.
Just like Ctrl+LeftClick: when no files are selected, cursor starts @ [..]
Ctrl+Click on any File: [..] gets selected (plus the File)
Similarily with INSert: it will select [..] and then move to the next file.
So then one could have (something like):
INSert := Select/Unselect Next File
SPACE:= Select/Unselect Current File.
Shift+Space:=Select/Unselect Previous File.
---
Think I'll remap INSert in AHK

I was almost thinking the (new) behaviour should be optional, but now I believe ghisler should fix the [..] behaviour and possibly the INSert key. The [..] selection has bugged me for numerous years now, and it never makes it to the Fixed List.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Seems this change cannot make everyone happy, maybe we need a new option to choose its behavior as user like...byblo wrote:I disagree. This change is pointless, and very annoying...
Old F4Menu behavior was perfect.
Why changing it ???
What's the bug in 0.50? thanks!Anyway, there are others things that are bugging me with 0.50
TCEE, TCPP, F4Menu -- Shanny