jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

write text in overtype mode #462

Open ntnam171 opened 5 years ago

ntnam171 commented 5 years ago

How to write text from caret or position with overtype? I test this code but, it still insert text sci.Overtype = true; sci.ExecuteCmd(Command.Home); sci.AddText("123");