+1 and Terminal (Im working on Mac )thelinx wrote:I use Sublime Text 2 with the LÖVE extensions.
What code editor do you use ?
Re: What code editor do you use ?
Re: What code editor do you use ?
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.
$ 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.
- 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 ?
Notepad++.
Also, I sometimes use Sublime Text 2.
Terminal much?
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.
Sometimes lurks around the forum.
Re: What code editor do you use ?
I'm using Notepad++ for now.
- 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 ?
You would almost be way more productive if you used the append operator ( >> )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.
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
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
Re: What code editor do you use ?
Real programmers only use cat.josefnpat wrote:You would almost be way more productive if you used the append operator ( >> )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.
I use a combination of nano and gedit, and have been trying to get myself into geany.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: What code editor do you use ?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- 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 ?
THIS ISN'T WORKING. WHY ISN'T THIS WORKING?T-Bone wrote:Real programmers only use cat.
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
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
Re: What code editor do you use ?
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.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: What code editor do you use ?
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
Who is online
Users browsing this forum: Bing [Bot], Google Adsense [Bot] and 9 guests