Skip to content

Commit 6069112

Browse files
Add README
2 parents 7407026 + 3837d0a commit 6069112

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# CodeEditor
2+
3+
A feature-rich C++ Code Editor built with Qt6 for Windows.
4+
5+
## Features
6+
- Syntax Highlighting (C/C++)
7+
- Line Numbers
8+
- Multiple Tabs
9+
- Dark / Light Theme
10+
- Find and Replace
11+
- Compile and Run C/C++ code
12+
- Auto Save
13+
- Font Size Control
14+
15+
## Built With
16+
- C++17
17+
- Qt6 (Widgets, GUI)
18+
- MinGW
19+
20+
## How to Build
21+
cmake .. -G MinGW Makefiles -DCMAKE_PREFIX_PATH=C:/Qt/6.11.1/mingw_64
22+
mingw32-make -j4
23+
24+
## Author
25+
Snehal Thombare

0 commit comments

Comments
 (0)