SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => SlickEdit User Macros => Topic started by: jporkkahtc on July 25, 2017, 04:54:26 PM

Title: call_list_safe
Post by: jporkkahtc on July 25, 2017, 04:54:26 PM
If a call_list target function causes a slick-stack then Slick         
can get into a bad state where it keeps calling this function and     
the function keeps crashing.                                           
For targets like "_switchbuf_" this can be unrecoverable.             
                                                                       
This safe version of call_list keeps track - so if a function doesn't 
return, it won't get called again -- instant recovery.                 
Restarting slickedit clears its memory of bad functions.               

Added this to the git repo: https://github.com/jporkka/slickMacros.git