File: README.md

package info (click to toggle)
gspell 1.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: ansic: 8,063; xml: 120; sh: 39; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 844 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
gspell - a spell-checking library for GTK applications
======================================================

gspell provides a flexible API to add spell-checking to a GTK application.

Features
--------

- Access to basic spell-checking functionality with a GObject-based API.
- An inline spell-checker for GtkEntry.
- An inline spell-checker for GtkTextView (enhanced version of
  [GtkSpell](https://gtkspell.sourceforge.net/)).
- A spell-checker dialog for GtkTextView.
- Support of the no-spell-check tag defined by
  [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview/) and
  [libgedit-gtksourceview](https://gedit-text-editor.org/technology.html).
- Language choosers (button and dialog).

More information
----------------

The gspell 1.x versions target **GTK 3**.

[More information about gspell](docs/more-information.md).