284a8ed695
- fix: correctly set encoding for the new added project unit file - fix: if there's a project openned, new file should ask user if he want to add the new file to the project - fix: when adding a file openned in the editor to the project, properties of it are not correctly setted. - enhancement: when remove a file from the project, also ask if user want to remove it from disk - fix: double click a project's .dev file in the Files panel should load the project |
||
---|---|---|
RedPandaIDE | ||
installer | ||
tools/ConsolePauser | ||
.gitignore | ||
IDE-todo.xlsx | ||
LICENSE | ||
NEWS.md | ||
README.md | ||
Red_Panda_CPP.pro |
README.md
RedPanda Dev-C++ 7
A light-weight C/C++ IDE based on Qt.
This project is the successor of Red Panda Dev-C++ 6.
All main features of version 6 have been ported.
New Features:
- Problem Set (run and test program against predefined input / expected output data)
- Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
- Memory View for debugging
- TODO View
- Find symbol occurrences
UI Improvements:
- Redesigned Find/Replace in Files UI
- Redesigned bookmark UI
- Better dark theme support
- Better editor color scheme support
Editing Improvements:
- Enhanced auto indent
- Better code folding support
Debuging Improvements:
- Better complex value display
Code Intellisense Improvements:
- Support UTF-8 identifiers
- Support C++ 14 using type alias
- Support C-Style enum variable definitions
- Support MACRO with arguments
And many other improvements and bug fixes. See NEWS.md for full informantion.