scintilla-wrapper
scintilla-wrapper copied to clipboard
TODO: fix sci wrapper error that sets variable to 5 when calling GetText
sci[1].GetText(sci[1].GetLength()+1, _code)
When calling this function the variable is set to the number 5 due to some error.