IDE Script Editor question...

Trevor DeVore lists at mangomultimedia.com
Tue Nov 29 23:08:00 EST 2016


On Fri, Sep 23, 2016 at 7:13 PM, Richard Gaskin <ambassador at fourthworld.com>
wrote:

> Poking around in the SE I found an even simpler solution - replace line
> 3108 of "revSEEditorBehavior"
>
>       scriptFormat "handler"
>
> ...with:
>
>       if the shiftKey is "down" then
>          scriptFormat "script"
>       else
>          scriptFormat "handler"
>       end if
>

Monte pointed me to this thread as I was looking for a way to format the
entire script. I submitted a PR for this:

https://github.com/livecode/livecode-ide/pull/1494

Thanks Richard.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com    -    www.clarify-it.com



More information about the use-livecode mailing list