Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
See image attached. How can I get a description next to my command? All help appreciated.
Solved! Go to Solution.
See image attached. How can I get a description next to my command? All help appreciated.
Solved! Go to Solution.
1)If you are customizing, don't change the acad2017doc.lsp. That belongs to Autodesk. Instead add it to your acaddoc.lsp, in a trusted folder on the search path.
2)If you have a custom command that doesn't already exist in the CUI, you need to add it to the cui as a new command. Then complete and test the command macro. Descriptions are a function of the CUI.
That still doesn't do what I need it to.
See image attached. I want custom text in the brackets '( )'. Custom text, not the linked command / description. I was saying description in my first post as an example not knowing it's not a description, it's a linked command.
synonyms are editable on the manage tab, under the customization panel. I am not sure that AutoLISP command qualify as true commands for these purposes.
Glad to help. Thanks for the solution credit and kudo. Others might be interested in the solution you arrived at if different than my proposals.