IDE Script Editor question...

Devin Asay devin_asay at byu.edu
Wed Nov 30 10:31:06 EST 2016


> On Nov 29, 2016, at 9:08 PM, Trevor DeVore <lists at mangomultimedia.com> wrote:
> 
> 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.

Good one, Trevor and Richard. Looking forward to having this in the next DP.

I’ve been pleasantly surprised that once you learn your way around the Git repository for LiveCode, simple IDE fixes and tweaks like this are pretty simple to implement.

Devin



Devin Asay
Director
Office of Digital Humanities
Brigham Young University



More information about the use-livecode mailing list