pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
306 stars 59 forks source link

StartStyling in wxWidgets 3.x and above (question) #24

Closed sonoro1234 closed 5 years ago

sonoro1234 commented 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?

sonoro1234 commented 5 years ago

Reading scintilla web it seems that indicators have now their own functions