GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.
To install gtksourceview, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtksourceview
To see what files were installed by gtksourceview, run:
port contents gtksourceview
To later upgrade gtksourceview, run:
sudo port selfupdate && sudo port upgrade gtksourceview
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.