Finding all the scripts

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
fpierron
Posts: 56
Joined: Thu Dec 16, 2010 11:12 am
Contact:

Finding all the scripts

Post by fpierron » Thu Apr 07, 2011 10:46 pm

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

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: Finding all the scripts

Post by bn » Thu Apr 07, 2011 11:23 pm

Hi Frederic,

have a look at Script Reporter by Stewart Lynch

http://revonline2.runrev.com/stack/282/Script-Reporter

Kind regards

Bernd

fpierron
Posts: 56
Joined: Thu Dec 16, 2010 11:12 am
Contact:

Re: Finding all the scripts

Post by fpierron » Fri Apr 08, 2011 7:52 am

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

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: Finding all the scripts

Post by bn » Fri Apr 08, 2011 9:11 am

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

fpierron
Posts: 56
Joined: Thu Dec 16, 2010 11:12 am
Contact:

Re: Finding all the scripts

Post by fpierron » Fri Apr 08, 2011 9:30 am

thanks a lot.

Post Reply