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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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