Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.55 KB

README.md

File metadata and controls

79 lines (47 loc) · 1.55 KB

This repository is not maintained any more

Please try CP Editor

QDevCpp

qdevpp icon

以OIer为用户群体的DevC++的升级版。

删除了所有项目、版本管理功能,删除了大部分配置选项。

支持Windows & Linux。

DevC++项目地址

This is not a generic IDE. If you want to learn the c/c++ programing language, don't use it.

Release

Mingw

v0.1 Mingw静态编译 32位

v0.1 MSVC2019动态编译 32位

v0.1 MSVC2019动态编译 仅程序 32位

msvc版本将在v0.2时制作

Build

使用Qt5和QScintilla2

QScintilla2

Windows

Visual Studio
vcpkg install qscintilla:windows-x86
MSYS2
pacman -S mingw-w64-i686-qscintilla

Linux

Ubuntu/Debian
sudo apt install libqscintilla2-qt5-dev

TODOs

v0.0

v0.1

v0.2

  • 括号折叠
  • 括号补全
  • 调试功能

v0.3

  • 左右,上下分栏
  • 同一文件多窗口编辑
  • 自定义配色
  • 中文GCC错误信息支持?
  • 交互题
  • 适用于比赛的项目
    • 执行文件输入输出重定向