Search found 227 matches

by paulclinger
Sat Oct 29, 2016 2:58 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1

> The most confusing thing for children was > to set proper root folder / Lua framework. @D0NM, I pushed a change to ZeroBrane Studio github repository that will offer to switch the project directory if it can't find main.lua in the current project, but finds it in the same directory as the current ...
by paulclinger
Tue Oct 25, 2016 6:31 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1

@paulclinger Your idea of the auto-switching option should work for the children classes. Sure. Ok, I'll think of a way to implement this. > On creating a project with ZB it might ask for the interpreter name and > create a dummy manifest/config for the root folder/interpreter. > Having a part your...
by paulclinger
Mon Oct 24, 2016 5:25 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1

I used ZB at the summer camp to teach some children ( 11 years old ) Lua & Love2D. The most confusing thing for children was to set proper root folder / Lua framework. They got used to it in a day or so. ^__^ @DONM, thank you for the feedback! I ran into some of the same issues in my classes as...
by paulclinger
Sat Oct 22, 2016 10:22 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1

Zireael wrote:Live coding with love is not somewhere I'd look for info on LOVE debugger. I looked at http://notebook.kulchenko.com/zerobrane ... -debugging
Ok; I'll make sure it's mentioned on that page as well.
by paulclinger
Fri Oct 21, 2016 3:41 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

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 warnin...
by paulclinger
Mon Oct 17, 2016 11:06 pm
Forum: General
Topic: Simple game tutorials
Replies: 18
Views: 29953

Re: Simple game tutorials

Looks great! I suggest adding a link to the github repository for those who may be interested in checking the repository and contributing (took me few clicks to find it). Also, I think the material is at the good level of detail even for those who may not be familiar with LOVE, but a couple of links...
by paulclinger
Sat Sep 03, 2016 4:55 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

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:/...
by paulclinger
Sat Sep 03, 2016 4:26 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

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 f...
by paulclinger
Sat Sep 03, 2016 2:30 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

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.
by paulclinger
Thu Sep 01, 2016 4:35 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Replies: 34
Views: 16919

ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1

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)...