Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → PHP text editors
PHP text editors
2009-07-06, 8:16 PM #1
Recommend me some good PHP text editors that you guys use. (Preferably free). I'm using Notepad right now and its difficult to create nicely formatted code.

2009-07-06, 8:27 PM #2
I've used Crimson for like 7 or 8 years. Still swear by it.

The new version sucks, though. I had it for about 10 minutes and got fed up with it and went back to the old version.
一个大西瓜
2009-07-06, 8:49 PM #3
Visual Studio 2008
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2009-07-06, 8:50 PM #4
I'm a big fan of gvim, I use it almost exclusively. When I used to use windows a lot I used EditPlus. It's not free, but I think it's pretty cheap. And well worth it.
2009-07-06, 8:53 PM #5
PHP plugin for NetBeans or Eclipse
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2009-07-06, 9:04 PM #6
Notepad++ is what I use for almost everything. Syntax highlighting and bracket collapsing.
$do || ! $do ; try
try: command not found
Ye Olde Galactic Empire Mission Editor (X-wing, TIE, XvT/BoP, XWA)
2009-07-06, 9:14 PM #7
I use dreamweaver, easy to navigate and upload files to your server
"Nulla tenaci invia est via"
2009-07-06, 11:52 PM #8
If you're one of the lucky ones who can run it without your machine grinding to a halt, Aptana + PHP Plugin.
Detty. Professional Expert.
Flickr Twitter
2009-07-07, 8:34 AM #9
I'm starting to use Notepad++. For a while I just used Notepad but I really do need syntax highlighting. It helps that Notepad++ can do HTML syntax highlighting in the same document... and it looks like there's some JS too and brace-matching works for CSS.

Originally posted by dalf:
Visual Studio 2008


What, that's not going to have built-in syntax highlighting for ASP's main competitor!

2009-07-07, 8:44 AM #10
NetBeans trounces everything else in terms of IDE support for PHP. Aptana's PHP plugin is actually pretty terrible (which is suprising since Aptana is great with JS).

Also, there's a visual studio plugin for PHP (I don't think it's free), and it's terrible as well, probably the worst of the bunch, mostly because it's unstable.

Finally, you have the regular text editors:

Notepad++, E (http://www.e-texteditor.com/ - PC's TextMate), PSPad (My favorite).
2009-07-07, 2:15 PM #11
Zend Studio is by far the best I've used. I've used it at work for the last 2 years.

Version 5.5 is in some ways better than 6. 6's FTP support is shockingly bad. You cant make projects with remote files... which for some reason means no code completion, you can't run code in the editor because you cant set include paths and when you're working with 4 other developers on a development server this is a severe restriction. We went back to 5.5.

In my new job where I'm the only developer and I am running a local development machine, I use 6. For a start it supports swapping character encoding on files and the project management is far superior to 5.5

It's stupidly expensive though. I wouldn't use it if I didn't get it paid for by my company. For free, I'd use Eclipse with the PHP plugin. It's not as good as Zend's PHP plugin but it does the job.
TheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWho
SaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTh
eJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSa
ysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJ
k
WhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSays
N
iTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkW
2009-07-07, 3:26 PM #12
I'd never rely on my editor for handling remote files, I'd just use ExpanDrive and treat remote drives as local ones.
Detty. Professional Expert.
Flickr Twitter
2009-07-07, 3:48 PM #13
There is also phpDesigner but I found it useless
"Nulla tenaci invia est via"

↑ Up to the top!