pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.59k stars 518 forks source link

fold error in [[..]] #1141

Closed robertlzj closed 2 years ago

robertlzj commented 2 years ago

image

pkulchenko commented 2 years ago

Unfortunately there is nothing I can do about this, as it's controlled by Scintilla, so needs to be reported upstream (if it's not already fixed in subsequent versions; wxwidgets may be incompatible though, as they have different C++ version dependencies).