Letter S

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

Website: https://github.com/nothings/stb
License: MIT OR Unlicense
Vendor: Alcance Libre, Inc.
Description:
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.

Packages

stb_textedit-devel-1.1420230129git5736b15-1.aldos.x86_64 [17 KiB] Changelog by Joel Barrios (2023-08-03):
- Update to latest commit.

Listing created by Repoview-0.6.6-6.fc14.al