[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ZeroBrane Studio 0.40
- From: Ulrich Schmidt <u.sch.zw@...>
- Date: Sat, 21 Dec 2013 10:24:50 +0100
I wrote a tiny module to print some values to console for debugging
purposes. (see attaches file)
It works well on luaJIT and lua52. I can require it in zbs sucessfully
but when i try to use it like ..
-- 8< ----------------------------
D=require"D"
D(_G)
-- 8< ----------------------------
.. i get a error.
I have no idea whats wrong.
Greetings.
Ulrich.
Am 16.12.2013 05:16, schrieb Paul K:
ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax
highlighting, live coding, remote debugger, code analyzer, and
integration with various Lua engines.
Some of the changes in this release:
- Added LuaDist integration (requires a plugin [1]).
- Added live coding support for GSL-shell.
- Added support for project settings (requires a plugin [2]).
- Added filetree operations (rename/move/delete for files/directories).
- Added Busted interpreter.
- Other improvements (full release details are in the changelog [3]).
Installation packages for Windows, OSX, and Linux are available on the
project website: http://studio.zerobrane.com. Thank you for all the
contributions, feedback, and support of the project!
Paul.
[1] https://github.com/pkulchenko/ZeroBraneStudio/issues/225#issuecomment-27532676
[2] https://github.com/pkulchenko/ZeroBraneStudio/issues/107#issuecomment-26830619
[3] https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md
--
Ulrich Schmidt, 08060 Zwickau, Werdauer Str. 90
Tel.: +49 (172) 7928 968
Attachment:
D.zip
Description: Zip compressed data