Hi All,ZeroBrane Studio Lua IDE (v1.10) has been released; it includes updated Corona API descriptions and auto-complete that matches v2015.2576. I haven’t announced some of the earlier versions, so here is a summary of changes in the last several versions (full details are in the changelog):
- Simplified user interface and updated application icons. The UI is “lighter” with better fonts and default colors. You’ll see more options available for customization (for example, adding or removing
toolbar icons and menu items). - Redesigned search functionality; added incremental search and replace-in-files preview. Added search in Console and Output windows.
- Added function outline. The outline shows all functions in open files, is updated in real-time, and provides an easy way to navigate functions/files.
- Added fuzzy search with
Go To File,Go To Symbol,Go To Line, andInsert Library Function; the latter works with custom APIs, so should be useful for fuzzy search of Corona functions. - Added scope-aware auto-complete for local/global variables.
- Added re-indentation of selected fragment or entire file.
- Added bookmark handling.
- Several debugger improvements:
* Added support for switching breakpoints at run-time.
* AddedRun to Cursor.
* Added support for expanding and editing table elements in Watch window.
* AddedDetach processcommand to stop debugging and continue process.
Paul.