work save
This commit is contained in:
parent
31ace6b981
commit
a5e316f5c1
15
README.md
15
README.md
|
@ -2,3 +2,18 @@
|
||||||
A light-weight C/C++ IDE based on Qt
|
A light-weight C/C++ IDE based on Qt
|
||||||
|
|
||||||
This project is an attempt to port Red Panda Dev-C++ from delphi to Qt, to support non-windows systems.
|
This project is an attempt to port Red Panda Dev-C++ from delphi to Qt, to support non-windows systems.
|
||||||
|
|
||||||
|
Features implemented:
|
||||||
|
* basic code editing (synedit)
|
||||||
|
* syntax highlight for C/C++ code
|
||||||
|
* symbol completion
|
||||||
|
* search/replace
|
||||||
|
* Compile & run single file
|
||||||
|
* debug single file
|
||||||
|
|
||||||
|
Features to be implement:
|
||||||
|
* code intellisense (auto completion)
|
||||||
|
* reformat code
|
||||||
|
* project support
|
||||||
|
* refactor ( symbol rename)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue