(crossposting to wxlua-users as this is a wxlua-based application; thanks to John Labenski for all the support and assistance with wxlua upgrade.)
ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, live coding, remote debugger, code analyzer, and hypertext/markdown formatting support for integrating learning materials (examples and demos provided). Thanks to everyone who provided feedback and suggestions. Here is the summary with the most important changes (full changelog: https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md): - Added Unicode support for file encoding and file paths on Windows (fixes #30). - Added Moai integration and debugging (including debugging of Moai threads and callbacks). - Added refresh of Stack and Watch windows after executing a statement in remote shell. - Added display of complex values on multiple lines in shell with '='. - Added calltip on mouseover for functions during editing and for variables/expressions during debugging. - Added configuration options to set paths to lua and love2d executables. - Added support for coroutine debugging with stepping through coroutine.resume/.yield calls. - Updated wx.dll to wxlua 2.8.12.2 and wxwidgets 2.8.12. - Signed zbstudio app and executable to avoid issues with files not being saved without admin privileges and to remove warning about 'unknown publisher' on windows (fixes #25). There were several changes to improve running on Linux, but more complete Linux support is still work in progress. I also posted a screencast that shows live coding with Löve: http://notebook.kulchenko.com/zerobrane/live-coding-with-love; here is a similar screencast with a demo running on OSX: http://nikdudnik.com/post/30067678839/ive-spent-last-day-looking-for-a-suitable (Nikita only saw mine after he published his screencast). The code and the packages (.dmg, .exe, and .zip) are available on github: https://github.com/pkulchenko/ZeroBraneStudio/downloads. Paul. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
