Closed sonoro1234 closed 5 years ago
with 2.812 we delete all indicators as
editor:StartStyling(0,wxstc.wxSTC_INDICS_MASK) editor:SetStyling(editor:GetLength(),0)
But in 3.x StartStyling dont accept masks Which is the way to do it now?
Reading scintilla web it seems that indicators have now their own functions
with 2.812 we delete all indicators as
editor:StartStyling(0,wxstc.wxSTC_INDICS_MASK) editor:SetStyling(editor:GetLength(),0)
But in 3.x StartStyling dont accept masks Which is the way to do it now?