Code folding for Livecode 9.6.9 and up

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

speedbump1981
Posts: 18
Joined: Fri Aug 08, 2014 7:24 am

Re: Code folding for Livecode 9.6.9 and up

Post by speedbump1981 » Thu May 16, 2024 7:34 pm

bn wrote:
Wed May 15, 2024 7:26 pm
New and current version of Code Folding
...
Kind regards
Bernd
This is awesome, Bernd! Excellent work :D

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

Re: Code folding for Livecode 9.6.9 and up

Post by bn » Sun May 19, 2024 11:22 am

Thank you Derrek,

much appreciated.

Kind regards
Bernd

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

Re: Code folding for Livecode 9.6.9 and up

Post by bn » Thu Jul 25, 2024 1:58 pm

Hello all,

I successfully installed Code Folding
(link to the current version:)
viewtopic.php?f=9&t=38912&start=30#p229971

in
LC 9.6.13 (rc1)
LC 10.0.0 (rc1)
LC Create 1.0 (DP1) in "Classic" mode

This means that you can install above linked Code Folding starting from LC 9.6.9 to the current versions of LC
Usually the release versions also work when Code Folding works in rc or DP versions since the IDE does not change too much.

(Please use the option to make a backup of the 6 IDE files that will be modified before applying the patch permanently, just in case...)

Kind regards
Bernd

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

Re: Code folding for Livecode 9.6.9 and up

Post by bn » Fri Oct 18, 2024 10:22 pm

Hello All,

I succesfully installed and used Code Folding for some time now:

(link to current version)
viewtopic.php?f=9&t=38912&start=30#p229971

in
LC 10.0.0
LC 10.0.1 rc1

LC Create (DP4) in "Classic" mode

Kind regards
Bernd

stam
Posts: 3050
Joined: Sun Jun 04, 2006 9:39 pm

Re: Code folding for Livecode 9.6.9 and up

Post by stam » Fri Oct 18, 2024 10:34 pm

Awesome Bernd, thank you. This is mandatory for all serious coders!

Fjord
Posts: 145
Joined: Sat Dec 06, 2008 6:18 pm

Re: Code folding for Livecode 9.6.9 and up

Post by Fjord » Sun Nov 10, 2024 7:32 pm

I'm currently using the code folding to help me with a 7 stacks project and I DO like it!
Which made me think of a feature (in case you need an idea. ;-)
add a check box to show/hide private handlers in the flowchart
Thanks for the great feature!
--
François
--
François

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

Re: Code folding for Livecode 9.6.9 and up

Post by bn » Tue Nov 12, 2024 9:05 pm

Hello François,

Thank you, I am glad code folding is of help.

However I do not understand:
add a check box to show/hide private handlers in the flowchart
Code Folding does not have a flowchart.

Andreas Bergendal did a "Mapping Handler Dependencies" stack that shows a flowchart.

viewtopic.php?f=9&t=37644&p=227207#p227651

Is it that what you mean?

Kind regards
Bernd

Fjord
Posts: 145
Joined: Sat Dec 06, 2008 6:18 pm

Re: Code folding for Livecode 9.6.9 and up

Post by Fjord » Tue Nov 12, 2024 10:07 pm

>Berndt: Oooopss, my mistake; I'm sorry, I got mixed up between both very useful tools, yours and Andreas'.
--
François

SWEdeAndy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 319
Joined: Sat Aug 16, 2008 9:48 am
Contact:

Re: Code folding for Livecode 9.6.9 and up

Post by SWEdeAndy » Tue Nov 12, 2024 10:17 pm

Haha, yes, I was also intrigued by the flowchart reference. :D Anyway, I’d be happy to add the ability to hide private handlers in my tool if you think that would be useful.
Andreas Bergendal
Independent app and system developer
Free LC dev tools: https://github.com/wheninspace
(WIS_WebDeployHelper, WIS_ScriptDependencies, WIS_BrowserAnimation)
WhenInSpace: https://wheninspace.com

Post Reply