What code editor do you use ?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
FireZenk
Prole
Posts: 25
Joined: Tue Apr 09, 2013 4:14 pm
Location: Valencia, Spain
Contact:

Re: What code editor do you use ?

Post by FireZenk »

thelinx wrote:I use Sublime Text 2 with the LÖVE extensions.
+1 and Terminal (Im working on Mac :neko: )
User avatar
Username
Citizen
Posts: 54
Joined: Mon Jan 28, 2013 1:25 pm

Re: What code editor do you use ?

Post by Username »

I use:

$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua



I use Geany, in fact.
User avatar
substitute541
Party member
Posts: 484
Joined: Fri Aug 24, 2012 9:04 am
Location: Southern Leyte, Visayas, Philippines
Contact:

Re: What code editor do you use ?

Post by substitute541 »

Notepad++.

Also, I sometimes use Sublime Text 2.
Username wrote:I use:

$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua



I use Geany, in fact.

Terminal much?
Currently designing themes for WordPress.

Sometimes lurks around the forum.
User avatar
Plu
Inner party member
Posts: 722
Joined: Fri Mar 15, 2013 9:36 pm

Re: What code editor do you use ?

Post by Plu »

I'm using Notepad++ for now.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: What code editor do you use ?

Post by josefnpat »

Username wrote:I use:

$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua

I use Geany, in fact.
You would almost be way more productive if you used the append operator ( >> )

I use a combination of nano and gedit, and have been trying to get myself into geany.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: What code editor do you use ?

Post by T-Bone »

josefnpat wrote:
Username wrote:I use:

$ echo 'function love.draw()' > line1
$ echo ' love.graphics.print("Hello world", 200, 200)' > line2
$ echo 'end' > line3
$ cat line1 line2 line3 > main.lua

I use Geany, in fact.
You would almost be way more productive if you used the append operator ( >> )

I use a combination of nano and gedit, and have been trying to get myself into geany.
Real programmers only use cat.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: What code editor do you use ?

Post by Nixola »

Image
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: What code editor do you use ?

Post by josefnpat »

T-Bone wrote:Real programmers only use cat.
THIS ISN'T WORKING. WHY ISN'T THIS WORKING?
Attachments
sQ3u1EZ.jpg
sQ3u1EZ.jpg (237.19 KiB) Viewed 811 times
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: What code editor do you use ?

Post by T-Bone »

josefnpat wrote:
T-Bone wrote:Real programmers only use cat.
THIS ISN'T WORKING. WHY ISN'T THIS WORKING?

Image
You need to put the cat inside the computer, not on it. Or staple it to the screen, like you do when you install Debian.

On topic, the run command "love $(CURRENT_DIRECTORY)" works really well from Notepad++ (whereas "love ." doesn't work, as it refers to the Notepad++ directory). I'd prefer "cmd /c love $(CURRENT_DIRECTORY)" when using t.console in love.conf, but it doesn't bind to that console like it would have done in Linux, and opens a new console instead. Slightly annoying, as "love $(CURRENT_DIRECTORY)" puts the focus on the terminal rather than the game window... But it's no big deal.

Semi on-topic: I think nano gets overlooked a lot as a terminal editor. I've seen programmers be seriously surprised that nano has syntax highlighting (and it's not half bad either). Since I only run Windows on my main computer these days, I've been SSH:ing a lot to my Linux server whenever I need some Linux specific things. In those cases, I've really only used nano and it works pretty well, even for slightly more serious coding.
osa1
Prole
Posts: 29
Joined: Sat Jun 30, 2012 7:51 am

Re: What code editor do you use ?

Post by osa1 »

I'm using (g)Vim since the day I started programming(which was ~3 years ago), and now I can't type with anything else :3
Post Reply

Who is online

Users browsing this forum: Amazon [Bot] and 61 guests