Smultron is an open-source text editor written in Cocoa for Mac OS X with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.
Smultron is an open-source text editor written in Cocoa for Mac OS X with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.
To install Smultron, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install Smultron
To see what files were installed by Smultron, run:
port contents Smultron
To later upgrade Smultron, run:
sudo port selfupdate && sudo port upgrade Smultron
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.