up vote 3 down vote favorite
share [g+] share [fb]

I need recommendations for a good (free) development notepad to work in on my new macbook, mainly for PHP, AJAX etc.

link|improve this question

6  
Do you mean a text editor? – Peter Stuifzand May 30 '09 at 10:54
feedback

10 Answers

up vote 4 down vote accepted

TextWrangler is a free Mac text editor, which has PHP support built-in.

link|improve this answer
This looks great, quicker and easier considering my available time, thanks. – Oliver Stubley May 30 '09 at 11:03
Is there a way to show line numbers? – Oliver Stubley May 30 '09 at 11:33
Nevermind, got it. Thanks - best answer. – Oliver Stubley May 30 '09 at 11:34
feedback

I know you've request it be free - but really, I can't stress TextMate enough. It's fantastic and it's also cheap (around $30). It is well worth the price tag.

If you insist on staying free - try Eclipse with PDT.

link|improve this answer
Yes, its not free, but Textmate kicks butt. Well worth the investment! – dylanfm May 30 '09 at 14:39
Will take a look when i have some capital :p – Oliver Stubley May 30 '09 at 15:19
feedback

if you are familiar with vim, or got the time to learn a fairly complex text editor i would recommend checking out macvim

link|improve this answer
Thanks, i'll take a look. – Oliver Stubley May 30 '09 at 10:57
feedback

Vim is great text editor for writing web code. It has a steep learning curve, but works on almost all platforms.

link|improve this answer
As i said to silfverstrom above, i'll check it out, thanks. – Oliver Stubley May 30 '09 at 10:58
feedback

I'd also suggest trying out Smultron. It's pretty lightweight, but it's a very nice (and free) editor. And, of course, it has support for PHP, JavaScript, and all the major web programming languages built in.

link|improve this answer
I use Smultron for all of my web coding and it works great for me. I'm a big fan of its regular expression search/replace and its hot-keys for inserting text snippets. I'm pretty sure the other editors do this as well (I haven't used them,) but Smultron is easy to use and has a great price. – Kyle Jun 4 '09 at 3:06
feedback

Emacs if you like customization to the ends of the universe.

link|improve this answer
1  
Had trouble finding np++ for Mac, or maybe I just didn't look far enough :/ – Oliver Stubley May 30 '09 at 12:51
I wasn't aware that Notepad++ wasn't available for the Mac. Sorry, edited out. – Rayne May 30 '09 at 16:24
No problem, I found out the hard way! – Oliver Stubley May 30 '09 at 16:40
feedback

There is also Aquamacs and Carbon Emacs for an Emacs-flavoured Mac editing experience. Carbon Emacs is closer to the Unix Emacs experience whereas the Aquamacs people have put considerable effort into OS X integration.

link|improve this answer
feedback

Geany (geany.org) is my IDE of choice. It's lightweight, open-source, and I use it both for programming and note-taking. It supports PHP, C, Python, etc.

link|improve this answer
feedback

You may want to consider Aptana. It has PHP and main AJAX libs support.

link|improve this answer
I will take a look, no harm in having more than one to mess with. – Oliver Stubley May 30 '09 at 15:32
I use it with all my projects. In my opinion it's the best free web development tool (probably better than most of the paid too). – Rafael May 30 '09 at 15:41
feedback

I would also suggest Komodo Studio

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.