|
|
|
@ -7,17 +7,26 @@ A simple text editor written in Odin using the Raylib library.
|
|
|
|
## Features
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
|
|
Add support for saving files - Kind of important that - Done
|
|
|
|
Add support for saving files - Kind of important that - Done
|
|
|
|
|
|
|
|
|
|
|
|
Add config file - Font and themes - Done
|
|
|
|
Add config file - Font and themes - Done
|
|
|
|
|
|
|
|
|
|
|
|
Show whether a file has been saved or not - Done
|
|
|
|
Show whether a file has been saved or not - Done
|
|
|
|
However, when undo is implemented this implementation may need to change
|
|
|
|
However, when undo is implemented this implementation may need to change
|
|
|
|
|
|
|
|
|
|
|
|
Line wrapping that wraps on words when possible
|
|
|
|
Line wrapping that wraps on words when possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure that Home, End, Delete keys work
|
|
|
|
|
|
|
|
|
|
|
|
Add shortcuts
|
|
|
|
Add shortcuts
|
|
|
|
Add menu bar
|
|
|
|
|
|
|
|
|
|
|
|
Add menu bar (Right click menu)
|
|
|
|
|
|
|
|
|
|
|
|
Need to add a right click menu
|
|
|
|
Need to add a right click menu
|
|
|
|
|
|
|
|
|
|
|
|
Add support for opening files from the editor - drag and drop support?
|
|
|
|
Add support for opening files from the editor - drag and drop support?
|
|
|
|
Syntax highlighting would be neat?
|
|
|
|
|
|
|
|
|
|
|
|
Syntax highlighting
|
|
|
|
|
|
|
|
|
|
|
|
## Bugs
|
|
|
|
## Bugs
|
|
|
|
|
|
|
|
|
|
|
|
Holding a key (backspace or arrow keys) doesn't work as expected
|
|
|
|
Holding a key (backspace or arrow keys) doesn't work as expected
|
|
|
|
Delete, home and end don't work.
|
|
|
|
|
|
|
|
|