Alias Menu

Posted by Poromenos on Tue 10 Jun 2003 11:44 PM — 6 posts, 14,882 views.

Greece #0
const eAliasMenu = 8192 ' this alias appears on the alias menu

Uhh... WHAT alias menu?!
There's an alias menu?
Greece #1
OK, I found it... Talk about undocumented features... I didn't even know there was such a menu! That rocks! By the way, how do we add a menu separator and submenus? :p
If you could make a structure where scripts/plugins could add their aliases in submenus, it would be great.
Greece #2
Also, what happens with wildcards? Do they just get set to ""?
Greece #3
Also, is it only possible for it to call script functions? Can't it call plugins? It would be awesome if my plugins could each have its own submenu with a list of commands in it...
Australia Forum Administrator #4
From memory, if a plugin installs an alias with a menu, then the script that is called is looked for in that plugin, thus a plugin can install its own alias menus.

However submenus and separators are not supported.
Greece #5
I tried it with a plugin, and it couldn't find the sub to call. Can't you make it support separators or submenus? I think this feature has a lot of potential.