Is there a way to have/use/implement build configurations in zerobrane studio? I use corona and my current IDE is lua glider. Although the lua glider project has been dead for almost two years, I still use the IDE because it has build configurations. Is there anyway to have/achieve the same functionality in zerobrane studio?
To clarify, with glider's build configurations i can 1- auto insert code to the top of main.lua before build (example: isFreeVersion = false; OR isFreeVersion = true) 2- merge folders or copy contents from one folder into another before build (example: have two similar projects using common code; i put these code files in a common folder and copy its content to the project folder at build; that way i only edit these code files once)
Many thanks, Luay