Releases: matteoppet/text_editor
Releases · matteoppet/text_editor
Simple Raylib Text Editor v1.0.0
This is the initial release of the Simple Raylib Text Editor.
A basic text editor built with C++ and Raylib, featuring:
- Piece Table data structure
- Open, Save, Save As
- Copy, Paste, Undo, Redo
- Text selection and navigation using arrow keys
- Mouse wheel scrolling
See the main README for build instructions. Enjoy!