Hi All,
I'm pleased to announce the release of ZeroBrane Studio Lua IDE v1.40. This release includes better integration with OS and file managers (opening files on drag-n-drop on Linux and opening files on drag-n-drop on dock icon on OSX), search improvements (like ability to refresh search results), tracking file system changes in the project tree to auto-update it, stability improvements on Linux, updated LÖVE API for 0.10.1, new and updated plugins (documentmap, highlightselected, cloneview, uniquetabname, and 50+ more), and other changes.
The packages for Windows/OSX/Linux are available from the project website (http://studio.zerobrane.com/); the changelog with a complete list of changes is linked next to the download link. Thank you for your continuous support and feedback! Paul.
ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Great, I love ZeroBrane. Is it possible to make a small donation via Paypal rather than on a card?
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
@mr_happy, yes; PM-ed you the contact information. Thank you. Paul.
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Did that, thanks again
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Zerobrane is amazing for the ability to easily launch LOVE stuff. However, I miss being able to open several folders at once as in ST3 or Atom. Also I couldn't find any compare function.
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
@mr_happy; got it; thanks!
@Zireael, how do you use several folders? If it's just for navigation, then ZBS supports mapping directories (right-click in the file tree, `Map Directory`, select any directory), which shows them at the top of the file tree (with a different icon), with all the filetree functions available for navigation. This setting will be retained between restarts.
As to the compare function, someone has to write a plugin for it . Are you thinking about something like "Compare Side-By-Side"? I have a diff function that can be used here, but it still needs to be wrapped into some useful UI.
@Zireael, how do you use several folders? If it's just for navigation, then ZBS supports mapping directories (right-click in the file tree, `Map Directory`, select any directory), which shows them at the top of the file tree (with a different icon), with all the filetree functions available for navigation. This setting will be retained between restarts.
As to the compare function, someone has to write a plugin for it . Are you thinking about something like "Compare Side-By-Side"? I have a diff function that can be used here, but it still needs to be wrapped into some useful UI.
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
I didn't know Zerobrane had that mapping directories function or plugins! Is there anywhere I can find some sort of help or documentation?
As for compare, it can be a side-by-side, it can be diff-style (red one file, green other). Whatever. I find it invaluable. I've been using ST3 for coding recently because Atom tends to break, and Zerobrane for easily launching LOVE. But I simply can't function without a compare tool.
As for compare, it can be a side-by-side, it can be diff-style (red one file, green other). Whatever. I find it invaluable. I've been using ST3 for coding recently because Atom tends to break, and Zerobrane for easily launching LOVE. But I simply can't function without a compare tool.
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
> I didn't know Zerobrane had that mapping directories function or plugins! Is there anywhere I can find some sort of help or documentation?
There is a plugin repository with 50+ plugins, including document map, highlight selected, clone view, and many others.
There is tips and tricks page (https://studio.zerobrane.com/doc-tips-and-tricks), but it needs to be updated with recently added improvements. I should also re-organize it a bit to show the most recent changes up top.
There is a plugin repository with 50+ plugins, including document map, highlight selected, clone view, and many others.
There is tips and tricks page (https://studio.zerobrane.com/doc-tips-and-tricks), but it needs to be updated with recently added improvements. I should also re-organize it a bit to show the most recent changes up top.
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Speaking of tips and tricks, the debugger (at least the LOVE one) has a nasty side-effect of a giant slowdown.
It took me roughly half an hour of googling (note: googling, looking at the site failed to point me to the correct page) to learn about require("mobdebug").off and .on
The warning about a possible slowdown and the tip for selective debugging should be up there easily findable and not buried in a debugging article for some language I don't even know about.
It took me roughly half an hour of googling (note: googling, looking at the site failed to point me to the correct page) to learn about require("mobdebug").off and .on
The warning about a possible slowdown and the tip for selective debugging should be up there easily findable and not buried in a debugging article for some language I don't even know about.
- zorg
- Party member
- Posts: 3465
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
I did not know that was part of Löve... oh right, because it's not, it's a lua lib that also works with ZeroBrane (and LuaJIT 2.x).Zireael wrote:Speaking of tips and tricks, the debugger (at least the LOVE one) has a nasty side-effect of a giant slowdown.
It took me roughly half an hour of googling (note: googling, looking at the site failed to point me to the correct page) to learn about require("mobdebug").off and .on
The warning about a possible slowdown and the tip for selective debugging should be up there easily findable and not buried in a debugging article for some language I don't even know about.
Also, the lua docs do mention that lua's own debug functions were not designed to be fast, so a lib that relies on them will most likely slow down any program. Then again, printing to console every frame can also slow down a program as well.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Who is online
Users browsing this forum: No registered users and 4 guests