TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-08-2008, 11:50 PM   #1 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default Whats your favoirte editor?

I tried to see if there wasn't any past threads about this, but didn't seem to find any so im starting one ;)

Whats your favorite PHP editor?

Mine would be Windows notepad, most of my friends call me old for using such a basic editor, the main reasons why Im using it is because its simple and it does include all the things I need for developing a website. I've tried a couple of other editors such as Zend but I havn't been to keen on them since I wasn't able to customise the editor exactly as I wanted which lead me to use Notepad as it had all that.

What are your favorite editors and reason for exactly that one?
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 01-08-2008, 11:54 PM   #2 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

I have two favorites which alternate depending upon my mood, and seriousness about my project. I have both phpDesigner 2007 and ConTEXT (free). I like the first when I want code complete, inline help and tooltips, and realtime/inline debugging. And I like ConTEXT when I've no need or want for that stuff. Both have syntax highlighting. ConTEXT can be configured to debug a PHP script by a "user command" functionality, and show the bugs in a result window below the editor.

Like I said, depends upon my wants.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-09-2008, 01:01 AM   #3 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Maybe it's just be but I absolutely adore Dreamweaver.
TlcAndres is offline  
Reply With Quote
Old 01-09-2008, 02:26 AM   #4 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I have dreamweaver and have used almost every other IDE out there, notpad++ is my favorite.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-09-2008, 04:14 AM   #5 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Zend Environment! I used to use Dreamweaver back in the days version 4 was out. Now that was a long time ago, I have to say. Zend is brilliant though. Profilers, offline PHP documentation, autocomplete, syntax highlighting, project management, CVS - all out of the box!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 01-09-2008, 08:04 AM   #6 (permalink)
The Acquainted
 
obolus's Avatar
 
Join Date: Oct 2007
Location: florida
Posts: 110
Thanks: 36
obolus is on a distinguished road
Default

dreamweaver here
obolus is offline  
Reply With Quote
Old 01-09-2008, 08:53 AM   #7 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

I love however 3 different IDE's:
1.Notepad++
2.phpDesigner
3.Zend IDE
Orc is offline  
Reply With Quote
Old 01-09-2008, 09:34 AM   #8 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

1: vim / gVim (quick and i can open directly in my terminal, also very configurable)
2: notepad++ (simple yet advanced at the same time, much needed tabs for files and an explorer window to the left so i can quickly navigate and open files within my project)
3: Zend (the debugger has been a life saver on many an occasion)
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 01-09-2008, 01:41 PM   #9 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

I use Coda and TextMate, both very competent editors but not IDEs.
Salathe is offline  
Reply With Quote
Old 01-09-2008, 02:33 PM   #10 (permalink)
The Wanderer
 
victorius's Avatar
 
Join Date: Nov 2007
Location: Denmark
Posts: 21
Thanks: 4
victorius is on a distinguished road
Default

Windows only

PSpad
I used PSpad for a while. That's probably the editor I would drag around on a usb stick or to get up and running quickly on someone else's machine.

Notables:Dual/Other OS
(currently using these)

jEdit
I use jEdit most of the time now. Got it configured 99% like I want it. I chose to focus on jEdit because it should run on both Windows and Linux.

But since then I haven't used it at all in Linux. I've come to like Gedit alot and thus just use that when on Linux. Not as heavy as jEdit (java based).

Gedit seems really basic, but with a few clicks on checkboxes it gets more advanced.

Both editors have a "snippets" feature that make them similar to textmate. PSPad has this built in. I'm pretty sure Notepad++ can do this, not sure about programmer's notepad.

Here's a video of jEdit. I think there are also available some videos of gedit doing this as well on youtube.
Send a message via MSN to victorius
victorius is offline  
Reply With Quote
Old 01-09-2008, 05:39 PM   #11 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I've heard jEdit being mentioned a lot in the programming world. I do believe it's a Java-coded application, hence the prepended j, much like the Zend Environment, but what outstanding features does it boast that other applications don't implement, or might not do as well?
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 01-09-2008, 05:55 PM   #12 (permalink)
The Contributor
 
buggabill's Avatar
 
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
buggabill is on a distinguished road
Default

I like Notepad++ and Crimson Editor. Crimson Editor has not been maintained in a while but seems to work well enough with Vista.
buggabill is offline  
Reply With Quote
Old 01-09-2008, 09:05 PM   #13 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

i use dreamweaver mostly, i just started using aptana and its pretty good. But jEdit is great for any programming because it has hundreds of languages built in. No compiler or debugger but syntax highlighting for them all.
CoryMathews is offline  
Reply With Quote
Old 01-09-2008, 09:14 PM   #14 (permalink)
The Contributor
 
Join Date: Dec 2007
Location: Florida
Posts: 73
Thanks: 12
danielneri is on a distinguished road
Default

I use Notepad++ for small little things but when I'm working on a big project I get the Zend environment going. Zend Studio is fantastic for big projects, although I still haven't figured out how to setup the debugger!!
Send a message via AIM to danielneri
danielneri is offline  
Reply With Quote
Old 01-09-2008, 09:25 PM   #15 (permalink)
The Contributor
 
buggabill's Avatar
 
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
buggabill is on a distinguished road
Default

I like Aptana, but java's huge memory footprint kind of bugs me (Over 100mb here at work when I use it). If I could ever get a memory upgrade...
buggabill is offline  
Reply With Quote
Old 01-09-2008, 09:27 PM   #16 (permalink)
The Contributor
 
Join Date: Dec 2007
Location: Florida
Posts: 73
Thanks: 12
danielneri is on a distinguished road
Default

Quote:
Originally Posted by buggabill View Post
I like Aptana, but java's huge memory footprint kind of bugs me (Over 100mb here at work when I use it). If I could ever get a memory upgrade...
Thats exactly the reason I don't use Zend for small little things, it uses up like 250 mb sometimes

How much memory are you running on?
Send a message via AIM to danielneri
danielneri is offline  
Reply With Quote
Old 01-09-2008, 09:56 PM   #17 (permalink)
The Contributor
 
buggabill's Avatar
 
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
buggabill is on a distinguished road
Default

1 gig on Windows XP.

I know some may say that's enough, but I don't! When you are running the IDE, the browser windows (research and testing), debugger, email program, media player , etc., it all adds up. Add to that the twice-a-week company virus scan and uughh!

I am spoiled with 4 gig on a 64bit Vista/Gentoo Linux install at home.

I think more is coming. The budgets were just done, and the other developers and I asked for another gig or 2. We shall see...

Last edited by buggabill : 01-09-2008 at 09:59 PM. Reason: more to say :-)
buggabill is offline  
Reply With Quote
Old 01-09-2008, 09:56 PM   #18 (permalink)
The Wanderer
 
Join Date: Nov 2007
Posts: 20
Thanks: 1
iisbum is on a distinguished road
Default

When I'm on the Mac: TextMate. On the PC: E.

Mubs
iisbum is offline  
Reply With Quote
Old 01-10-2008, 01:06 PM   #19 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Over the years I've probably tried dam near every PHP editor out there and my favourite by far is Zend IDE. To quote Wildhoney:

Quote:
Profilers, offline PHP documentation, autocomplete, syntax highlighting, project management, CVS
Exactly the reasons I can't live without it now for PHP coding.

For a general text editor I use Textpad v4 (can't get used to v5)

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-10-2008, 01:10 PM   #20 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Does the standard edition of the Zend IDE have profilers? I think I need that right now, and if I can get my hands on one built into the IDE it'd be great. Dunno that I want to pay a few hundred dollars for the Pro copy yet.

Edit: Rats, it does appear to be commercial only.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook

Last edited by RobertK : 01-10-2008 at 01:13 PM. Reason: looked myself, wondered why I asked in the first place
RobertK is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:03 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design