https://github.com/salaah01/carp-text-editor
A carp text editor built in C
https://github.com/salaah01/carp-text-editor
Last synced: 8 months ago
JSON representation
A carp text editor built in C
- Host: GitHub
- URL: https://github.com/salaah01/carp-text-editor
- Owner: Salaah01
- License: mit
- Created: 2024-02-25T02:35:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-11T01:36:19.000Z (over 1 year ago)
- Last Synced: 2025-01-06T21:49:12.414Z (9 months ago)
- Language: C
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carp Text Editor
Carp Text Editor is a basic text editor written in C. I most definitely don't recommend using it (if the name didn't give it away). This is just a project to help me learn C.
## Features to Support
This features might seem basic, but hey nothing is basic for a C noob!
- [x] Makefile
- [x] Paint the screen.
- [ ] How to take an input from the user.
- [ ] Display the input on the screen.
- [ ] Display a cursor onto the screen and support some kind of movement using the arrow keys.
- [ ] Support a cursor that can be controlled by a mouse.
- [ ] Send inputs at the cursor position.
- [ ] Save to file file.
- [ ] Load from file.
- [ ] Undo/Redo.
- [ ] Syntax Highlighting.
- [ ] Search and Replace.