IDE Script Editor question...
J. Landman Gay
jacque at hyperactivesw.com
Fri Sep 23 22:01:38 EDT 2016
On 9/23/16 7:13 PM, Richard Gaskin 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
>
> Apparently the scriptFormat handler already supports both forms (if
> memory serves it used to only do whole scripts), but somewhere along the
> way the UI to trigger the "script" option got lost".
>
> I suppose any modifier key would be good there, but I like Shift because
> it's often used to extend selections, is a physically large key, and we
> have them on both sides of our keyboard.
>
Feel like putting in a feature request for this? I would use it often,
and if it's in the IDE then we don't have to edit every version update.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list