We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7407026 + 3837d0a commit 6069112Copy full SHA for 6069112
1 file changed
README.md
@@ -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