Search found 227 matches

by paulclinger
Thu Feb 04, 2016 12:00 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.30 is out; updated LÖVE API for 0.10.0
Replies: 18
Views: 10000

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

@Alexar, that's a clever idea with the colorpicker; thank you for sharing! You can probably improve it by taking into account the currently selected fragment to initialize the color and add onUnregister event to remove the control from the toolbar.

@Wrinkliez, happy you love it!
by paulclinger
Mon Jan 25, 2016 5:26 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.30 is out; updated LÖVE API for 0.10.0
Replies: 18
Views: 10000

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

@Fenrir, this can definitely happen on complex games, as the debugger needs to run its hook logic on every Lua statement. The simplest way to mitigate this is to "bracket" the code fragment you want to debug into on/off calls that will only enable debugging for that fragment and will keep ...
by paulclinger
Mon Jan 25, 2016 4:18 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.30 is out; updated LÖVE API for 0.10.0
Replies: 18
Views: 10000

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

@murks, thank you for the feedback! @SiENcE, fixed the link; thanks. @Fenrir, you are probably missing starting the debugger in your code; check the link that @SiENcE has posted as it provides an example on how this is done or open myprograms/LOVE-sample/hello/main.lua to see the sample code include...
by paulclinger
Mon Jan 25, 2016 6:10 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v1.30 is out; updated LÖVE API for 0.10.0
Replies: 18
Views: 10000

ZeroBrane Studio Lua IDE v1.30 is out; updated LÖVE API for 0.10.0

I'm pleased to announce the release of ZeroBrane Studio Lua IDE v1.30. This release includes "markers" panel to manage all breakpoints and bookmarks from open files in one place, saving breakpoints/bookmarks between sessions, updated LÖVE API for 0.10.0, find/replace in selection, and othe...
by paulclinger
Sat Oct 17, 2015 4:52 am
Forum: General
Topic: LÖVE UDK
Replies: 5
Views: 2595

Re: Love it

TheOdyssey wrote:I've been looking for an IDE to switch from ZeroBrane!
Any particular reasons to switch? I'm always looking for things to improve, even though improvements don't always come as quickly as I'd like. BTW, what version of ZBS are you currently using? Paul.
by paulclinger
Wed Aug 26, 2015 10:29 pm
Forum: General
Topic: Allow me to introduce myself!
Replies: 15
Views: 7288

Re: Allow me to introduce myself!

I am brand-new to LOVE, and Lua as well. However, I have found it to be ridiculously easy to learn, and I can't wait to really start getting my hands dirty with it. @CoffeeCoder, welcome to the community! As you are coming to Lua from other languages, my blog post on Lua good and bad parts may be o...
by paulclinger
Mon Aug 03, 2015 5:34 pm
Forum: General
Topic: IDE4 LÖVE
Replies: 5
Views: 5116

Re: IDE4 LÖVE

I am creating a LÖVE IDE. It's a noble goal and a long process. I've posted something similar more than four years ago after doing my research on available LÖVE IDEs: https://love2d.org/forums/viewtopic.php?f=3&t=9762&p=59987. I'm still working on it (http://studio.zerobrane.com) and my tod...
by paulclinger
Fri Jul 24, 2015 4:17 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.95 is out
Replies: 7
Views: 4995

Re: ZeroBrane Studio Lua IDE v0.95 is out

However, I've no idea how git or github works. Last I checked I don't think the github software package even works with win XP. Come to think of it, I don't think the general git package for Windows is anywhere near what is available for the Linux side. There are several ways. The simplest one in y...
by paulclinger
Wed Jul 22, 2015 11:29 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.95 is out
Replies: 7
Views: 4995

Re: ZeroBrane Studio Lua IDE v0.95 is out

@Grubby, I pushed the change to the repository that should enable this; you can get the updated version from the master branch (https://github.com/pkulchenko/ZeroBraneStudio), or take the last commit and apply it to your current version (plus use the configuration setting from the previous message).
by paulclinger
Wed Jul 22, 2015 7:59 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.95 is out
Replies: 7
Views: 4995

Re: ZeroBrane Studio Lua IDE v0.95 is out

> Is there a setting to fix or extend the indent guides on blank/empty lines? Notice the following: @Grubby, there is a setting for this, but it currently accepts only true/false values to enable/disable indent guides. I extended it to accept different values, which will allow you to configure the s...