zerobrane

ZeroBrane Studios: How to Compile Entire Project?


As title says, how do I compile the entire project?

When I click Project -> Compile (or use corresponding shortcut key) it only compiles the currently open file.

I want to compile the entire project. Compiling each file one at a time is cumbersome, and shouldn't be necessary.


Solution

  • There is AnalyzeAll plugin that compiles/analyzes all files in a project. Note that the compilation doesn't produce any compiled files (like luac does), it simply checks for Lua syntax errors.