Open MRFELIXSENIOR opened 3 years ago
there is a function scintilla.CurrentLine but it return an integer i want something like that but it return a string
Like this:
string blah = scintilla.Lines[scintilla.CurrentLine].Text;
there is a function scintilla.CurrentLine but it return an integer i want something like that but it return a string