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.
|
|
7 months ago | |
|---|---|---|
| assets/images/screenshots | 7 months ago | |
| LICENSE | 7 months ago | |
| README.md | 7 months ago | |
| colours.odin | 7 months ago | |
| config.odin | 7 months ago | |
| constants.odin | 7 months ago | |
| main.odin | 7 months ago | |
| types.odin | 7 months ago | |
README.md
notepad_squared
A simple text editor written in Odin using the Raylib library.
Todo
Features
Add support for saving files - Kind of important that - Done
Add config file - Font and themes - Done
Show whether a file has been saved or not - Done However, when undo is implemented this implementation may need to change
Line wrapping that wraps on words when possible
Ensure that Home, End, Delete keys work
Add shortcuts
Add menu bar (Right click menu)
Need to add a right click menu
Add support for opening files from the editor - drag and drop support?
Syntax highlighting
Bugs
Holding a key (backspace or arrow keys) doesn't work as expected
