Search found 227 matches

by paulclinger
Wed Feb 15, 2017 4:24 am
Forum: Support and Development
Topic: Lua Script Editor Needed
Replies: 18
Views: 13931

Re: Lua Script Editor Needed

> Can anyone suggest an IDE with working debugging? Tried IDEA but it's not working very good with LOVE as an interpreter and Visual Studio with a plugin, but there is no autocompletion for LOVE API that I could find. ZeroBrane Studio Lua IDE should handle debugging and auto-complete; see http://not...
by paulclinger
Thu Jan 26, 2017 4:11 am
Forum: General
Topic: A Few Questions on Love and Lua
Replies: 16
Views: 9262

Re: A Few Questions on Love and Lua

While "ZeroBrane Sudio" is nice, it needs to embed code into your sources and is not that stable. @SiENcE, adding one line is usually not a problem when the user is working on its own code, but you do need to add it to start debugging. Also, I'm not aware of any stability issues other tha...
by paulclinger
Tue Dec 27, 2016 3:18 am
Forum: General
Topic: What's your Lua/Love setup ?
Replies: 26
Views: 18708

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...
by paulclinger
Wed Nov 30, 2016 5:55 am
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 296769

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...
by paulclinger
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: 16949

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.
by paulclinger
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: 16949

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...
by paulclinger
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: 16949

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...
by paulclinger
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: 16949

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...
by paulclinger
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: 16949

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.
by paulclinger
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: 16949

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