A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 0f3baaac00 Version 0.12.1 For Dev-C++ 7 Beta
- fix: error when drag&drop in editors
2021-12-23 22:05:57 +08:00
RedPandaIDE Version 0.12.1 For Dev-C++ 7 Beta 2021-12-23 22:05:57 +08:00
Templates - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
installer update installer 2021-11-27 15:56:15 +08:00
tools/ConsolePauser - enhancement: enable run/debug/compile when console program finished but pausing. 2021-12-23 17:07:27 +08:00
.gitignore clean dirs 2021-08-30 17:12:19 +08:00
IDE-todo.xlsx change font size with ctrl+mouse wheel 2021-04-09 17:48:25 +08:00
LICENSE Initial commit 2021-04-09 10:04:36 +08:00
NEWS.md Version 0.12.1 For Dev-C++ 7 Beta 2021-12-23 22:05:57 +08:00
README.md update README.md 2021-11-05 12:58:03 +08:00
Red_Panda_CPP.pro work save 2021-11-01 20:44:08 +08:00

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.