What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepadd++ editor
Thanks
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepadd++ editor
Thanks
Vim?
Very lightweight editor and still very powerful and extendable.
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.
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
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.
You can use Notepad++ on ubuntu with install Wine. this program use for open file exe
vi/vim and emacs/xemacs can be very powerful, take a look if you have time.
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.