Fedora Packages

stb_textedit-devel Subpackage of stb

Guts of a text editor for games etc., implementing them from scratch

This C header file implements the guts of a multi-line text-editing widget; you implement display, word-wrapping, and low-level string insertion/deletion, and stb_textedit will map user inputs into insertions & deletions, plus updates to the cursor position, selection state, and undo state. It is intended for use in games and other systems that need to build their own custom widgets and which do not have heavy text-editing requirements (this library is not recommended for use for editing large texts, as its performance does not scale and it has limited undo). Non-trivial behaviors are modelled after Windows text controls.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.14^20240213gitae721c5-2.fc41 -
Fedora 40 1.14^20240213gitae721c5-2.fc40 -
Fedora 39 1.14^20240213gitae721c5-1.fc39 -
Fedora 38 1.14^20240213gitae721c5-1.fc38 -
EPEL 9 1.14^20240213gitae721c5-1.el9 -
EPEL 8 1.14-0.41.20240213gitae721c5.el8 -
EPEL 7 1.14-0.41.20240213gitae721c5.el7 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at stb dash maintainers at fedoraproject dot org.



Sources on Pagure