You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
839 B
839 B
Todo
Features
- Add support for saving filse - Kind of important that
- Show whether a file has been saved or not I think an interesting way to do this is to take a hash of all the text in the current buffer and then do the same for the text when the file was last saved/opened and compare them, if they are different we know that the file has been changed in the buffer
- Add shortcuts
- Add config file - Font and themes
- Add menu bar
- Add support for opening files from the editor - drag and drop support?
- Syntax highlighting would be neat?
Bugs
- There is a bug when wrapping text, we don't add new lines so the text get garbled. It's fine when there is space between lines that are being wrapped but when there are multiple lines next to each other that need to be wrapped the text gets messed up