| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/gtksourceview5/ |
Upload File : |
GtkSourceView ============= GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK widget for multiline text editing. GtkSourceView adds support for syntax highlighting, file loading and saving, search and replace, code completion, snippets, Vim emulation, printing, displaying line numbers, and other features typical of a source code editor. The GtkSourceView library is free software and is released under the terms of the GNU Lesser General Public License, see the 'COPYING' file for more details. The official web site is https://wiki.gnome.org/Projects/GtkSourceView. Documentation ------------- Nightly documentation can be [found here](https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/). Dependencies ------------ * GLib >= 2.70 * GTK >= 4.6 * libxml2 >= 2.6 * fribidi >= 0.19.7 * libpcre2-8 >= 10.21 Installation ------------ Simple install procedure from a tarball: ``` $ meson setup build . $ cd build $ ninja install ``` To run the test suite: ``` $ ninja test ``` To build the latest version of GtkSourceView plus its dependencies from Git, [Jhbuild](https://wiki.gnome.org/Projects/Jhbuild) is recommended. How to contribute ----------------- See the 'HACKING' file.