vote up 1 vote down star

What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepadd++ editor

Thanks

flag

13 Answers

vote up 4 vote down check

If you are looking for a Notepad++ like editor, the default editor in GNOME - gedit - might work well for you. It's also already installed on your system.

link|flag
I can recommend gedit in 95% cases. The only issue with it is that it always runs as a single process. If you edit anything over network (read: over network mount), and it disconnects for a little, gedit will probably freeze for 10 minutes. – culebrón Oct 28 at 9:53
+1 any reasonable text editor, including the [K]Ubuntu default, is just fine and will syntax-highlight PHP. – bobince Oct 28 at 11:11
vote up 6 vote down

Vim?

Very lightweight editor and still very powerful and extendable.

link|flag
You could also try gvim. – Code Duck Oct 28 at 8:58
gvim is part of the standard vim distribution. – hobbs Oct 28 at 10:40
vote up 2 vote down

Give Geany a try.

link|flag
vote up 0 vote down

Eclipse PDT, Aptana, Zend Studio for Eclipse

link|flag
Not particularly lightweight! – Mez Oct 28 at 8:42
vote up 1 vote down

Does this help?

link|flag
vote up 1 vote down

kate is a pretty good editor, I've always preferred it over gedit.

There's also scintilla and geany

link|flag
I agree, Kate is great. – Code Duck Oct 28 at 8:53
Kate is great, and I used it religiously until I found that I was working on wayyyyy too much stuff, then switched to Komodo Edit (not exactly lightweight!) and vim – Mez Oct 28 at 9:27
vote up 2 vote down

I am using SciTE mainly for Python programming on Windows but it works great also for PHP on Ubuntu.

It is lightweight but powerful and user-friendly. I've used Notepad++ as well but my personal preference goes to SciTE

link|flag
SciTE uses the same editor component as Notepad++, so this is a good recommendation for someone who wants a similar editor on a different platform. – hobbs Oct 28 at 10:38
vote up 2 vote down

I would have to say Komodo Edit here (not Komodo IDE) - I use it extensively and it's quite lightweight (in comparison to Eclipse and Eclipse based editors) and it's more than just a notepad.

link|flag
+1, Komodo Edit is the best (imho)! – DaNieL Oct 28 at 10:59
I agree that Komodo Edit is very good choice. However I think that SciTE is more lightweight – luc Oct 28 at 11:44
SciTE has some evil bugs with cyrillic characters (or at least had the last time I used it (about an year ago)) and configuration is quite painful (text files) – bisko Oct 28 at 12:17
vote up 0 vote down

You can use Notepad++ on ubuntu with install Wine. this program use for open file exe

link|flag
vote up 0 vote down

vi/vim and emacs/xemacs can be very powerful, take a look if you have time.

link|flag
vote up 0 vote down

Just to mention, not to recommend though :) I've tried Bluefish (available in Synaptic). It's buggy, but at least doesn't crash. Syntax highlighting breaks. Opening new files is slow (it tries to run another process, then opens in the main one). I keep it only as a ring-buoy in case if gedit freezes, and I have to go on working.

link|flag
vote up 1 vote down

JetBrains WebIDE

link|flag
vote up 0 vote down

scribes is also a good choice~

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.