Zedit is a lightweight text editor built using C++ and the Win32 API. It supports essential file operations, keyboard shortcuts, and a simple user interface.
- Open, save, and create new text files
- Basic text editing with a user-friendly interface
- Keyboard shortcuts (e.g.,
Ctrl + S
for save) - Resizable window with auto-adjusting text area
- Custom font support
git clone https://github.com/Zedai00/Zedit.git
cd Zedit
- Open the project in Visual Studio
- Compile and run the application
- Ctrl + S → Save file
- Ctrl + O → Open file
- Ctrl + N → New file
- Windows OS
- Win32 API
- Visual Studio (Recommended)
- Syntax highlighting
- Tabbed editing
- Find & Replace functionality
Feel free to fork the repo and submit pull requests! 🚀
This project is licensed under the MIT License.