PDA

View Full Version : php editor



petermdenton
July 19th, 2007, 02:00 PM
does anyone know of some good lightweight php editors?

danulf
July 19th, 2007, 02:06 PM
notepad++? don't know if it's lightweight, but it's the only ones I've ever used :D

petermdenton
July 19th, 2007, 02:07 PM
found this one, works very nice

http://www.tswebeditor.tk/

petermdenton
July 19th, 2007, 02:08 PM
thanks Danulf!

nobody
July 19th, 2007, 03:38 PM
skedit on mac is pretty sweet.

foodpk
July 19th, 2007, 04:23 PM
vim (http://www.vim.org/) is the best really

eirche
July 19th, 2007, 05:48 PM
i use komodo edit for php and perl, its auto-completion is awesome.

icio
July 19th, 2007, 07:17 PM
I've been trying out Komodo also. I quite like it's style but here are a few annoyances about it such as the technicalities of the syntax-highlighting.

Still a nice interface, though.

Utech22
July 19th, 2007, 10:56 PM
tRY: http://www.context.cx/

foodpk
July 20th, 2007, 08:16 AM
I'm surprised no one uses vim, imho. Here, I'll do some advocating. This is how my setup looks.
http://pici.se/thumbs/t_xCKNZOLnB.gif (http://pici.se/90923)
It's a modal text editor, meaning you can do crazy stuff with just pressing a few keys and it's customizable as hell. For instance, if I want to delete 3 words I just type in d3w or if I want to copy the next 4 lines I type in 4yy. You move up, down, left and right with the h j k l keys. It also has advanced stuff like if you want to delete all lines that are blank you just type in :%g/^$/d

eirche
July 20th, 2007, 12:56 PM
sounds great, im going to try that.

hl
July 20th, 2007, 01:41 PM
Windows: Notepad
OS X: Textmate
Linux: Text Editor

:P

icio
August 2nd, 2007, 10:25 AM
I'm surprised no one uses vim, imho. Here, I'll do some advocating. This is how my setup looks.
http://pici.se/thumbs/t_xCKNZOLnB.gif (http://pici.se/90923)
It's a modal text editor, meaning you can do crazy stuff with just pressing a few keys and it's customizable as hell. For instance, if I want to delete 3 words I just type in d3w or if I want to copy the next 4 lines I type in 4yy. You move up, down, left and right with the h j k l keys. It also has advanced stuff like if you want to delete all lines that are blank you just type in :%g/^$/d

Nice, what colours scheme are you using? Also, do you know how to (un)indent blocks of text?

λ
August 2nd, 2007, 12:37 PM
I'd have to say Emacs (http://gnu.org/software/emacs), partly because it's so much better than vim ;) and partly because it's what I use..

Patch^
August 2nd, 2007, 01:17 PM
If your on OS X I recommend Coda (http://www.panic.com/coda/). Really good application. You have to pay for it, but they have a 30 day trial :)