good online IDE/editor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
battleman
Forum Newbie
Posts: 1
Joined: Mon Jan 12, 2009 6:23 am

good online IDE/editor

Post by battleman »

Hi All,
I'm starting a new programming project in php. however i am doing it as an immigrant in a foreign country without my best friend [i.e. my devoted computer]

so i have no IDE whatsoever, more than that - i do not have a fixed computer for Internet access. using mostly university Internet connections and friends.

i am looking for a good online IDE i can install on the development server, using web access to edit the files in a comfortable way.
i guess that the basic functionality is rather simple to find, however I'd appreciate if you could help me find an IDE which can
* allow folder view
* work on several files in parallel, having tabs to switch between files
* has syntax coloring
* auto complete
* php documentation support
* versioning support [remote CVS]

thanks in advance

p.s.
i hope this is the proper forum for this topic.
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: good online IDE/editor

Post by it2051229 »

yeah I was trying too before to look for an online editor something like "notepad++ online editor" or something like that but with no avail. I tried making one before for personal use but i had trouble with the tab key, the cursor doesn't get tabulated instead the focus to another control is done. I ended up using notepad :P
Post Reply