vim
http://www.vim.org/
Kate
http://kate-editor.org/
Kate is a lightweight multi document editor for KDE based on a core component KATEPART. With kate you can work on multiple documents at the same time or even open multi instances of the same file. katepart and therefore kate is extendable via plugins and as a lot of programming features such as syntax highlighting, code completion, Scriptable using JavaScript or D-Bus and much more.
Atom
https://atom.io/
A hackable text editor for the 21st Century
Emacs
https://www.gnu.org/software/emacs/
Emacs and its derivatives are a family of text editors that are characterized by their extensibility. The manual for the most widely used variant, GNU Emacs, describes it as "the extensible, customizable, self-documenting, real-time display editor". Development of the first Emacs began in the mid-1970s and continues actively as of 2015. Emacs has over 2,000 built-in commands and allows the user to combine these commands into macros to automate work. Emacs Lisp provides a deep extension capability allowing users and developers to write new commands using a dialect of the Lisp programming language.
Sublime
http://www.sublimetext.com/
Sublime Text is a sophisticated text editor for code, markup and prose.
It is a commercial closed-source software with a free evaluation version available.
Notepad++
https://notepad-plus-plus.org/
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
Comments ( 3 )