Page 4 of 20

Re: What code editor do you use ?

Posted: Wed Jan 11, 2012 10:54 pm
by tentus
Robin wrote:
baconhawka7x wrote:I'm on a mac, and I'm poor.
... what.
It's all about the order. He got a Mac, so he is now poor. :D Makes sense to me.

Re: What code editor do you use ?

Posted: Wed Jan 11, 2012 11:24 pm
by Robin
Makes sense. Mac owners aren't know for their great --- wait, we are way off topic.

I use gedit or vim (depending on my mood) or Sublime Text 2, but only for specific projects, and not currently for LÖVE projects.

Re: What code editor do you use ?

Posted: Wed Jan 11, 2012 11:45 pm
by TechnoCat
I feel like I've answered this a million times.
vim and sublimetext2 with Vintage mode on.

Re: What code editor do you use ?

Posted: Sun Jan 22, 2012 5:54 pm
by rokit boy
Notepad++

Re: What code editor do you use ?

Posted: Sun Jan 22, 2012 6:16 pm
by NecroBumpist
IntelliJ IDEA 11.0.1 with the Lua plugin.
Great syntax highlighting, tons of features, and its easy to get it working well with love. (A few simple config changes and you can have it start love running whatever your developing, all with just a single click to the normal "Run/Compile" button)

Screen shot

Re: What code editor do you use ?

Posted: Thu Jan 26, 2012 8:31 pm
by runyonave
I use Scite, really good.

Re: What code editor do you use ?

Posted: Fri Jan 27, 2012 8:41 pm
by josefnpat
For linux, I use gedit, but would suggest geany.

Re: What code editor do you use ?

Posted: Sat Jan 28, 2012 1:56 am
by Mud
Vim. Been using it for 10 years for everything on every platform.

One of it's advantages has always been lack of reliance on special keys and chorded keystrokes, which makes it awesome for telnet sessions and laptop keyboards, but I recently fell in love all over again when I started coding for the iPad. There is no editor even remotely as usable with the iPad virtual keyboard; I'd stake my left testicle on that. >.>

Re: What code editor do you use ?

Posted: Sat Jan 28, 2012 4:37 pm
by YellowAfterlife
Notepad++, with manually edited shortcuts.xml to launch current directory in Love2d upon press of Ctrl+Shift+E. Seems about right.
Previously have used Akelpad, however that doesn't always work quite good with code, so yeah.

Re: What code editor do you use ?

Posted: Tue Feb 07, 2012 4:03 am
by cicero
notepad++ for love and Lua.. only because I have yet to find a Lua plugin for CodeBlocks, that is my preferred editor for c++