Re: Code Folding in LC

2024-05-15 Thread Curry Kenworthy via use-livecode
Bernd: > A new version of Code Folding has been uploaded That's a good effort. Thanks! Best wishes, Curry Kenworthy Radically Innovative Christian LiveCode Development "PASSION for Elegant, Efficient Code!" https://livecodeconsulting.com/ ___ use-l

Re: Code Folding in LC

2024-05-15 Thread Niggemann, Bernd via use-livecode
A new version of Code Folding has been uploaded to the Forum https://forums.livecode.com/viewtopic.php?f=9&t=38912&p=229971#p229971 It addresses a couple of bugs and has been tested to work from 9.6.9 up to 9.6.12 (RC1) and 10.0.0 (DP8) Kind regards Bernd ___

Re: Code Folding in LC

2024-02-25 Thread Mike Kerner via use-livecode
ya know, the script editor could really a touch-up from the script compiler. On Thu, Feb 22, 2024 at 12:23 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > This is a long time coming. > > Bob S > > > > On Feb 22, 2024, at 5:40 AM, Niggemann, Bernd via use-livecode < > use

Re: Code Folding in LC

2024-02-22 Thread Bob Sneidar via use-livecode
This is a long time coming. Bob S > On Feb 22, 2024, at 5:40 AM, Niggemann, Bernd via use-livecode > wrote: > > For all those interested in Code Folding a new version has been posted to the > forum. Easier install and some minor bug fixes. > > https://forums.livecode.com/viewtopic.php?f=9&

Re: Code Folding in LC

2024-02-13 Thread Mike Kerner via use-livecode
i was just about to ask if it still folded tags :-) On Tue, Feb 13, 2024 at 8:41 AM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear list > > I posted a stack on the Forum that temporarily installs Code Folding to LC > version 9.6.9, 9.6.10, 9.6.11, or 10.0.0 DP 7.

Re: code folding

2016-09-19 Thread BNig
Hi Andy, thanks for testing, very helpful. It is reassuring that "Fold All" now works for you. Kind regards Bernd AndyP wrote > Hi Bernd, > > Great, that sorted the problem. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/code-folding-tp4708589p4708610.htm

Re: code folding

2016-09-19 Thread AndyP
Hi Bernd, Great, that sorted the problem. - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB space now: Get Copy Script editor Themer for LC http://2108.co.uk PointandSee is a FREE simple but full featured und

Re: code folding

2016-09-19 Thread BNig
And yes Andy, I am aware of that enhancement request and on the cc for it, thanks for pointing it out. Kind regards Bernd BNig wrote > Hi Andy, Tom and Brahma, > > thanks for testing. > > "Fold All" works for me all the time but there is known inconsistency in > variable naming which I correc

Re: code folding

2016-09-19 Thread BNig
Hi Andy, Tom and Brahma, thanks for testing. "Fold All" works for me all the time but there is known inconsistency in variable naming which I corrected and uploaded. http://berndniggemann.on-rev.com/fold/foldcode.zip same instructions as before: unzip and install in Livecoe 8.1.0 stable replaci

Re: code folding

2016-09-18 Thread AndyP
Hi Bernd, Thanks for this.. you may want to look at this enhancement request.. http://quality.livecode.com/show_bug.cgi?id=6937 On LC 8.1 Win 10, folding individual handlers work great but not fold all. - Andy Piddock My software n

Re: code folding

2016-09-18 Thread Sannyasin Brahmanathaswami
Thanks for this! Fold All doesn’t work here though.. fold-unfold for a single handler does. BR On 9/18/16, 10:25 AM, "use-livecode on behalf of BNig" wrote: Maybe I should have added that folding takes time. I tested against the livecodeIDE file with nearly 12000 lines of co

Re: code folding

2016-09-18 Thread Tom Glod
great addition...thanks. On Sun, Sep 18, 2016 at 4:25 PM, BNig wrote: > Maybe I should have added that folding takes time. > > I tested against the livecodeIDE file with nearly 12000 lines of code. That > takes about 3 seconds to fold all handlers. For 5000 lines it is about a > second. > > Unfo

Re: code folding

2016-09-18 Thread BNig
Maybe I should have added that folding takes time. I tested against the livecodeIDE file with nearly 12000 lines of code. That takes about 3 seconds to fold all handlers. For 5000 lines it is about a second. Unfold All for 12000 lines is a little more than a second, less for smaller scripts. tog