Make a new stack. Make a new field. Put some text into it. Put this into its script:
Code: Select all
on rawKeyDown theKeyNumber
get word 2 of the selectedChunk
if theKeyNumber is 65288 then delete char it - 1 of the selectedChunk
end rawKeyDown
Set the cursor in the text somewhere and press backSpace. I can reliable either crash LC , or, now and then, I find that the selectedChunk is copied after the selection. Or both. This came about by accident while fooling around with a handler in a beginners thread query.
I have the stack, and would like someone to either teach me LC or verify the instability OSX 10.9, LC 6.7.4.
Craig Newman