Page 16 of 20

Re: What code editor do you use ?

Posted: Tue Jan 28, 2020 2:26 am
by basinbaby
I use an editor called lite, I found it on github earlier this week, most of it's written in Lua and it's been really easy to customize.
https://github.com/rxi/lite

Re: What code editor do you use ?

Posted: Tue Jan 28, 2020 5:33 am
by paulclinger
> I use ZeroBrane Studio, but development of this editor seems to be dead.
> Really, what editor is FAST and has good support LOVE2D (debugging in particular) and not to "overengineered" ?

@LuaIsLife, not at all; the master branch has been updated last month (including love2d API update for 11.3) and the beta has been released earlier this month. The coming version is going to include a large number of improvements, including better support for hidpi/4k screens.

> ZBS is still alive. ZBS mailing list is still alive and you get quick answers. ZBS is a matured program with only a few issues (if any). Thats why the mailing list is so quiet.

@Fuzzlix, I agree with your description. If there are specific questions, I'll gladly answer those. Love2d community has been great with providing feedback on the UI and the functions of the IDE and most of the requested items have been implemented. If there is anything else missing/needed, I'll take it into consideration, as I plan to continue working on it.

Re: What code editor do you use ?

Posted: Tue Jan 28, 2020 9:05 am
by LuaIsLife
@paulclinger.. oh, okay.. It's just because the web page shows no activity.. or isn't this the right place to track the development of ZBS? (Last update 2018 there..)

Re: What code editor do you use ?

Posted: Tue Jan 28, 2020 10:38 am
by Nelvin

Re: What code editor do you use ?

Posted: Thu Jan 30, 2020 9:00 am
by luarocks

Re: What code editor do you use ?

Posted: Wed Feb 05, 2020 6:51 am
by suriraj
I Use Notepad ++

Re: What code editor do you use ?

Posted: Fri Feb 07, 2020 11:02 pm
by cazura
Notepad ++ for president!

Re: What code editor do you use ?

Posted: Sat Feb 08, 2020 1:04 am
by JesseWebb
ZeroBrane Studio

Re: What code editor do you use ?

Posted: Mon Feb 10, 2020 11:32 pm
by Rehtinor
Geany since its the only cross-platform text editor that I like. Cross-platform being very important to me, I mostly use Linux.

Re: What code editor do you use ?

Posted: Tue Feb 11, 2020 10:20 am
by luarocks
I really don't understand, why do you people use primitive text editors instead of full featured IDE which can show you autocomplete not only from love-classes, like this:

Image

but also from your own classes, like this:

Image

You can see red underlines on screenshots - it is syntax errors. Can your Notepad++, Gedit or Geany do the same?