Search found 225 matches
- Tue Dec 27, 2016 3:18 am
- Forum: General
- Topic: What's your Lua/Love setup ?
- Replies: 26
- Views: 10177
Re: What's your Lua/Love setup ?
I use ZeroBrane studio for all my editing and running. Don't think I've changed any settings. It's quite nifty, although there seems to be a bug in the Ubuntu version, which crashes a lot when I switch project directories :( @Plu, I missed this message earlier, but if you still have troubles with c...
- Wed Nov 30, 2016 5:55 am
- Forum: General
- Topic: What code editor do you use ?
- Replies: 174
- Views: 119282
Re: What code editor do you use ?
I've used ZeroBrane for a while, but it has its fair share of problems. Sometimes Lua files will look formatted correctly in the editor, but when you open them with another file, there's random indentation everywhere. The editor also highlights matching parentheses and braces pretty poorly (often n...
- Thu Nov 24, 2016 4:26 am
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
For those using the IDE from its github repository, I've updated the LÖVE API for 0.10.2 earlier this month.
- Thu Nov 10, 2016 9:50 pm
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
> I will write a template skeleton and send it to you as a pm, if you are interested. @Fuzzlix, yes, I'd be interested to see what you can come up with, although I do have my reservations about this approach as the file gets stale after an upgrade. There was even a ticket to suggest that the documen...
- Sat Nov 05, 2016 5:09 pm
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
Meanwhile i can live with the situation. Finally i got all things set up and running - and most important: I found a way to backup my user.ini I find ability to track changes, back up, and share the config files to be one of the main benefits comparing to the gui preferences screens; I know these a...
- Fri Nov 04, 2016 5:09 pm
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
> There was a lot of settings i had to tweak in my user.ini, to feel confortable with ZBS. This tweeking is relatively complicated, because zbs lacks a configuration dialog window for the most important settings. I do plan several improvements to the config management, but I dislike configuration GU...
- Thu Nov 03, 2016 9:47 pm
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
@Sulunia, could you clarify what I should be looking at in these screenshots? If you mean the fold continuing to include the empty lines, it's the default setting, but you can change that by adding `editor.foldcompact = false` to the config.
- Mon Oct 31, 2016 11:17 pm
- Forum: General
- Topic: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
- Replies: 34
- Views: 9179
Re: ZeroBrane Studio Lua IDE v1.40 is out; updated LÖVE API for 0.10.1
@Fuzzlix, good idea about debugging-lite; there is another option, which is in a way between full debugging and debugging lite. ZBS has Real-time Watch plugin , which allows to show printed output as a Watch value, which is useful for some data that changes quickly and may produce too much output in...
- 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: 9179
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 ...
- 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: 9179
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...