PHP Editor
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
-
CheetahShrk
- Forum Newbie
- Posts: 3
- Joined: Sat Mar 12, 2005 6:11 pm
Try PHP Designer 2005, http://www.mpsoftware.dk , its free and has alot of features and has support for more then just php files.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
This looks very nice. I'm testing this in compariosn to Crimson.CheetahShrk wrote:Try PHP Designer 2005, http://www.mpsoftware.dk , its free and has alot of features and has support for more then just php files.
I love the way it links to the includes you have in the file you're working on. If I can find a way to trun off the automatic output if closing braces I may switch to this. I don't like editors which just put a ")" or "}" there for me. I can and will do that myself
Thanks CheetahShrk!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Sadly no it just has the one explorer-like file broswer.Burrito wrote:does it do multiple resource tabs ?
I just found a major flaw that I can't live with neither. It wont nest properly.
If I do:
Code: Select all
function test() {
echo 'OK';
}But if I do
Code: Select all
if ($test == 'Something') {
//Do something
} else {
//Do something else
}Code: Select all
if ($test == 'something') {
//Do something
} else {
//Do something else
}-
F4llen4ngel
- Forum Newbie
- Posts: 1
- Joined: Sun Mar 13, 2005 4:57 pm
- Location: Hannover / Germany
- Contact:
try eclipse - best editor ever!
http://www.eclipse.org
to get the php support you need also the phpeclipse plugin
http://www.phpeclipse.de
have fun
http://www.eclipse.org
to get the php support you need also the phpeclipse plugin
http://www.phpeclipse.de
have fun
BBEdit is the greatest. Assuming your working on a mac.
http://www.barebones.com/products/bbedit/index.shtml
http://www.barebones.com/index.shtml
http://www.barebones.com/products/bbedit/index.shtml
http://www.barebones.com/index.shtml