Page 1 of 1
Status line not updated after set_editor_option("ModeIn
Posted: Wed Dec 06, 2006 5:28 pm
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
Posted: Wed Dec 06, 2006 10:27 pm
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
Posted: Mon Jan 22, 2007 10:15 pm
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