FavMenu 2.0

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

beta3
+ new setup option: menu postion
Display at cursor, at mouse position or at center of active window

* little speed and memory improvement. Now, nothing will stay in memory unless you see it.

2TealC
You can export registry for now and add it to the remote system registry.

Btw, how can I get ¨ shortcut ? Is it just SHIFT key alone ?
Habemus majkam!
TealC
Junior Member
Junior Member
Posts: 96
Joined: 2005-08-10, 11:34 UTC

Post by *TealC »

majkinetor ! wrote: 2TealC
Btw, how can I get ¨ shortcut ? Is it just SHIFT key alone ?
no, thats a key on the swiss german keyboard. it is ANSI Code 168

on the swiss keyboard that's just left of the return key. I have no idea what this key is good for, so i use it for your script :wink:

btw:

one little "bug" in beta 1.0, don't know if it is fixed already in b3:
If you do not start the script from inside tc (autorun for example) the variable %commander_path% has to be set inside the script, because without, the the totalcmd.inc file can't be found. And therefore the "SendTCCommand(cm_editpath) doesn't work.
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

YOur downloadlink does not work for me. I see your website that tells me flashplayer 8 is required.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

sorry for the link, it is fixed now.
TealC wrote:the variable %commander_path% has to be set inside the script
thank you for reminding me about the thing I saw but forgot to change.
This was serious overlook.


beta4 uploaded that fixed this bug.
Habemus majkam!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6532
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

The last download does not contain a compiled version.
Would be helpful for people who do not have Autohotkey installed.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Don't worry. First non beta version will contain single exe and single script. I am just tired on preparing everything again on every upload which is several times a day in last few days.

This thing is coming to its end...
Habemus majkam!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

2Flint
If you see this, please tell me how can I upload compiled script exe to the totalcmd.net.
Habemus majkam!
User avatar
XPEHOPE3KA
Power Member
Power Member
Posts: 854
Joined: 2006-03-03, 18:23 UTC
Location: Saint-Petersburg, Russia

Post by *XPEHOPE3KA »

I'm for Flint here today :)

Saw this post? Use ICQ to contact Ergo.
User avatar
hoppfrosch
Junior Member
Junior Member
Posts: 67
Joined: 2004-10-20, 05:39 UTC

Bug with mixed up favorite directories

Post by *hoppfrosch »

Bug report:

Found following behaviour with TCFavMenu 1.0beta4 (and earlier):

I've configured the following favorite in wincmd.ini
menu10=AutoHotkey
cmd10=cd C:\Programme\AutoHotkey

Using Alt-W within TotalCommander and selecting "Autohotkey" from my favorites and pressing enter, the following string is inserted in the "Current Directory"-line:
"C:\rgryPoamme\AutoHotke"

which isn't what I expected ... (this wrong insertion happens with all favorites I have defined, when pressing "ALT-W", select a favorite, "ENTER" within TC ... (The characters are mixed up in a different way for each favorite))
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

new version... almost final.

2hoppfrosch

This is strange. Can not fix this, sorry... I really don't know what is going on here. If you want send me your non-working wincmd.ini file (complete file, in zip)

If It works here, you will have to cooperate with me with some debug procedures. I don't know how this can be possible, I don't do anything except reading from IniFile and storing that info in array.

Also, check does it do the same in: open dialog, TC itself, Desktop

Maybe some other program is interfering. Close all resident apps.
Habemus majkam!
User avatar
hoppfrosch
Junior Member
Junior Member
Posts: 67
Joined: 2004-10-20, 05:39 UTC

Post by *hoppfrosch »

2majkinetor:

You're right - it interferes with another application: I have got running PowerPro ( http://powerpro.webeddie.com/ ) and this seems to cause to described behaviour.

After canceling PowerPro, your Tool works fine ...

I'll try to find out more ...
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Can you check if this problem ocurs with exe version ?
Also, if PP has some exclusions set them for this app.
Habemus majkam!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Just before it's too late a Feature request:

As you know you can execute commands in the directory hotlist.

c:\program files\tcfavmenu.ahk

will run this script. Is it possible to do the same in your script, maybe with another special key?

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I didn't know that.

I will try to add it. It is good feature. No need for another special key.
Modifier in this case can be something else, like, using SHIFT can open this progy's folder in TC.
Habemus majkam!
TealC
Junior Member
Junior Member
Posts: 96
Joined: 2005-08-10, 11:34 UTC

Post by *TealC »

sheepdog wrote:Just before it's too late a Feature request:

As you know you can execute commands in the directory hotlist.

c:\program files\tcfavmenu.ahk

will run this script. Is it possible to do the same in your script, maybe with another special key?
majkinetor ! wrote:I didn't know that.

I will try to add it. It is good feature. No need for another special key.
Modifier in this case can be something else, like, using SHIFT can open this progy's folder in TC.
if you are doing this, maybe you could also integrate the entries from the tc starter menu. it is in the wincmd.ini in the [user] section, and has the same syntax as [DirMenu], so it should not be much more coding work than adding the capability of executable [DirMenu] entries
Post Reply