Hello
Is there a way to get a list of all the scripts used in an app ?
I have to click on a object to get the script but it would be more easy to have the list of the whole set of scripts into the script editor.
regards
Frederic
Finding all the scripts
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Finding all the scripts
Hi Frederic,
have a look at Script Reporter by Stewart Lynch
http://revonline2.runrev.com/stack/282/Script-Reporter
Kind regards
Bernd
have a look at Script Reporter by Stewart Lynch
http://revonline2.runrev.com/stack/282/Script-Reporter
Kind regards
Bernd
Re: Finding all the scripts
Great ! This is it !
Why isn't it a standard functionality ? Mystery...
Thanks a lot.
How to get it launched everytime I open LiveCode ?
Frédéric
Why isn't it a standard functionality ? Mystery...
Thanks a lot.
How to get it launched everytime I open LiveCode ?
Frédéric
Re: Finding all the scripts
Hi Frédéric,
But it is still nice to have the scripts in on place.
Kind regards
Bernd
There is the Application Browser in the Tools Menu, it also gives you an overview of the structure of a stack and you can access the scripts and properties of any object from there.Why isn't it a standard functionality ?
But it is still nice to have the scripts in on place.
you could put the stack into the plug-in folder in your My Livecode folder which is in your documents folder. Then after starting Livecode go to the Plugins menu in the Development menu. Now you can open the Script Reporter manually when you want it. At the bottom of the plugins menu there is Plugin Settings. There you could choose that the Script Reporter starts when Livecode starts, choose open as pallete. I think the manual way is the most convenient since the Script Reporter takes up some space on screen and you probably don't want it to be always open.How to get it launched everytime I open LiveCode ?
Kind regards
Bernd
Re: Finding all the scripts
thanks a lot.