Status line not updated after set_editor_option("ModeIn

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
dmaon
Posts: 14
Joined: Wed Nov 29, 2006 2:17 pm

Status line not updated after set_editor_option("ModeIn

Post by dmaon »

In a macro if I use "set_editor_option("ModeInsert",ins)" the status line is not updated i.e. the Insert mode status in the line is left as it was although the insert mode is changed as requested
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

In a macro if I use "set_editor_option("ModeInsert",ins)" the status line is not updated
That's a good pick up. I get that fixed in the next patch.

In the mean time you can also use the InsertModeSet, InsertModeReset keyboard functions to achieve the required result ;)

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The latest Zeus for Windows 3.96a patch fixes this problem :)

Refer to this link for more details: http://www.zeusedit.com/forum/viewtopic.php?t=1035

Cheers Jussi
Post Reply