General Information =================== This is version 3.17.8 of GtkSourceView. GtkSourceView is a text widget that extends the standard GTK+ text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source code editor. The official web site is: https://wiki.gnome.org/Projects/GtkSourceView You can download the latest GtkSourceView tarball from the gnome ftp server: ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview Discussion of GtkSourceView happens in the gnome-devtools@gnome.org mailing list. You can subscribe and get further information here: http://mail.gnome.org/mailman/listinfo/gnome-devtools The GtkSourceView library is free software and is released under the terms of the GNU Lesser General Public License. Installation ============ GtkSourceView requires GLib >= 2.44, GTK+ >= 3.16 and libxml2 >= 2.6. Simple install procedure: % tar Jxf gtksourceview-3.17.8.tar.xz # unpack the sources % cd gtksourceview-3.17.8 # change to the toplevel directory % ./configure # run the `configure' script % make # build gtksourceview [ Become root if necessary ] % make install # install gtksourceview See the file 'INSTALL' for more detailed information. How to report bugs ================== Bugs should be reported to the GNOME bug tracking system. (http://bugzilla.gnome.org, product gtksourceview). You will need to create an account for yourself. In the bug report please include: * Information about your system. For instance: - What version of GtkSourceView - What operating system and version - What version of the gtk+, glib and gnome libraries And anything else you think is relevant. * How to reproduce the bug. * If the bug was a crash, the exact text that was printed out when the crash occurred. * Further information such as stack traces may be useful, but is not necessary. If you do send a stack trace, and the error is an X error, it will be more useful if the stacktrace is produced running the test program with the --sync command line option. Please check the bugzilla pages for the list of known bugs. https://bugzilla.gnome.org/browse.cgi?product=gtksourceview Patches ======= Patches should also be submitted to bugzilla.gnome.org. If the patch fixes an existing bug, add the patch as an attachment to that bug report. Otherwise, enter a new bug report that describes the problem the patch fixes, and attach it to that bug report. Patches should be created with the git format-patch command. Please follow the coding style described in the HACKING file. If you are interested in helping us to develop GtkSourceView, please see the file 'MAINTAINERS' for contact information and/or send a message to the GtkSourceView mailing list. See also the file 'HACKING' for information about our git guidelines. The GtkSourceView team.