| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A feature-rich C++ code editor built with Qt6 for Windows
Write, compile, and run C/C++ code — all in one lightweight desktop app.
| Feature | Description |
|---|---|
| 🎨 Syntax Highlighting | Full C/C++ syntax highlighting for better readability |
| 🔢 Line Numbers | Line numbering for easy navigation and debugging |
| 📑 Multiple Tabs | Work on several files at once in a tabbed interface |
| 🌗 Dark / Light Theme | Switch themes based on your preference |
| 🔍 Find and Replace | Quickly locate and update code |
| ⚙️ Compile and Run | Build and execute C/C++ code directly from the editor |
| 💾 Auto Save | Never lose your work |
| 🔠 Font Size Control | Adjust editor font size on the fly |
cmake .. -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH=C:/Qt/6.11.1/mingw_64
mingw32-make -j4Then run the generated executable from the build directory.
(Feel free to edit this section based on your actual plans!)
Contributions are welcome!
This project is licensed under the MIT License — see the LICENSE file for details.
⭐ If you find this project useful, consider giving it a star!
| Back | FazBrowse Home | New Git URL |