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.62k stars 518 forks source link

When will a new release appear ? #1064

Closed astrolemonade closed 4 years ago

astrolemonade commented 4 years ago

Hello ! I am struggling at installing it from source and I want the last version because of some visual bug that was fixed in the mean time ! I was wondering when a new release of Zerobrane will appear !

pkulchenko commented 4 years ago

@cata0309, you don't need to install the IDE from source, as it can be run from a cloned copy of the repository. Also, all the changes are in the Lua source files, so if you are interested in any change you'd like to apply to v1.90, you can simply copy over the Lua files (src/ folder) and it should all work as expected.

Let me know if you still have a problem with it and I can guide you through the process; just include your OS information and details on how the IDE was installed.