cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Translate the entire conversation x

How to modify the context menu in Arbortext Editor

dgopois
13-Aquamarine

How to modify the context menu in Arbortext Editor

Hi,

With ACL language, how to modify the context menu in Arbortext Editor (right click with the mouse)?

ACCEPTED SOLUTION

Accepted Solutions

Hi David--

You can use the menu_add command to do this. The menu to modify is ":EditPopup". For example, to add a "Ping" menu item to the context menu, you would use something like this:

menu_add :EditPopup. "Ping" -cmd { response("PING!"); }

--Clay

View solution in original post

2 REPLIES 2

Hi David--

You can use the menu_add command to do this. The menu to modify is ":EditPopup". For example, to add a "Ping" menu item to the context menu, you would use something like this:

menu_add :EditPopup. "Ping" -cmd { response("PING!"); }

--Clay

dgopois
13-Aquamarine
(To:ClayHelberg)

Hi Clay

Thanks for your help.

Announcements

Top Tags