mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
ide: Editor overwrite mode fixes (#143)
This commit is contained in:
parent
e725dd2d69
commit
9b07a9e45a
5 changed files with 5 additions and 5 deletions
|
|
@ -80,7 +80,7 @@ void PythonSyntax::IndentInsert(CodeEditor& editor, int chr, int count)
|
|||
}
|
||||
}
|
||||
if(count > 0)
|
||||
editor.InsertChar(chr, count);
|
||||
editor.InsertChar(chr, count, true);
|
||||
}
|
||||
|
||||
bool PythonSyntax::LineHasColon(const WString& line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue