Hi Andy,
I was editing a python program (are you starting to hate that line yet 

)
 
You're keeping me busy, but I'm always happy to be fixing bugs 
 
The e-mail display is obsolete and has been updated for the next release.
In an effort to replicate this issue used this simple 
test.py Python file:
Code: Select all
import zeus
def key_macro():
    zeus.screen_update_disable()
    zeus.write("Testing.....")
    zeus.EnterSmart()
    zeus.screen_update_enable()
    zeus.screen_update()
key_macro() # run the macro
Unfortunately for me typing in 
Ctrl-Shift-C multiple times, for a single line or a marker area works as expected 
Code: Select all
Let me know if you want me to attach the dmp file here or try to send it to another email address.
Could you send it to 
info@zeusedit.com instead.
Those dump and log files should help locate the cause of the issue.
Cheers Jussi