Re: Script Indenting?

2015-12-15 Thread J. Landman Gay
She's bck.. Cool. :-) On December 15, 2015 11:10:19 AM CST, Mark Wieder wrote: >Jeanne! Haven't heard from you in ages! -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Script Indenting?

2015-12-15 Thread Mark Wieder
Jeanne! Haven't heard from you in ages! -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Script Indenting?

2015-12-15 Thread Lyn Teyla
Jeanne A. E. DeVoto wrote: > This was changed because for very long scripts, indenting the entire script > (instead of just one handler) could cause a considerable pause when > indenting. (HyperCard did the whole script, but HyperCard also had a 32K > limit on a single script.) > > This was

Re: Script Indenting?

2015-12-15 Thread Dr. Hawkins
On Mon, Dec 14, 2015 at 11:09 PM, Jeanne A. E. DeVoto < revolut...@jaedworks.com> wrote: > This was changed because for very long scripts, indenting the entire > script (instead of just one handler) could cause a considerable pause when > indenting. (HyperCard did the whole script, but HyperCard

Re: Script Indenting?

2015-12-15 Thread Robert Brenstein
On 15.12.2015 at 12:46 Uhr -0800 Dr. Hawkins apparently wrote: It's still an issue . . . it takes a few seconds on my very long scripts. Maybe tab should indent only a single handler and option-tab indent the entire script. RObert ___

Re: Script Indenting?

2015-12-15 Thread Peter M. Brigham
OMG, Jeanne DeVoto! I had no idea you were following this list. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Dec 15, 2015, at 2:09 AM, Jeanne A. E. DeVoto wrote: > At 1:29 PM +0100 12/12/2015, Lyn Teyla wrote: >> Some years back, pressing the key to trigger

Re: Script Indenting?

2015-12-15 Thread Kay C Lan
On Tue, Dec 15, 2015 at 10:18 PM, Peter M. Brigham wrote: > OMG, Jeanne DeVoto! It really is Christmas! Now all we need is a post from Dan Shafer and it will prove there really is a Santa Claus :-) ___ use-livecode mailing list

Re: Script Indenting?

2015-12-14 Thread Jeanne A. E. DeVoto
At 1:29 PM +0100 12/12/2015, Lyn Teyla wrote: Some years back, pressing the key to trigger indenting used to affect the entire script, but then it got changed to only affect the current handler for some reason. This was changed because for very long scripts, indenting the entire script

Re: Script Indenting?

2015-12-13 Thread David Bovill
I doubt there is any scripting that relies on ids? And backward compatibility is simply a free lines of set the scrip of behaviour / stack? On Sunday, 13 December 2015, Mark Wieder wrote: > On 12/13/2015 04:37 AM, David Bovill wrote: > > Mark - is glx2 is in Bitbucket >>

Re: Script Indenting?

2015-12-13 Thread Mark Wieder
On 12/13/2015 10:16 AM, David Bovill wrote: I doubt there is any scripting that relies on ids? And backward compatibility is simply a free lines of set the scrip of behaviour / stack? Sorry... I don't understand this at all. -- Mark Wieder ahsoftw...@gmail.com

Re: Script Indenting?

2015-12-13 Thread David Bovill
Sorry from my mobile Stack scripts and behaviours could be split out as script only scripts. Then a simple script could pull this in and set the stack script / behaviour script of a backward compatible branch? This could even be done I think with a post-commit hook? On Sunday, 13 December

Re: Script Indenting

2015-12-13 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Some time ago, Mark Schonewille kindly showed me his HTML colorizer, which I use regularly (Thanks Mark !). I would not be against having a Script Colorizer (with indents, of course), as I find it difficult to review even my own coding when I return to it some time

Re: Script Indenting?

2015-12-13 Thread Mark Wieder
On 12/13/2015 04:37 AM, David Bovill wrote: Mark - is glx2 is in Bitbucket Yeah, it's on bitbucket, but I've been holding off releasing the new version pending a few nasty LC bugs (16426, 16448, 15617). . Any suggestions about how to fork a

Re: Script Indenting?

2015-12-12 Thread Scott Rossi
Thanks for the pointer. I want to format script text that lives in a standard LC field for easier readability. The script gets executed by a "do script" command. Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 12/12/15, 2:32 AM, "use-livecode on behalf of

Script Indenting?

2015-12-12 Thread Scott Rossi
Anyone know where the script/rules for indenting a LiveCode script resides in the IDE? Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Script Indenting?

2015-12-12 Thread Peter TB Brett
On 2015-12-12 11:22, Scott Rossi wrote: Anyone know where the script/rules for indenting a LiveCode script resides in the IDE? Hi Scott, The scriptFormat handler might be a good starting point:

Re: Script Indenting?

2015-12-12 Thread Lyn Teyla
Peter TB Brett wrote: > When I have the time, I'd really like to split the script indenting & > formatting code out from the script editor into a separate library. > > That would make it much easier for people to use and re-use, not only in IDE > extensions etc. but also in

Re: Script Indenting?

2015-12-12 Thread Peter M. Brigham
A while back, Mark Wieder posted a snippet of code that I use in my library stack that does this very thing, calling some obscure IDE handlers: -- colorize script -- thanks to Mark Wieder, of the useRev listserv -- how he figured this out, I don't know put the number of

Re: Script Indenting?

2015-12-12 Thread Peter TB Brett
On 2015-12-12 11:37, Scott Rossi wrote: Thanks for the pointer. I want to format script text that lives in a standard LC field for easier readability. The script gets executed by a "do script" command. When I have the time, I'd really like to split the script indenting & f

Re: Script Indenting?

2015-12-12 Thread Mark Wieder
On 12/12/2015 06:40 AM, Peter M. Brigham wrote: Sorry, read your post too fast, you want to do indenting, not colorizing. But it sounds as if Mark Wieder has delved into some aspects of the script editor scripts, so maybe he can chime in. Actually, glx2 does its own indenting, which I am

Re: Script Indenting?

2015-12-12 Thread Peter M. Brigham
Sorry, read your post too fast, you want to do indenting, not colorizing. But it sounds as if Mark Wieder has delved into some aspects of the script editor scripts, so maybe he can chime in. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Dec 12, 2015, at 5:37