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