FavMenu 2.0

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
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I choose C: in script (previously added to its menu) and noth happens. I choose D:(prev added to menu) and it goes to D:
That is by design of dialog. It behaves like the DOS box. If you type c: only drive is changed. If you add \ at the end, you will get what you want. I was too lazy to change this, but now I will.
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2majkinetor !
Can you test this ahk script that should display the name of My Documents ?
OK: Мои документы
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

Hello,

How can I replace the TC Directory hotlist by TCfavMenu. I used to dbl click on the blue bar to call Directory hotlist. How can I intercept this event (with AHK) and called TCfavMenu instead of Directory hotlist.

Any idea ?

TIA

PS I guess the solution must be a fraction of this AHK script written by Icfu but I can't figure out wich part :(
http://www.ghisler.ch/board/viewtopic.php?p=88007#88007
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

You can catch clicks to * button in TC. This is nice idea. I will try to implement it.
I can also add parameter to scripts so you can call it via button.

Dbl clicks on title bar are little harder to catch. You have to install AHK timer for that and measure time between single clicks on concrete TC control (in your case, it is "curent dir" control
Habemus majkam!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

2 gbo

I will implement this, since I personally miss this feature.
So, you just have to be patient.
Habemus majkam!
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

majkinetor ! wrote:2 gbo

I will implement this, since I personally miss this feature.
So, you just have to be patient.
Thanks, I miss it too.

By the way I cannot add an entry/icon with the editor (configure...) every time I try to do that the entry is not recorded. But I can record it with CTRL+Enter.

I attached a video, maybe I am doing something wrong.

Continue the good work

http://mesphotos.fontismedia.com/tc/1772006_115_29.sqx
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

2gbo

You have to press ENTER after changing the item. It said so in the radme.doc

Since this was already confusing, I will change this so that enteries are recorded on key press..


I implemented both dblclick both * button hook. You will have it in a new version..
Habemus majkam!
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

majkinetor ! wrote:2gbo

You have to press ENTER after changing the item. It said so in the radme.doc

Since this was already confusing, I will change this so that enteries are recorded on key press..
It works with ENTER :oops: Thanks, but if you could implement the change on key press it will be greatly appreciated.
majkinetor ! wrote: I implemented both dblclick both * button hook. You will have it in a new version..

Cool 8)
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

New version
See history on the first page.
Habemus majkam!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6967
Joined: 2003-02-06, 17:36 UTC
Location: Germany

How do I set the target dir

Post by *Horst.Epp »

In TC I can store the current target dir if I store a new entry.
I can't find this feature in FavMenu
TealC
Junior Member
Junior Member
Posts: 96
Joined: 2005-08-10, 11:34 UTC

Post by *TealC »

today, i've upgraded from 1.0 to 1.1, and sadly many keys don't work as hotkeys anymore, for example "§" or "¨".
When starting the script i get the error

Code: Select all

Error: "§" is not a valid key name. The current thread will exit.
The error happens on line 048

would be nice, if these keys would work again.

thx, and keep up the good work

TealC
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Re: TC FavMenu & Menu Editor 1.1

Post by *gbo »

majkinetor ! wrote: - Added Total Commander hook to “Current Directory” header: double click on it will open TC menu preventing original TCs menu.
THANKS that's very handy and I like the possibility to have an icon beside a entry.

Wishlist :
----------
1) I wonder if it would be possible to click on a subgroup and that it goes to the command (My subgroup are generally folders name as well)

Code: Select all

+Backup (go to Backup folder cd E:\Backup)
    |  
    --- Sifnos (go to Sifnos folder cd E:\Backup\Sifnos)
            |
            ---Www  (go to Www folder cd E:\Backup\Sifnos\www)
2) Warning before deleting a subgroup
3) Right click on an entry brings the properties screen
4) Being able to move an entry or entire submenu with the mouse in menu editor

Ideally 1, 2 and 3 should be configurable

These are just suggestions that will make this great script even better for me.
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

2Horst.Epp
This is currently not supported. Sorry. I will support this in future version.

2TealC
hm.... I didn't change anything about hotkeys. I don't know what is it, nor I have influence on that. Hotkeys are handled by Autohotkey itself. Try to manuely set them in the ini file: change tcKey under [TCFavMenu]. Use ^ for ctrl, # for Win, + for Shift, ! for ALT.
For instance, +A = SHIFT A


2gbo
1. Good idea. I always wanted that also. Now I use first entery of the subgroup to open the group. I am not sure this can be done in AHK though. Once menu is displayed I can't track mouse movements, keypresses or anything... If this was written in C.... I will try to find some workaround for this since I miss this feature very much.

2. You don't need a worning since nothing will be saved until you press SAVE. But it is possible.

3. Cant' do, imposible in AHK I think... I used CTRL ENTER since I wasn't able to set this. The same problem as in 1.

4. Don't know about this.... low priority for now... Maybe two buttons with UP/DOWN ? This is easy to implement now.


HOOK BUG: When TC is not active, dblclick on header will not open Favmenu but TC directory menu. So, first activate TC then dbl click. I will try to fix this in next version.


NOTE: I am on vacation next 3 weeks. I will continue script upgrades after that.
Habemus majkam!
TealC
Junior Member
Junior Member
Posts: 96
Joined: 2005-08-10, 11:34 UTC

Post by *TealC »

majkinetor ! wrote: Try to manuely set them in the ini file: change tcKey under [TCFavMenu]. Use ^ for ctrl, # for Win, + for Shift, ! for ALT.
For instance, +A = SHIFT A
i did. same ini works with 1.0, doesn't with 1.1.

strange...
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

1. Good idea. I always wanted that also. Now I use first entery of the subgroup to open the group. I am not sure this can be done in AHK though. Once menu is displayed I can't track mouse movements, keypresses or anything... If this was written in C.... I will try to find some workaround for this since I miss this feature very much.
OK we will see if you find something.
2. You don't need a worning since nothing will be saved until you press SAVE. But it is possible.
OK you right you can forget about this request
3. Cant' do, imposible in AHK I think... I used CTRL ENTER since I wasn't able to set this. The same problem as in 1.
It's a pity because it will be handy.
4. Don't know about this.... low priority for now... Maybe two buttons with UP/DOWN ? This is easy to implement now.
I agree low priority here too, the idea was to have something similar to Wincmd Directory Menu Customizer

NOTE: I am on vacation next 3 weeks. I will continue script upgrades after that.
Have a nice holidays I think you deserve it :wink:
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
Post Reply