GtkSourceView-4.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 4 of the GtkSourceView widget. Port gtksourceview3 contains version 3 of widget, gtksourceview2 contains version 2 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 4 of the GtkSourceView widget. Port gtksourceview3 contains version 3 of widget, gtksourceview2 contains version 2 and port gtksourceview contains version 1.
To install gtksourceview4, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtksourceview4
To see what files were installed by gtksourceview4, run:
port contents gtksourceview4
To later upgrade gtksourceview4, run:
sudo port selfupdate && sudo port upgrade gtksourceview4
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.