Page 1 of 1
Handler-call
Posted: Sun Mar 12, 2017 10:12 am
by UKMC
Dear all,
is there a function in LC to find out from which scripts a special handler (function or command) is called ?
I need this because I have to change the name of a command and subsequent the necessity to rename all calls of this command.
Your help is very appreciated
Best regards and a nice sunday
Ulrich
Re: Handler-call
Posted: Sun Mar 12, 2017 12:24 pm
by Thierry
UKMC wrote:Dear all,
is there a function in LC to find out from which scripts a special handler (function or command) is called ?
I need this because I have to change the name of a command and subsequent the necessity to rename all calls of this command.
Your help is very appreciated
Best regards and a nice sunday
Hi Ulrich,
Please check
executionContexts in the dictionary....
HTH,
Thierry
Re: Handler-call
Posted: Sun Mar 12, 2017 12:32 pm
by jmburnod
Hi Ulrich,
is there a function in LC to find out from which scripts a special handler (function or command) is called ?
executionContexts should be useful for that
I need this because I have to change the name of a command and subsequent the necessity to rename all calls of this command.
Why not use search/replace tool ?
Best regards
Jean-Marc
Re: Handler-call
Posted: Sun Mar 19, 2017 2:16 pm
by UKMC
Hi Jean-Marc,
thanks for the hint, I had not realized the extended find/replace-functionality up to now.
It works perfect, thanks
Ulrich