Page 2 of 2

Posted: Sat Mar 12, 2005 6:02 pm
by Chris Corbyn
Oh sorry. No I don't think it does.

It has a file browser pane thingy I think but I always have it turned off. There's a few things configurable by view -> Toolobars/Views

Posted: Sat Mar 12, 2005 6:14 pm
by CheetahShrk
Try PHP Designer 2005, http://www.mpsoftware.dk , its free and has alot of features and has support for more then just php files.

Posted: Sat Mar 12, 2005 6:34 pm
by Chris Corbyn
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.
This looks very nice. I'm testing this in compariosn to Crimson.

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 :lol: Auto nesting is the only thing I want my editors to do for me :-) Lets see if I can find the setting to turn this feature off and then I'm testing this for a while.

Thanks CheetahShrk! 8)

Posted: Sat Mar 12, 2005 6:38 pm
by Chris Corbyn
OK spotted the feature in pref's. This looks highly configurable. Not as lite as Crimson but it's defo better. I shall use this for the next week or so and then decide if I'm uninstalling Crimson. I've been sheltered for too long :lol:

Posted: Sat Mar 12, 2005 6:55 pm
by Burrito
does it do multiple resource tabs ?

:P

Posted: Sat Mar 12, 2005 7:07 pm
by Chris Corbyn
Burrito wrote:does it do multiple resource tabs ?

:P
Sadly no it just has the one explorer-like file broswer.

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';
}
Then it nests fine (indents by one tab after the { and goes back from the indent when return is hit after the } ).

But if I do

Code: Select all

if ($test == 'Something') {
   //Do something
} else {
   //Do something else
}
It does this for me!!! Grrr. I'm going back to Crimson

Code: Select all

if ($test == 'something') {
    //Do something
    } else {
        //Do something else
        }
Messy :cry:

Posted: Sun Mar 13, 2005 5:01 pm
by F4llen4ngel
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 :mrgreen:

Posted: Sun Mar 13, 2005 8:44 pm
by ast3r3x

Posted: Sun Mar 13, 2005 8:47 pm
by feyd
okay.. that's enough.. every single editor that's been recommended here has been noted in the favorites thread. Locked.