scintilla-wrapper icon indicating copy to clipboard operation
scintilla-wrapper copied to clipboard

TODO: fix sci wrapper error that sets variable to 5 when calling GetText

Open RaptorX opened this issue 4 years ago • 0 comments

sci[1].GetText(sci[1].GetLength()+1, _code) When calling this function the variable is set to the number 5 due to some error.

RaptorX avatar Nov 03 '20 20:11 RaptorX