Text editor for Mac

C++, C#, Java, PHP, ect...
Post Reply
User avatar
windextor
Posts: 40
Joined: Sun Mar 28, 2010 8:50 pm

Text editor for Mac

Post by windextor »

Does anyone know any good free text editor with code highlighting for Mac?

I'd rather not pay for Texmate even though it looks awesome. I don't think I need all the features as a beginner.
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: Text editor for Mac

Post by Noctrine »

When I'm stuck on my mac I use Eclipse.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
User avatar
Zak Zillion
Posts: 112
Joined: Thu Apr 07, 2011 12:55 am

Re: Text editor for Mac

Post by Zak Zillion »

I use text wrangler you can set it to almost any type of code language.
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein

Old Project(s):
The Dark Flame
Kennydin
Posts: 39
Joined: Sat Oct 31, 2009 12:47 am

Re: Text editor for Mac

Post by Kennydin »

windextor wrote:Does anyone know any good free text editor with code highlighting for Mac?

I'd rather not pay for Texmate even though it looks awesome. I don't think I need all the features as a beginner.
TextMate is God of all text editors :p, I know you're looking for a free editor but honestly for beginners and professionals, it's all you'll ever need.
I've used it for a couple of years now and i find it very hard to switch to anything else now. It's just so lovely :)
The only downside to it is its lack of remote development features such as FTP and SSH support however there are bundles which I have come across to manoeuvre round this obstacle.
Again, I know you want a free editor, but I just wanted to point out that TextMate is like my baby. I love it and can never be without it in my dock.

Having said all this, TextWrangler is a good choice albiet a little lacking in the UI department. There is also KomodoEdit which my friend (who also loves TextMate) has pointed out to be rather good. I'll try it tonight I think.

Good luck in finding your future partner :)
PHP/Python (amongst other things) Person - Big Fan of MVC Architecture. Love CakePHP and CodeIgniter.
Xaleph
Posts: 897
Joined: Mon Feb 07, 2011 2:55 am

Re: Text editor for Mac

Post by Xaleph »

If you are going to spend money, buy Coda. If you want to use a free editor, i recommend NetBeans. It works well, is lower on resources then Eclipse. However, if you are smart, install Windows and just use normal applications. Solves most of your problems hehe.
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: Text editor for Mac

Post by Noctrine »

For general purpose use I'd say Textmate > Coda. Coda is amazing, totally amazing, but mostly intended for web development. I <3 how it works with CSS though. In the spirit of springing for more, if you are just doing web development I'd recommend getting Coda. But its 99 where Textmate is like 35?

Honestly though, if you are using the Mac (implying that you have more money to spend on a system, and/or you are doing iOS development). Springing for TextMate is worth it.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
Xaleph
Posts: 897
Joined: Mon Feb 07, 2011 2:55 am

Re: Text editor for Mac

Post by Xaleph »

Yeah, true. You can also download X Code, which is the default code editor for Mac. You can get it for free, however, and correct me if i`m wrong, you`ll have to register to Apple ( say what?! Ya.. ) Anyway, I had to register at the time ( 3 years ago ). It`s not ideal for regular development work, neither is it any good for word processing. Anyway, it`s the default editor, and you can make i/Phone/Pad/Touch applications with it.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Text editor for Mac

Post by Jackolantern »

I have always personally leaned more towards IDEs than text editors. I know the text editors of today have many of the same features, but today's IDEs are often very heavy on intellisense-style features, which simple code highlighting really can't hold a candle to. Once you really learn an IDE like Eclipse or Netbeans, you can easily reduce your keystrokes by 65% or more. Plus, most IDEs have a deeper understanding of the language syntax and can catch many errors as you are typing, which most text editors don't seem to do. I would suggest looking into a full IDE rather than spending money on a simple text editor (even if it does have tons of bells'n'whistles).
The indelible lord of tl;dr
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: Text editor for Mac

Post by Noctrine »

Xaleph wrote:Yeah, true. You can also download X Code, which is the default code editor for Mac. You can get it for free, however, and correct me if i`m wrong, you`ll have to register to Apple ( say what?! Ya.. ) Anyway, I had to register at the time ( 3 years ago ). It`s not ideal for regular development work, neither is it any good for word processing. Anyway, it`s the default editor, and you can make i/Phone/Pad/Touch applications with it.
Yep, you have to register. Apple is like that with their developer tools, I think if you have an existing apple account that works though. Most mac users will already have one for iTunes and stuff, so it's only slightly less annoying than stuff like having to register with Zend to download their framework.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Text editor for Mac

Post by hallsofvallhalla »

You can code on a mac??? Weird, I thought it was just a over priced mp3 player..... :lol:
Post Reply

Return to “Coding”