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 33 34 35 36 37 38 39 40
|
libgedit-tepl - more information
================================
Renames
-------
- The first name was “Gtef” (GTK text editor framework).
- In June 2017 the project has been renamed to “Tepl” to have a more beautiful
name.
- In April 2024 the project has been renamed to “libgedit-tepl”.
Dependencies
------------
- GTK 3
- [ICU](https://icu.unicode.org/)
- gsettings-desktop-schemas
- libhandy
From [Gedit Technology](https://gedit-text-editor.org/technology.html):
- libgedit-amtk
- libgedit-gfls
- libgedit-gtksourceview
Documentation
-------------
See the `gtk_doc` Meson option. A convenient way to read the API documentation
is with the [Devhelp](https://github.com/gdev-technology/devhelp) application.
See also other files in this directory for additional notes.
Releases
--------
Versions are now released simply by creating **Git tags**.
- [Old libgedit-tepl tarballs](https://download.gnome.org/sources/libgedit-tepl/)
- [Old Tepl tarballs](https://download.gnome.org/sources/tepl/)
- [Old Gtef tarballs](https://download.gnome.org/sources/gtef/)
|