Adding Macro Menu items from external file #319
Unanswered
Regretfully
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
Right, I don't think you can use the In there, is a |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is it possible to add macro menu items using the autoload.nm file? defining subroutines work fine but when i try to create a macro menu item i get syntax error. I am trying to achieve a way to roll out tools to multiple users without having to mess with their nedit.rc file to add macro menu items, appended sample code below:
autoload.nm
load_macro_file("/home/a394186/.nedit/macrotest.rc")
###############
macrotest.rc
nedit.macroCommands:
Test:::: {\n
dialog("Testing")\n
}\n
################
Kind Regards,
Beta Was this translation helpful? Give feedback.
All reactions