Forum Moderators: coopster
this google search [google.com] will find many of them.
In no particular order, I think the key features that reduce errors or help you find them are
- line numbering - for finding them from PHP error messages.
- brace and parenthesis matching - help you see clearly when you have unmatched braces or parentheses.
- syntax highlighting - helps quickly see unmatched quotes and things
- code completion - helps reduce the number of errors caused by typos
Then, of course, within PHP itself, make sure that you always develop your scripts with error_reporting set to E_ALL in your php.ini file.
Some IDEs have built-in debuggers, which can be a big help too.
I haven't seen anything on Enginsite on any of the other postings unless maybe they changed the name with a newer version.
For me, I wanted something that supported breakpoints and watches, and the custom code completion is pretty cool. Supports php4 + php5 with a code analyzer so you can optimise and secure your code better.
I could sing it's praises all day, but in reality I do most of my work on notepad. All it boils down to is that PHP IDE's just reduce your development time (especially for debugging).
As ergophobe mentioned, syntax highlighting is invaluable. Once you get used to your text environment, you`ll find that you can spot errors because of the colour coding. It even works for a colour blind person like me. :-P
Coding templates are also useful. If you use a piece of code over and over, you can store it in the program and recall it with a couple of clicks. Saves lots of time.
Follow the link ergophobe provided and download some. jEdit is a really nice one. Crimson Editor too.
Good luck.
I would make the move to HTML-Kit if it was open-source. It's free but they could always make the decision to charge. It comes with built in FTP and is pretty nice overall.
If your just looking for a text editor without FTP, FileZilla is a good open-source FTP.
I wouldn't recommend using notepad. Try using 'view source' on your webpage using notepad, then try it using firefox. It's just so much easier with color coding.
Maybe you are thinking about student version of the "small business starter" where you have to sign an agreement that you don't gross more than 250k/year and they can audit your books on demand?
Hook-ware. No thanks.
I've been through Notepad 2 (which adds a good set of functionality for Notepad, with minimal footprint), TextPad, EditPad, and most recently, PS Pad.
Macromedia's Homesite used to be great but they simply have not kept up, I guess they're now focusing on Dreamweaver. I would use DW if it could load up faster and not crash.
Well, one way or another, I keep coming back to UltraEdit for the stability and features with minimal memory footprint.