gcanyon / navigator

The amazing small powerful plugin for Livecode that makes you a better, faster developer.
12 stars 4 forks source link

Behavior stack creation - take advantage of new syntax #38

Open macMikey opened 4 years ago

macMikey commented 4 years ago

When navigator creates behavior stacks it also outputs a list of script lines to be added to a stack to ensure that the SOS's get their behaviors assigned. Add with behavior to the script header to eliminate that

macMikey commented 4 years ago

eh maybe this isn't going to be as helpful as i thought. it seems that with behavior only works with other SOS's (not to legacy button behaviors), so unless you walk the entire chain and convert every behavior to an SOS, the with behavior will break.