# cpeditor **Repository Path**: sclod/cpeditor ## Basic Information - **Project Name**: cpeditor - **Description**: 一款专为算法竞赛设计的跨平台轻量级 IDE | 获取样例,编写代码,编译,运行,测试,提交,一气呵成! - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/cpeditor/cpeditor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2021-01-23 - **Last Updated**: 2021-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 本页面由 [英文版本](README.md) 翻译而来,内容可能有所过时。 # CP Editor CP Editor 是一个基于 Qt 的轻量级跨平台代码编辑器,专为算法竞赛设计。 它可以让你刷题/打比赛更加轻松 :grin: 因为它自动化了很多算法竞赛中的流程。 [特性](https://cpeditor.org/zh) | [文档](https://cpeditor.org/zh/docs/) | [更新日志](CHANGELOG.md) | [贡献指南](CONTRIBUTING_zh-CN.md) | [FAQ](https://cpeditor.org/zh/docs/faq/) | [English](README.md) | [Русский](README_ru-RU.md) ![demo](assets/demo.gif) --- [![Open Collective](https://opencollective.com/cpeditor/tiers/support-us.svg?avatarHeight=60)](https://opencollective.com/cpeditor#section-contribute) [![All Contributors](https://img.shields.io/badge/all_contributors-50-orange.svg)](#all-contributors) | 类型 | 分支 | 构建 | 下载量 | AUR | | :----: | :--------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | | alpha | [master](https://github.com/cpeditor/cpeditor/tree/master) | [![GitHub Workflow Status](https://github.com/cpeditor/cpeditor/workflows/CI:%20Build%20Test/badge.svg?branch=master&event=push)](https://github.com/cpeditor/cpeditor/actions?query=event%3Apush+branch%3Amaster) | - | [![AUR version](https://img.shields.io/aur/version/cpeditor-git)](https://aur.archlinux.org/packages/cpeditor-git/) | | beta | [v6.7](https://github.com/cpeditor/cpeditor/tree/v6.7) | [![GitHub Workflow Status](https://github.com/cpeditor/cpeditor/workflows/CI:%20Build%20Test/badge.svg?branch=v6.7&event=push)](https://github.com/cpeditor/cpeditor/actions?query=event%3Apush+branch%3Av6.7) | [![Downloads](https://img.shields.io/github/downloads/cpeditor/cpeditor/6.7.1/total)](https://github.com/cpeditor/cpeditor/releases/tag/6.7.1) | - | | stable | [v6.6](https://github.com/cpeditor/cpeditor/tree/v6.6) | [![GitHub Workflow Status](https://github.com/cpeditor/cpeditor/workflows/CI:%20Build%20Test/badge.svg?branch=v6.6&event=push)](https://github.com/cpeditor/cpeditor/actions?query=event%3Apush+branch%3Av6.6) | [![Downloads](https://img.shields.io/github/downloads/cpeditor/cpeditor/6.6.5/total)](https://github.com/cpeditor/cpeditor/releases/tag/6.6.5) | [![AUR version](https://img.shields.io/aur/version/cpeditor)](https://aur.archlinux.org/packages/cpeditor/) | ## 开始使用 - [发行版](https://github.com/cpeditor/cpeditor/releases) ([Gitee 镜像](https://gitee.com/ouuan/cpeditor/releases)) - [安装](https://cpeditor.org/zh/docs/installation/) - [开始使用](https://cpeditor.org/zh/docs/setup/) - [设置](https://cpeditor.org/zh/docs/preferences) - [使用提示](https://cpeditor.org/zh/docs/tips/) ## 做出贡献 - [提 issue](https://github.com/cpeditor/cpeditor/issues/new/choose) - [贡献指南](CONTRIBUTING_zh-CN.md) - [适合新手解决的 issues](https://github.com/cpeditor/cpeditor/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - [需要帮助的 issues](https://github.com/cpeditor/cpeditor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) - [在经济上支持我们](DONATE_zh-CN.md) ## 获取帮助 - 首先,阅读[文档](https://cpeditor.org/docs). - 阅读[更新日志](https://github.com/cpeditor/cpeditor/blob/master/CHANGELOG.md)来获知是否添加了某一功能 / 修复了某一 bug。 - 你可以在 [Discussions](https://github.com/cpeditor/cpeditor/discussions) 中问任何问题(请使用英文)。当你的问题得到了解决,请 upvote 令你满意的回答并将这个 discussion 标记为 resovled。 ## Issues 还是 Discussions? 如果你不清楚应该开一个 [issue](https://github.com/cpeditor/cpeditor/issues) 还是 [discussion](https://github.com/cpeditor/cpeditor/discussions),**开一个 [discussion](https://github.com/cpeditor/cpeditor/discussions)**。 基本规则是:一个 issue 能够被一个 pull request 关闭/解决。 更具体地,开一个 issue,如果: - 你清楚地知道你想要什么功能。 - 你确认你遇到的问题是 CP Editor 的 bug,而不是用户的问题。 开一个 discussion,如果: - 你想要提一个问题。 - 你想要与其他人进行讨论。 - 你不确定你的想要的功能具体是什么。 - 你不确定你遇到的问题是 CP Editor 的 bug 还是用户的问题。 ## 关于 Gitee 本项目同时在 [GitHub](https://github.com/cpeditor/cpeditor) 和 [Gitee](https://gitee.com/ouuan/cpeditor) 上进行托管,其中 Gitee 仓库仅作为镜像使用,不保证总是与 GitHub 仓库同步,不开放 Issues / Pull Requests,如有需要请移步 [GitHub](https://github.com/cpeditor/cpeditor),也可以进入 [QQ 群](https://jq.qq.com/?_wv=1027&k=50eq8yF) (1081647997) 来交流讨论。 ## All Contributors 感谢下面这些人的贡献:([emoji key](https://allcontributors.org/docs/en/emoji-key))

Yufan You
🚧 💻 📖 🌍 🤔 🐛 👀 🚇

Ashar
🚧 💻 📖 🤔 🐛 👀 🚇

liaohy
💻 📖 🌍 🤔 👀

Azer Sadykhzadeh
🌍

IZOBRETATEL777
🌍 👀 🚇

Rajdeep Roy Chowdhury
💻 🤔 🐛

queen bee shuttle
📖 🤔 🐛

Yatharth Verma
💻 🐛

polyomino
📖

Shuhao Zhang
🤔 👀 🌍

Vincent Bermel
🚇

Tony Brown
🤔 💻 📖

Sonu Lohani
🐛 💻 🤔

Flex Zhong
💻

Ravenclaw-OIer
🤔 🐛 📖

tuwuna
🤔

Nikhil Sarda
🐛

Arthur-QQ
🤔 🐛

Brijesh1in
🤔 🐛

DarkWarrior703
🤔

v-O_O-v
🐛

Apoorva Raj Bhadani
🐛

Nguyễn Hoàng Dương
🤔

Pat
🤔

Ruzal Ibragimov
🐛

Salil Gokhale
🤔

WYWFlash
🐛

nocriz
🐛

Wandoka
🤔

A. H. M Fuad
🐛

Ankur Ojha
🤔

cs-mshah
🤔

Dmytro Fedoriaka
🐛

m3h3d1
🤔

Al Arafat Tanin
🤔

Siddharth Singh
🤔

samael042
🐛

Starlit_Night
🤔

Abishake
🤔

sahil-ra
🤔

lakshits11
🤔

Md. Sahil Khan
🤔

AbhayAravinda
🐛

AmmarDab3an
🐛

Achintya Kumar
🐛

nutzboi
🐛

GOURAV RAJ
🤔

Jean Berniolles
💻

jaysampartak
🐛

Andrea E. Monti
🤔
本项目使用 [all-contributors](https://github.com/all-contributors/all-contributors),欢迎各种形式的贡献! 许可证 ---- [GNU General Public License Version 3.0](https://github.com/cpeditor/cpeditor/blob/master/LICENSE)