wiremoons.com

Home of all content for 'wiremoons.com'

New Text Editors for All

Summary

The most popular text editors have been Vim (or Vi) and Emacs for many years. Many an Internet flame-war has taken place over the virtues, differences, and capabilities of each editor, over the other. New ‘easier’ text editors have appeared too, and some have stayed around - such as Nano that ships with just about all Linux distros.

Now there is a new set of text editors, all looking similar, all offering something new, all cross platform, and so on—and the reason?

So What Is It About Text Editors?

While I believe there will always be a need to have a good text editor that you are comfortable with, that is minimal, but powerfull too—for those times you need to use the command line. There is also an equal place for editors that run in Graphical User Environments (GUI) too. At the end of the day, a computer is a tool to do something with (be that for pleasure or work) and ensuring it therefore provides software ‘fit for purpose’ is very important.

I have tried a lot of text editors over the years and have settle on Emacs (yes - I like some features in Vim too!). I have also been a paid up user of Sublime Text 2 since 2012. I use Sublime Text in Windows on a daily basis (work and home), but also use it on Linux, and in the past on Macs.

Emacs on the Mac and Linux is great—but never quite felt right on Windows for some reason… The fact I only use the terminal version (ie emacs -nw) probably has something to do with this though.

There has been the ‘great wait’ for Sublime Text 3, and this continues at the time of writing. Visit the Sublime Text web site user forums if you wish—and read the continuing gripes and complaints, even threats, all from disgruntled and frustrated users. For commercial software, it is very odd that a developer (who has basically taken a large lump of the market share) lets their nice product fade away! People are impatient, especially those involved in technology (generally), and they will soon move to alternatives if progress or perceived progress stalls.

I use Lynda.com for keeping up to date with technology, photography courses, and anything else that takes my fancy. Looking at the courses they have for text editors, is an interesting side line barometer for what is popular maybe?

After all Lynda’s courses are only created to make money at the end of the day, like all businesses. So it is a sensible decision they make to ensure they have courses for popular software and interests. They have a healthy open source software stance (ie showing 203 courses for ‘opensource’), and it is refreshing to see a ‘main stream’ Computer Based Training (CBT) provider covering all types of software—with courses such as:

There are many more too! Shame there is nothing for Golang (yet?)—but plenty for many of the other programming languages though! Looking forward to the Arch Linux course though… LOL

So, of the popular editors we mentioned above, which have training courses available?

I found the following:

There are no equivalent dedicated courses for Emacs though :(

So the above is a bit of a tangent, and what really was interesting me was the new text editors appearing, which so far I have noticed includes:

Of all the above—what is striking to me is the similarities!

If you saw a group of screen shots, you might be hard pressed to notice the differences. It is refreshing to have so much ‘free’ choice though, and available for any mainstream operating system too!!

They all look similar, but they all pitch their purpose or use slight differently too. From developers editor, Integrated Development Environment (IDE), embracing open source editors, web developers editor, and so on.

I am not compaining—it is great to have such choice, and from what I have seen—great functional software too! With this kind of eco system and ‘frendly’ open source competition, it will be nice to see what innervations we end up with, and what the new ‘baseline’ GUI text editor will needs to have, to be acceptable going forward. The healthy mix of community and large corporate companies being involved is great too!

Also, I dont think they are a threat to existing command line editors, but hopefully will be another driving force for them. As the new editor baseline is set, so other existing programs will also adapt, as users want what they are used too!

So What I Am I Using?

So far, of the above I have tried VSCode and Atom.

I liked VSCode, but only switched to Atom due to the current license confusion, that I guess won’t be sorted out until it comes out of beta. Also I was sure if it includes any spyware—similar to that you get of you are a beta tester for Windows 10… See GNU Proprietary Surveillance page for a bit more information on this area.

I have now moved to Atom, and I like it too. I havent used Sublime Text in a while now, and doubt I will go back—there is no reason too, that I can think of. I have yet to install Atom on Linux and use it (another job for the todo list!), but my son is happily using Atom on his Apple Macs now, and has also switched from Sublime Text.

There are lots of reviews of Atom all over the internet, a couple I have enjoyed and found useful are included below. The Atom version 1.0 release video is quite funny and worth watching too!

Another text editor I have been keeping an eye on, that looks similar to all the others, but in fact is written in Go (Golang) instead of using Node.js based technologies—which I believe all the above editor do in one way or another.

This editor is called Lime Text. It’s stated goal is:

We want to bring you an Open Source text editor with great capabilities, as a successor to Sublime Text.

Lime Text Blog Article: ‘We now have a Website!’ — 27 Nov 2013

A full list of Lime Text’s opensource projects goals are also available.

So there we are—interesting times for the good old text editor!

Other Resources

Article Details