Turning off the script editor's auto-format feature
J. Landman Gay
jacque at hyperactivesw.com
Sat Jul 2 22:49:52 EDT 2005
On 7/2/05 4:07 PM, Alex Tweedly wrote:
>
> 7. Find the handler on tabKey
>
> 8. insert immediately after the header line for the handler the
> following two lines
>
>> global gREVAutoFormat
>> if not gREVAutoFormat then exit tabKey
>>
> 9. Apply this change, save the stack
Or alternately, use "pass tabkey" rather than "exit tabkey". Then when
you type tab, you get...a tab. ;)
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list