Page 1 of 1

Finding all the scripts

Posted: Thu Apr 07, 2011 10:46 pm
by fpierron
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

Re: Finding all the scripts

Posted: Thu Apr 07, 2011 11:23 pm
by bn
Hi Frederic,

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

Posted: Fri Apr 08, 2011 7:52 am
by fpierron
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

Re: Finding all the scripts

Posted: Fri Apr 08, 2011 9:11 am
by bn
Hi Frédéric,
Why isn't it a standard functionality ?
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.
But it is still nice to have the scripts in on place.
How to get it launched everytime I open LiveCode ?
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.

Kind regards

Bernd

Re: Finding all the scripts

Posted: Fri Apr 08, 2011 9:30 am
by fpierron
thanks a lot.