SlickEdit Community

Archived Beta Discussions => SlickEdit 201x Beta Discussions => SlickEdit 2016 v21 Beta Discussion => Topic started by: TKasparek on July 22, 2016, 07:19:19 PM

Title: Slick-C Error invoking list-macros
Post by: TKasparek on July 22, 2016, 07:19:19 PM
See stack attached.
Title: Re: Slick-C Error invoking list-macros
Post by: Clark on July 22, 2016, 10:16:44 PM
It looks like you added a macro command where the name_info() is bad.

We can fix this particular stack but there may be stacks caused by this elsewhere. The second argument in the name info is supposed to be an integer.
Title: Re: Slick-C Error invoking list-macros
Post by: TKasparek on July 26, 2016, 05:17:32 PM
That was definitely it. I'm trying to get some macros working to integrate functionality between SE and other work tools to streamline debugging... The documentation I could find on name_info is a little thin.
https://community.slickedit.com/index.php/topic,13546.0.html
Thanks
Title: Re: Slick-C Error invoking list-macros
Post by: Clark on July 26, 2016, 08:12:27 PM
The first argument is a string which specifies completion.  The second argument is an integer flags mostly used for enable/disable.