[bug] multi-cursor doesn't work in pop-out editors

goal is to use multi-cursor like in the query editors (eg. to add brackets to multiple lines).

when editing code in a pop-out window -- like in the inspector event handler scripts, or a module test value default -- there is the cursor modifier when you hold down ALT as if you can select multiple points, but it doesn't actually let you... :confused: it just moves the cursor around.

ohhhhh interesting... the pop-out editors use CMD while the query editors use ALT