ECode is a lightweight code editor written in Rust and Egui. Remember how code editors on older PCs used to launch in milliseconds? This project aims to get closer to that. For speed, it uses a native Egui interface and completely abandons web technologies.
- Code tabs system
- Sidebar workspace explorer
- Basic keybinds
- Settings menu
- Optimized rendering and code highlighting in large code files
- Code refactoring,
- Multithreaded file parser,
- Ram and speed startup optimization,
- Windows context menu integration (Open as...)