An IDE for C programming
- Text Editor (called
zed
) - Built in compiler for error checking
- Built in parser for syntax highlighting
- Built in static memory analyzer
- Create CLI and Manpage
- Create basic user interface components
- Dashboard
- Statusbar
- Create utility components
- Generic-over-iterator telescope like finder
- Live Grep and Live Files
- Respect .gitignore
- Remove flashing (lessen the number of dirs)
- [-] Text Editing
- Display Text
- Move around text
- Edit and save text
- Keybindings
- Configuration
- Package Management
- [-] Essential Packages
- Tab bar
- Find/Replace
- Undo/Redo
- Copy and Paste
- Fix minor bugs:
- Half screen finder bug
- Make it work on all terminal sizes
- Statusbar
- Dynamic resizing
- Add Proper Errors and Error Handling
- Performance optimizations
- LSP (*in like a year or so)
Text Editor
Text editor.
Compile Text Editor
MIT