A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu cb43d0277f - change: use libicu instead of ConvertUTF.c under Linux
- change depends to qt 5.12 instead of 5.15
2022-01-04 18:06:23 +08:00
RedPandaIDE Merge branch 'master' of github.com:royqh1979/RedPanda-CPP 2022-01-04 18:05:23 +08:00
astyle use custom astyle 2021-12-30 10:06:27 +08:00
consolepauser - rename to Red Pand C++ 2021-12-30 19:25:47 +08:00
installer update installer script 2021-12-26 21:51:09 +08:00
linux change name to Red Panda C++ 2021-12-31 17:14:07 +08:00
packages/deb update version to 0.12.6 2022-01-01 09:47:07 +08:00
templates qmake for linux 2021-12-30 08:59:10 +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 - change: use libicu instead of ConvertUTF.c under Linux 2022-01-04 18:06:23 +08:00
README.md update README.md 2021-12-29 13:31:11 +08:00
Red_Panda_CPP.pro use custom astyle 2021-12-30 10:06:27 +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:

  • Linux version
  • 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
  • Full high-dpi support including fonts and icons

Editing Improvements:

  • Enhanced auto indent
  • Enhanced code completion
  • Better code folding support

Debuging Improvements:

  • Use gdb/mi interface
  • Enhanced watch

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.