PDA

View Full Version : [xubuntu] Good programming IDE?



beetlejuice_masterson
September 10th, 2008, 12:00 AM
I do a lot with PHP, HTML, CSS, mySql. What's a good editor to use with xubuntu?

jemate18
September 10th, 2008, 12:07 AM
I do a lot with PHP, HTML, CSS, mySql. What's a good editor to use with xubuntu?

for your coding you can download the BIG IDE's

Netbeans, Eclipse

for the mid sized

jedit, SciTE or even mousepad


for the console base
pico, vi

-------------------

for you mysql, you can setup PHPMyAdmin or setup WINE then install SQLYog

mdebusk
September 10th, 2008, 03:12 AM
I do a lot with PHP, HTML, CSS, mySql. What's a good editor to use with xubuntu?

You probably want to check out Bluefish (http://bluefish.openoffice.nl/). It's in the repos.

OutOfReach
September 10th, 2008, 03:14 AM
You should try Geany (http://www.geany.org/), it's a great lightweight IDE.

IllegalCharacter
September 10th, 2008, 03:21 AM
I used to use Quanta, don't remember if it's in the repos or not. Pretty sure it is, but it's KDE based so you have to have the kdelibs installed.

I hear Geany is pretty good.

Now I use GVim with a bunch of plugins installed like VTreeExplore.

Sorivenul
September 10th, 2008, 05:58 AM
I personally use Geany for all my coding needs. If you're looking for something that can grow with you: Eclipse. If you're looking for something you can grow with: vi(m).