
Visual Studio Code
Code combines the streamlined UI of a modern editor with rich code assistance and navigation, and an integrated debugging experience – without the need for a full IDE.
Edile is a basic but useful text editor for Linux, Mac OSX and other unix-like operating systems. Written in Python, Edile is implemented in a single source code file...
edile is a basic but useful text editor for linux, mac osx and other unixlike operating systems. written in python, edile is implemented in a single source code file and requires no installation you simply execute the source code file. edile requires python, pygtk and if you have gtksourceview installed it will use that for syntax highlighting, line numbering and other things. edile is something between a script and an app you can pipe text into it to create a new document, use a plugin file loaded locally or over the network to execute custom functions on your document.
portable text-editor editors source-code-editor