export code from LC

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
brandcode
Posts: 28
Joined: Mon Dec 01, 2014 12:28 pm

export code from LC

Post by brandcode » Thu Jan 08, 2015 7:31 pm

is there any program or something like plugin to export the project script code from lc,to text or html or something else?
Thank you

Klaus
Posts: 14191
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: export code from LC

Post by Klaus » Thu Jan 08, 2015 7:37 pm

Hi Brandcode,

I found this little and old utility on my hd, that will do what you need I think :D
See attachment...


Best

Klaus
Attachments
Analyze it.livecode.zip
(9.47 KiB) Downloaded 275 times

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: export code from LC

Post by FourthWorld » Thu Jan 08, 2015 9:43 pm

I used to make code dump tools for just about every xTalk I've worked in, but over time I've found that code review benefits from understanding the object context as much as the handlers themselves.

For this reason I really love the Project Browser: in one place I can easily traverse the entire hierarchy of objects in a stack file, and see how many lines of code are in each, and open any of them with one click.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply