a text editor
| Key | Description |
|---|---|
| Ctrl + O | Open File |
| Ctrl + S | Save File |
| Ctrl + F | Find Text |
| Ctrl + Q | Close Editor |
| Backspace | Remove Text in-front of Cursor |
| Delete | Remove Text in-back of Cursor |
| Page Up/Down | Move Editor View Up/Down |
| Arrow Keys | Move Cursor Around |
| Home | Move Cursor To Start Of Line |
| End | Move Cursor To End Of Line |
- Simple Text Editing
- Syntax Highlighting
- Opening, Closing & Saving Files
- Custom Themes and Syntaxes
- Opening a file in editor itself
- Regex support for syntaxes
- Try pcre2 for "advanced" regex
- Fix PCRE2 Different Behavior Depending On Release/Debug Mode
- Undo-Redo
- Loading Themes and syntaxes from disk
- Windows Support (Unsure)
