Return to site

Best Text Edito For Mac

broken image


  1. Macbook Text Editor
  2. Best Text Editor For Macbook Pro
  3. Text Editor In Mac
  4. Best Text Editor For Mac Quora
  5. Best Text Editor For Mac

Finally, this review is about the best text editor for macOS, not the best macOS application that's also a text editor. Atom is our top pick for most people, but its design follows a different set of principles than those laid out in Apple's Human Interface Guidelines for macOS apps. Most of the text editors below need to be downloaded to your computer before you can use them, but all of them provide their own unique set of features that set them apart from the default programs that come with Windows and Mac.

Active3 months ago

I searched for this and found Maudite's question about text editors but they were all for Windows.

As you have no doubt guessed, I am trying to find out if there are any text/code editors for the Mac besides what I know of. I'll edit my post to include editors listed.

Free

  1. Aquamacs and closer to the original EMacs
  2. TextMate2 - GPL

Commercial

Articles related to the subject

Thank you everybody that has added suggestions.


closed as not constructive by Bo Persson, Flexo, casperOneApr 2 '12 at 19:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.

39 Answers

12 next

I haven't used it myself, but another free one that I've heard good thing about is Smultron.

In my own research on this, I found this interesting article:Faceoff: Which Is The Best Mac Text Editor Ever?


I thought TextMate was everyone's favourite. I haven't met a programmer using a Mac who is not using TextMate.


  • Emacs
  • Vim

But I use TextMate, and can say that it is, without a doubt, worth every penny I paid for it.


Sublime text is awesome (http://www.sublimetext.com/2). Excellent search features, very fast and lightweight. Very decent code completion.

I also use RubyMine and WebStorm a lot (http://www.jetbrains.com/). They are excellent but not all purpose like TextMate.



I've tried Komodo out a bit, and I really like it so far. Aptana, an Eclipse variant, is also rather useful for a wide variety of things. There's always good ole' VI, too!


If you ever plan on making a serious effort at learning Emacs, immediately forget about Aquamacs. It tries to twist and bend Emacs into something it's not (a super-native OS X app). That might sound well and all, but once you realize that it completely breaks nearly every standard keybinding and behavior of Emacs, you begin to wonder why you aren't just using TextEdit or TextMate.

Carbon Emacs is a good Emacs application for OS X. It is as close as you'll get to GNU Emacs without compiling for yourself. It fits in well enough with the operating system, but at the same time, is the wonderful Emacs we all know and love. Currently it requires Leopard with the latest release, but most people have upgraded by now anyway. You can fetch it here.

Alternatively, if you want to use Vim on OS X, I've heard good things about MacVim.

Beyond those, there are the obvious TextEdit, TextMate, etc line of editors. They work for some people, but most 'advanced' users I know (myself included) hate touching them with anything shorter than a 15ft pole.


CotEditor is a Cocoa-based open source text editor. It is popular in Japan.


Best open source one is Smultron in my opinion, but it doesn't a torch to TextMate.


There's a new kid on the block - PHPStorm. I used it for a whole year. Its not free but offers an individual license of 49$ for a year, free for Open Source Developers.

  • Speedy for an IDE - Its based on Java so looks somewhat like Eclipse/Netbeans but smokes them to dust in terms of speed (not as fast as Coda/Textmate as this is an IDE).
  • Keyboard shortcuts galore - I seldom touched the mouse while developing using PHPStorm (that's what I didn't like about Coda)
  • Subversion support built-in - Didn't need to touch Versions or any other SVN client on Mac
  • Supports snippets, templates - zen-coding is supported as well
  • Supports projects, though in separate windows
  • File search, code search
  • code completion, supports PHPDoc code completion too

  • BBEdit makes all other editors look like Notepad.

It handles gigantic files with ease; most text editors (TextMate especially) slow down to a dead crawl or just crash when presented with a large file.

The regexp and multiple-file Find dialogs beat anything else for usability.

The clippings system works like magic, and has selection, indentation, placeholder, and insertion point tags, it's not just dumb text.

BBEdit is heavily AppleScriptable. Everything can be scripted.

In 9.0, BBEdit has code completion, projects, and a ton of other improvements.

I primarily use it for HTML, CSS, JS, and Python, where it's extremely strong. Some more obscure languages are not as well-supported in it, but for most purposes it's fantastic.

The only devs I know who like TextMate are Ruby fans. I really do not get the appeal, it's marginally better than TextWrangler (BBEdit's free little brother), but if you're spending money, you may as well buy the better tool for a few dollars more.

  • jEdit does have the virtue of being cross-platform. It's not nearly as good as BBEdit, but it's a competent programmer's editor. If you're ever faced with a Windows or Linux system, it's handy to have one tool you know that works.

  • Vim is fine if you have to work over ssh and the remote system or your computer can't do X11. I used to love Vim for the ease of editing large files and doing repeated commands. But these days, it's a no-vote for me, with the annoyance of the non-standard search & replace (using (foo) groups instead of (foo), etc.), painfully bad multi-document handling, lack of a project/disk browser view, lack of AppleScript, and bizarre mouse handling in the GVim version.


jEdit runs on OS X, being Java-based. It's somewhat similar to TextMate, I think.

Editra looks interesting, but I've not tried it myself.


TextMate not for 'advanced programmers'. That does not make sense, TextMate contains everything an 'advanced programmer' would want. It allows them to define a bundle that allows them to quickly set up the way they want their source code formatted, or one that follows the project guidelines, quick easy access to create entire structures and classes based on typing part of a construct and hitting tab.

Text editor in mac

TextMate is my tool of choice, it is fast, lightweight and yet contains all of the features I would want in a tool to program with. While it is not tightly integrated in Xcode, that is not a problem for me as I don't write software for Mac OS X. I write software for FreeBSD.


Definitely BBEdit. I code, and BBEdit is what I use to code.


You might consider one of the classics - they're both free, extensible and have large user bases that extend beyond the Mac:

  • Aquamacs - emacs for OS X (emacs in a shell window is also an option)
  • Mac Vim - VI with a Mac-specific GUI (vim in a shell window is also an option)

I prefer an old-school editing setup. I use command-line vim embedded in a GNU Screen 'window' inside of iTerm.

This may not integrate well with XCode, but I think it works great for developing and using command-line programs. If you spend any significant time working in a terminal, GNU Screen is worth the 30 minutes it takes to master the basic terminal multiplexing concepts.


Coda's great for PHP/ASP/HTML style development. Great interface, multiple-file search and replace with regexp support, slick FTP/SFTP/etc integration for browsing and editing remote files, SVN integration, etc.

It now supports plugins and the plugin editor can import TextMate bundles, so there's a bright future there. There aren't a lot of must-have plugins yet because the plugin support was newly introduced with version 1.6 a few months back. It's a popular app, though, so I expect more in the future.

The 'killer features' for me are:* Seamless editing of remote files* Code navigator (symbol browser; pane that lists functions etc)

Most people aren't really into using symbol browsers but as I have to maintain a lot of unfamiliar code I find them invaluable.

I'm not sure that Coda has the 'raw power' of TextMate though. I plan on getting familiar with TextMate next.

Best Text Edito For Mac

TextMate is my tool of choice, it is fast, lightweight and yet contains all of the features I would want in a tool to program with. While it is not tightly integrated in Xcode, that is not a problem for me as I don't write software for Mac OS X. I write software for FreeBSD.


Definitely BBEdit. I code, and BBEdit is what I use to code.


You might consider one of the classics - they're both free, extensible and have large user bases that extend beyond the Mac:

  • Aquamacs - emacs for OS X (emacs in a shell window is also an option)
  • Mac Vim - VI with a Mac-specific GUI (vim in a shell window is also an option)

I prefer an old-school editing setup. I use command-line vim embedded in a GNU Screen 'window' inside of iTerm.

This may not integrate well with XCode, but I think it works great for developing and using command-line programs. If you spend any significant time working in a terminal, GNU Screen is worth the 30 minutes it takes to master the basic terminal multiplexing concepts.


Coda's great for PHP/ASP/HTML style development. Great interface, multiple-file search and replace with regexp support, slick FTP/SFTP/etc integration for browsing and editing remote files, SVN integration, etc.

It now supports plugins and the plugin editor can import TextMate bundles, so there's a bright future there. There aren't a lot of must-have plugins yet because the plugin support was newly introduced with version 1.6 a few months back. It's a popular app, though, so I expect more in the future.

The 'killer features' for me are:* Seamless editing of remote files* Code navigator (symbol browser; pane that lists functions etc)

Most people aren't really into using symbol browsers but as I have to maintain a lot of unfamiliar code I find them invaluable.

I'm not sure that Coda has the 'raw power' of TextMate though. I plan on getting familiar with TextMate next.


I make use of Komodo IDE. It supports a huge number of languages, and is customisable but is a bit expensive (my company bought me a copy). A really good alternative is the free version called Komodo Edit. Loads really quickly and has a decent feature list and I find myself turning to it rather than the full IDE for a lot of jobs.



I actually prefer EditRocket over TextMate. I use it on both my Mac and Ubuntu machines. It is nice to use the same editor on multiple operating systems.

Macbook Text Editor


Best Text Editor For Macbook Pro

Textmate is state of the Art editor, but if someone is thinking about developing on several platforms without awkward memory eaters monsters like jedit, eclipse, netbeans etc take a look at geany (geany.org). It is free. The only problem the editor has not esthetic look and feel on Mac OS X :)


Fraise is a nice free option. It has some rough edges, but you can't beat the price. I believe it's a fork or successor of Smultron.




I use Eclipse as my primary editor (for Python) but I always keep SubEthaEdit handy as my supplemental text editor (free trial, 30 euros to license). It's not super-complicated but it does what I need.


Another vote for Smultron. I used it when doing some XQuery programming and being able to define a keyword files for syntax color highlighting was great.


I have installed both Smultron and Textwrangler, but find myself using Smultron most of the time.


I would love to use a different editor than XCode for coding, but I feel, that no other editor integrates tightly enough with it to be really worthwhile.
However, given some time, TextMate might eventually get to that point. At the moment though, it primarily lacks debugging features and refactoring.

Text Editor In Mac

For everything that does not need XCode, I love TextMate. If I had another Mac-user in my workgroup I would probably consider SubEthaEdit for its collaboration features. If it is Emacs you want, I would recommend Aquamacs (more Mac-like) or Carbon Emacs (more GNU-Emacs-like)


I've been using BBEdit for years. It's rock-solid, fast, and integrates into my Xcode workflow decently well. (I'm not sure anything integrates into Xcode as well as the built-in editor, but who has time to wait for the built-in editor?)

For small team projects which don't use a source control system, or for single user editing on multiple machines, SubEthaEdit comes highly recommended.


Eclipse and Netbeans have text editors among a whole lot of other stuff. I don't think you would want to wait 10 seconds for your text editor to become ready :/...If you are going to spend some serious time coding then spend some time and learn to use vim (emacs too but, I recommend vim)


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

If you are a developer or an entry-level programmer for Mac then text editor is a must for you. Nowadays, the necessity of text editor is essential for any computer user. Any OS has its own built-in tool but most of them have some limitations. If you want more functionality you need the best tool for your work done. Let us look at some of the best text editors for Mac.

Best Text Editors for Mac

1. Brackets

Bracket is the simplest and the most famous text editor for Mac. It is an open source and has been developed by Adobe. Bracket is unique from other text editors due to its interface and design. It consists a feature named 'Extract' which permits you to take different fonts, colors and measurements. You can use these features and select them from a PSD file interested in a clean CSS file that is prepared to use for a web page. Bracket also consists some other features like extension support, previews and inline editors.

Get it from here

Also Read: Best Free PDF Editor For Mac

2. BBEdit 11

BBEdit 11 text editor has to be on this list of best text editors for Mac. It is the most powerful text editor developed by the Bare Bones. It consists rich text and HTML editor which is specially designed for web designers. It also includes various features like searching, modification in text and advanced editing etc. This tool also permits the user to use command files, text, folders and servers in a single utility. The special feature of this Code editor for Mac consists 'biggest syntax of text support' along with color coding which helps the user in a good vision of coding.

Get it from here

3. TextWrangler

TextWrangler is the most popular text editor between Mac users after Bracket. Like BBEdit tool, it has also come from the box of Bare Bones. It is the smaller version of BBEdit. TextWrangler is used by most of program designers instead it is not designed for them. It is made for normal user as it can be used for general editing like you can perform the basic function change columns to CSV.

Get it from here

4. TextMate

Text Mate is also a free tool for text editing which carries Apple's tactic to Mac OS into the text editor's world. This is the most powerful tool for UNIX command with a very interactive GUI. Basically, it is created for novice user and programmers. It consists various features, for example, it permits auto-indentation, word completion, column selection, regular expression support etc. Using this tool, you can build XCode projects. It also contains various themes to look nice.

Best Text Editor For Mac Quora

Get it from here

Also Read: Best Free MP3 Tag Editor For Mac

Best Text Editor For Mac

5. Atom

Atom is the latest text editors for Mac and it is a very advanced text editor from recent periods. Atom is open source and free tool for editing. It is maintained by GitHub. It contains a huge packaged library along with key features like fuzzy search, code folding, quick edition, multiple panes for editing, extension library etc.

6. Sublime Text

Sublime Text Editor is a famous and powerful text editor. It seems user-friendly and simple due to its remarkable interface. Sublime Text Editor supports the same style as code and markup. This best code editor for Mac consists a speediest search engine which offers many shortcuts and amazing features. The tool has a powerful API and a user can customize it as per his need. To use the full features of Sublime Text Editor you need to purchase the full version of it. However, if you wish to use limited functionality, you can use the free version.

7. Textastic

Textastic is a versatile cross-platform text editor for all the apple users. We called it versatile due to its availability for all platforms like Mac, iPhone and iPad. It consists a huge collection of features for coders like you can sync all your work done on the cloud, so it will help you to access from anywhere whether you work on iPad or Mac. It will help you for on-the-go edits for the real-quick fix. It is the most versatile tool which supports around 80 coding and markup languages.

Also Read: 15 Best Anti-Malware Software For Mac

8. CodeRunner 2

It is a good choice for the hardcore programmers as it offers more than prose writing. However, it does not have a free version, you need to pay some amount to use this tool. It offers the variety of features like autocomplete for words, symbol navigation, argument execution with input sets, bracket matching, an impressive console, and much more. It is the best tool for Mac which you can use for coding.

9. UltraEdit

UltraEdit designed by IDM Computer Solutions, they have their established reputation in the market as they have already developed many more user-friendly utilities from the past years. The main strength of the company is for HTML, JavaScript, PHP, C/C++, Python, Perl, and many more other programming languages. This tool also consists of the variety of features like you can highlight the syntax, file/data sorting, column/block editing etc. It also supports SSH/telnet. It is a paid utility.

10. MacVim

MacVim is version of popular Vim text editor for Mac OS X. It is a tool with a full bundle of features and it has the primitive graphical interface. The most important feature of the MacVim is standard shortcuts of OS X keyboard. It has a are transparent backgrounds along with full- screen mode which is very helpful for distraction-free coding. It is the tool which supports tabs and multiple windows with ODB.

Also Read: The Best Antivirus Software For Mac

11. Emacs

Emacs is powerful text editor which consists of an effective file manager and customizable keyboard for editing. It includes various specifications with an extension language called Emacs Lisp. File manager of Emacs permits you to distinguish between two files. It also gives you the visual selection and text objects. It is a very good text editor with perfect features.

That's all folks! These were our best 11 picks in text editors for Mac OS X. We hope this post will helps you decide one from the list of best text editors available for mac. If you have any comment or suggestion you can write in comment section below.





broken image