Best Free Text Editors For Mac



Whether you are a developer switching to the Mac or you’re just shopping around for a nice new editor, you are spoiled for choice when it comes to text editors. Here are my candidates for best text editor for Mac OS X, with some pros and cons of each.

  1. Best Free Text Editors Windows
  2. Mac Text Editor Built In
  3. Best Text Editor On Mac

Check out my recommendations The main things I look for in a text editor apart from speed and stability: Good support for projects. I like to be able to drag a folder from the Finder onto the app and have it open a new project browser.

Best Free Text Editors For Mac

Best Free Text Editors Windows

Brackets is a free text editor that's primarily meant for web designers, but can of course be used by anyone to view or edit a text document. The interface is extremely clean and modern and feels really easy to use despite all of its advanced settings.

Free

When I’m editing a file I want a simple key command to add a new file to the same folder, and for Command S to open a save dialog that saves by default in that folder (I know this seems obvious). I also want a key command like Command Shift F that will let me find any string, and it should default to the currently open project. The find should also have a Find in File option, and a Replace function that is flexible and fast (I often have to do a find and replace on URLs in MySQL.sql backups for example). How to center text in a table in word. All the permutations of Find should support regular expressions.

Mac Text Editor Built In

Great support for Plugins, Clippings, Scripts, Triggers, and what have you. Editors can’t do everything, so it’s important that they expose some kind of scripting engine so that you can do all the tweaking you need.

Best Text Editor On Mac

All of the apps below do this, all in different ways. BBEdit has been around basically forever and is mature, fast, and reliable. I don’t think it has ever crashed on any of my Macs, but I’ve been using it so long that it must have at some point. BBEdit is not the most modern editor around: it doesn’t do code completion, for example. But it has some very powerful functionality, most notably Text Factories, AppleScript support, Automator Actions, Clippings, and Stationery. I have always found things that BBEdit just does better than other editors: see for example Zap Gremlins or Process Lines Containing or Process Duplicate Lines or Sort Lines. BBEdit has always been good at opening large files too, which is something that other editors can’t really match (maybe because that fancy syntax highlighting requires too much processing power).

Note: I haven’t tried BBEdit 10 yet: BBEdit 9 is so good that I haven’t needed to. BBEdit is the fastest at doing the SQL backup find and replace that I mentioned above. TextMate made a splash a few years back, introducing a bunch of cool features previously unseen in the world of Mac text editors. TextMate, for many programmers at least, dethroned BBEdit as our editor of choice: support for snippets, triggers, code completion and syntax highlighting made TextMate a compelling reason to switch.

But fast-forward to 2014: TextMate is seemingly abandoned, and the preview of TextMate 2 — — is still a preview. TextMate is still a great editor, but it suffers 1from some performance issues and some bugs. There is still but it’s hard to resist the conclusion that the byline ‘The Missing Editor For Mac OS X’ has become a bit ironic! TextMate was consistently slower at the SQL Find and Replace than BBEdit. Chocolat I haven’t really used enough to know either way, just a 30-day trial a few months back.

I like the look of it and it seems to be a TextMate replacement, plus it has a markdown preview, which is great for me since I use markdown for general writing. I’ve heard that but that was almost a year ago, so may have been fixed by now. Vim, vi, Emacs I’d like to hear from anyone using any of these every day for development on the Mac. I use nano for pretty much any editing I do in the Terminal, which I know is kind of lazy. I could probably save some money and get some nerd cred using Emacs.