File: intro.xml

package info (click to toggle)
libgedit-gtksourceview 299.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,536 kB
  • sloc: ansic: 48,501; xml: 2,620; perl: 206; sh: 51; yacc: 45; makefile: 35; cobol: 20; objc: 19; javascript: 16; fortran: 14; python: 13; cpp: 8; ml: 3
file content (32 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
 %gtkdocentities;
]>

<part id="intro">
  <title>Introduction</title>

  <para>
    libgedit-gtksourceview is a library that extends GtkTextView, the standard
    GTK widget for multiline text editing. This library adds support for syntax
    highlighting, undo/redo, file loading and saving, search and replace, a
    completion system, printing, displaying line numbers, and other features
    typical of a source code editor.
  </para>

  <para>
    libgedit-gtksourceview &package_api_version; depends on GTK 3.
  </para>

  <refsect1>
    <title>pkg-config name</title>
    <para>
      For libgedit-gtksourceview &package_api_version;, the pkg-config name is:
      <code>libgedit-gtksourceview-&package_api_version;</code>
    </para>
  </refsect1>
</part>