Page 35 of 36

Re: What's your favourite PHP Editor?

Posted: Thu Jan 31, 2008 1:26 am
by hannnndy
my problem je
ust solved right now what an unstable eclipse :D

Re: What's your favourite PHP Editor?

Posted: Fri Feb 01, 2008 1:54 am
by JamesRavenscroft
<3 Eclipse PDT

Its so adaptable its like zend studio but free and open source :)

Re: What's your favourite PHP Editor?

Posted: Fri Feb 01, 2008 10:12 pm
by Chris Corbyn
Image

Re: What's your favourite PHP Editor?

Posted: Sat Feb 02, 2008 5:08 am
by Kieran Huggins
:rofl:

That's EXACTLY why this thread is 35 pages :mrgreen:

Re: What's your favourite PHP Editor?

Posted: Mon Feb 04, 2008 12:58 pm
by RobertGonzalez
:mrgreen:

Awesome. Absolutely awesome.

Re: What's your favourite PHP Editor?

Posted: Mon Feb 25, 2008 9:32 am
by Ollie Saunders
Soooo I don't know if this has already been mentioned in this thread but TextMate is juuussttt ever so slightly the most amazing editor that has ever existed.

I seem to be slightly addicted to enhancing it at the moment. It has the extensibility of vim but it's not shell based! And what is more the extensibility isn't too scary. Sure there's a bit to learn but mostly you can use whatever scripting language you like. And you can create macros which are actually incredibly cool.

I just created this macro that selects the current paragraph (a paragraph being defined as the lines between two blank lines) using a couple of regexs (the regex engine supports lookaheads and lookbehinds that make this possible) and now I press Apple+P and a select those lines.

I've also got macros for "new blank line above" and "new blank line below" just like o and O in vim. Only it's not vim - I can still use the mouse, I don't have to press esc incessantly and the caret isn't endlessly one character off the position I want it to be in. The only thing missing is intelli-sense style code competition which Zend Studio did so very well.

Re: What's your favourite PHP Editor?

Posted: Mon Feb 25, 2008 2:53 pm
by Inkyskin
I would love to use textmate - but its mac only :(

Re: What's your favourite PHP Editor?

Posted: Mon Feb 25, 2008 3:10 pm
by Ollie Saunders
Inkyskin wrote:I would love to use textmate - but its mac only :(
Heh yes, yes it is. *Looks smug*

Re: What's your favourite PHP Editor?

Posted: Mon Feb 25, 2008 4:07 pm
by Inkyskin
I really want a mac to try out for a while - but I already have a kickass PC, and trying to justify the cost of a mac too to the missus would never pass ;)

Re: What's your favourite PHP Editor?

Posted: Tue Feb 26, 2008 12:19 am
by RobertGonzalez
I think Kieran posted something in here once about the e-Text editor. It is a textmate port to Windows. It was OK. I am still spoiled by Eclipse though, so getting used to it was just not interesting enough to me.

Re: What's your favourite PHP Editor?

Posted: Fri Feb 29, 2008 1:04 am
by abhinavzone
Well as far as question of designing I use Adobe Dreamweaver and for coding I simply use Zend....

Re: What's your favourite PHP Editor?

Posted: Fri Feb 29, 2008 1:50 am
by Kieran Huggins
Yeah, e is nice. Worth buying, even. I still suffered from mac-lust while using it though....

That being said, fr the last couple of months my mac-lust has been waning due to Ubuntu on my Thinkpad. Gutsy is down-right sexy, and I do love me that ****\b\b\b\b nipple.

Also, I hate Hate HATE trackpads. Hate.

On Ubuntu I've been pleasantly surprised by gEdit. It's far more decent that I ever thought it would be! Still, it's not textmate. And my next laptop will almost definitely be a mac, I'm just not in so much of a hurry now ;-)

Re: What's your favourite PHP Editor?

Posted: Fri Feb 29, 2008 10:39 am
by Ollie Saunders
I've been looking at e and it seems to be as good. Does it support bundle development including macros? Because if it did it would probably be slightly better. Damn.

Re: What's your favourite PHP Editor?

Posted: Fri Feb 29, 2008 10:46 am
by Kieran Huggins
http://www.e-texteditor.com wrote:By supporting TextMate bundles, e makes you part of a huge and vibrant community. Whatever task or language you need to work with, there is a good chance that someone has already made a bundle with all the needed adaptations.
Kieran Huggins wrote:PWNED!

Re: What's your favourite PHP Editor?

Posted: Fri Feb 29, 2008 10:52 am
by Ollie Saunders
Yeah but can you create them in e?