问题
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepad++ editor.
For those who haven't used Notepad++, do not confuse it with Notepad.exe. Notepad.exe is the lightweight Windows editor by Microsoft. Notepad++ is an Open Source programmer's text editor for Windows based on SciTE. It has syntax highlighting, code collapsing, language recognition, macro recording, regular expression search and replace across line breaks and in files on disk, copy filenames and paths to clipboard, and many other advance text editing tools. Only the more full-featured editors for Linux would be likely to be suitable replacements for Notepad++.
回答1:
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.
回答2:
Sublime Text 2 is an awesome editor!
回答3:
JetBrains WebIDE
回答4:
Vim?
Very lightweight editor and still very powerful and extendable.
回答5:
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.
回答6:
Geany is awsome. A wonderful editor having code folding ,design folding and file browser. I've been using for several months
回答7:
kate is a pretty good editor, I've always preferred it over gedit.
There's also scintilla and geany
回答8:
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
回答9:
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.
回答10:
Try Bluefish Editor. It has awesome syntax highlighting features.
It is available in Ubuntu software center.
回答11:
vi/vim and emacs/xemacs can be very powerful, take a look if you have time.
回答12:
scribes is also a good choice~
回答13:
PHPStorm , form the same guys of IntelliJ
回答14:
In my opinion, gPHPEdit is a good choice too.
回答15:
Have you tried Aptana Studio 3.
Its not specifically built for Linux, but seems to work fine.
( or do you not consider this a "light" editor?
回答16:
You can use Notepad++ on ubuntu with install Wine. this program use for open file exe
来源:https://stackoverflow.com/questions/1635848/php-editors-for-ubuntu