> On Nov 29, 2016, at 9:08 PM, Trevor DeVore <li...@mangomultimedia.com> wrote:
> 
> On Fri, Sep 23, 2016 at 7:13 PM, Richard Gaskin <ambassa...@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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to