Jump to content

PHP and MYSQL Forum


TK

Recommended Posts

All I really care about in an editor is that it has some kind of remote file opening/saving functionality.  I like syntax highlighting and code block collapsibility, but I can live without them.  Tabbed multiple files is also nice, but not necessary.  I use html-kit.  It doesn't have code block collapsing (I think the paid version does), and it doesn't have tab multiple files. 

 

Dreamweaver has all of the above, but I don't really care for their code block collapsing.  Doesn't quite work the way I wish it would.  Also, dreamweaver itself is way too bloated for me.  Too much stuff I never use.  I'm sure it's great for some people, but I personally don't care to pay a bunch of money for for a glorified text editor/ftp program.

Link to comment
Share on other sites

To answer your question you don't need to use any fancy editor but ultimately things like code block collapse and syntax highlighting is will save you time. Eclipse php is pretty awesome and it's free.  Eclipse also has variable highlighting. When you click on a variable it highlights everywhere the variable exists on the page. With the svn plugin eclispe allows you to work out of a svn repository as well.  There is also a dreamweaver plugin that works off or tortoise svn if you need that.

Link to comment
Share on other sites

To answer your question you don't need to use any fancy editor but ultimately things like code block collapse and syntax highlighting is will save you time. Eclipse php is pretty awesome and it's free.   Eclipse also has variable highlighting. When you click on a variable it highlights everywhere the variable exists on the page. With the svn plugin eclispe allows you to work out of a svn repository as well.  There is also a dreamweaver plugin that works off or tortoise svn if you need that.

 

I second this opinion, I use eclipse every day at work it has great svn integration and ftp integration. There are some videos on you tube that will walk you through beginning development with eclipse and java. Check them out they'll make it a lot easier to get started.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.