登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
1月18日,北京,聊聊2025如何加入技术开发?
代码拉取完成,页面将自动刷新
开源项目
>
开发工具
>
开发/调试
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
17
Star
122
Fork
25
ouuan
/
cpeditor
代码
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
预览版本
6.4.3
9b14702
2020-05-17 18:04
对比
CP Editor 6.4.3
ouuan
## 6.4.3 (Beta) ### Fixed - Fix a bug which makes the application crash when quiting in some scenarios. (fa5259b) ## 6.4.2 (Beta) ### Added - Now it's optional to save the file on compilation and execution or not. - Now you can choose the path of the executable file for C++ and the path of the parent directory of the class file for Java. (#271) ### Fixed - Fixed some unexpected file saving. (#353) ### Changed - Open an empty untitled tab when the open file length limit is exceeded. (#353)
最后提交信息为:
Release 6.4.3
6.3.4
f992ae9
2020-05-17 18:04
对比
CP Editor 6.3.4
ouuan
## 6.3.4 ### Fixed - Fix a bug which makes the application crash when quiting in some scenarios. (fa5259b)
最后提交信息为:
Release 6.3.4
预览版本
6.4.1
10eb698
2020-05-10 02:26
对比
CP Editor 6.4.1
ouuan
## 6.4.1 (Beta) ### Linting with Language Server Now error linting is available with Language Server. Linting can be helpful when you want to find errors in your code and fix them quickly. You need to install a Language Server program to enable linting. You can set delay for linting, the path to the Languae Server program and its arguments in the Preferences window. You can set different settings for different languages. Please check the [manual](MANUAL.md) for more information on how to set this up. ### Added - Add Ctrl+Shift+D for duplicating the current line or the selection. (#237) - Add tooltips for many widgets. (#211) - Now you can add pairs of test cases from files. (#204 and #246) - Now you can choose where to save the test case files in Preferences->File Path->Testcases. (#176) - Now when saving the source file, if the parent directory of the file does not exist, it will be automatically created. - Now you can set different default file paths for different problem URLs. (#200) - Now you can set font for test cases. - Now you can enable extra bottom margin with the height of a page. (#230) ### Changed - Word selection in editor is highlighted with change of background color instead of an underline. Underlined text now represent linting of type "Hint". - The shortcut of Detached Run is changed from Ctrl+Shift+D to Ctrl+Alt+D. (#237) - Now after deleting the current line/selected lines, the cursor will keep its place if possible, instead of moving to the start of the previous line. ### Fixed - Fix switching to split view mode instead of editor view mode when clicking "Run", "Compile" or "Compile and Run". - Fix preferences window loses focus after picking the font. (#260) - Fix Ctrl+Enter and Ctrl+Shift+Enter in the code editor. - Fix lost of code snippets and hot exit status on some platforms. - Fix the unexpected behaviour of Shift+Enter.
最后提交信息为:
Release 6.4.1
6.3.3
5e5026e
2020-05-10 02:24
对比
CP Editor 6.3.3
ouuan
## 6.3.3 This version is the same as 6.3.2, but it's considered stable now. ## 6.3.2 (Beta) ### Fixed - Fix switching to split view mode instead of editor view mode when clicking "Run", "Compile" or "Compile and Run". - Fix preferences window loses focus after picking the font. (#260) - Fix Ctrl+Enter and Ctrl+Shift+Enter in the code editor. - Fix lost of code snippets and hot exit status on some platforms. ## 6.3.1 (Beta) ### The new Preferences Window! The old preferences window is not very extendable, which has been a big obstacle to add new features for a long time. In this version, we bring a brand new preferences window for you. In the new preferences window, the settings are organized well in a tree structure. Now you can save the settings for each page separately, and get warned when you try to leave a page without saving the changes. You can discard the changes on the current page, or restore the settings on the current page to the default. What's more, you can search for a setting and go to the corresponding page easily. If you want to backup your settings file or do something with it, we have to tell you that it has been moved from the home directory to the config directory (on Linux, from `$HOME` to `$HOME/.config/CP Editor`). But don't worry, we have been working on keeping backward compatibility, so you won't lose your settings when switching from the old version to the new version. For the developers, now it's extremely easy to add a new setting. So we'll add more settings with some exciting features in the next version. ### Added - Show stderr of the checker when the verdict is AC. (#207) - System-wide Dark theme for Windows 10. (#215) - Make it able to use makepkg to install on Linux. ### Changed - Show the manual of the current version instead of the latest version. - Set window icon in application level instead of window level, this affects the update check window. - Remove the hard-to-use completer for Python. - The "Enable hotkeys" option is removed, because it's useless —— you can simply either not use the hotkeys or not set the hotkeys (i.e. clear the hotkeys). ### Fixed - Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213) - Add auto-close for single and double quotes. (#226) - Don't require any undo for auto-close parentheses. - Fix the low resolution issue on macOS. (#225) - Fix Application failed to get installed on macOS 10.14 (#193) - Show the manual of the current version instead of the latest version. - Before this fix, the language is not set to C++ when saving a file with one of the C++ prefixes. - Fix typos in the names of the editor themes.
最后提交信息为:
Release 6.3.3
6.2.5
25ce61e
2020-04-26 09:48
对比
CP Editor 6.2.5
ouuan
## 6.2.5 ### Fixed Fix switching to split view mode instead of editor view mode when clicking "Run", "Compile" or "Compile and Run".
最后提交信息为:
Release 6.2.5
预览版本
6.3.1
56bae85
2020-04-16 15:34
对比
CP Editor 6.3.1
ouuan
## 6.3.1 (Beta) ### The new Preferences Window! The old preferences window is not very extendable, which has been a big obstacle to add new features for a long time. In this version, we bring a brand new preferences window for you. In the new preferences window, the settings are organized well in a tree structure. Now you can save the settings for each page separately, and get warned when you try to leave a page without saving the changes. You can discard the changes on the current page, or restore the settings on the current page to the default. What's more, you can search for a setting and go to the corresponding page easily. If you want to backup your settings file or do something with it, we have to tell you that it has been moved from the home directory to the config directory (on Linux, from `$HOME` to `$HOME/.config/CP Editor`). But don't worry, we have been working on keeping backward compatibility, so you won't lose your settings when switching from the old version to the new version. For the developers, now it's extremely easy to add a new setting. So we'll add more settings with some exciting features in the next version. ### Added - Show stderr of the checker when the verdict is AC. (#207) - System-wide Dark theme for Windows 10. (#215) - Make it able to use makepkg to install on Linux. ### Changed - Show the manual of the current version instead of the latest version. - Set window icon in application level instead of window level, this affects the update check window. - Remove the hard-to-use completer for Python. - The "Enable hotkeys" option is removed, because it's useless —— you can simply either not use the hotkeys or not set the hotkeys (i.e. clear the hotkeys). ### Fixed - Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213) - Add auto-close for single and double quotes. (#226) - Don't require any undo for auto-close parentheses. - Fix the low resolution issue on macOS. (#225) - Fix Application failed to get installed on macOS 10.14 (#193) - Show the manual of the current version instead of the latest version. - Before this fix, the language is not set to C++ when saving a file with one of the C++ prefixes. - Fix typos in the names of the editor themes.
最后提交信息为:
Release 6.3.1
6.2.4
9716361
2020-04-16 15:27
对比
CP Editor 6.2.4
ouuan
## 6.2.4 It's the same as 6.2.3 but it's considered stable now. ## 6.2.3 (Beta) ### Added - Make it able to use makepkg to install on Linux. ### Fixed - Add auto-close for single and double quotes. (#226) - Don't require any undo for auto-close parentheses. - Fix the low resolution issue on macOS. (#225) ## 6.2.2 (Beta) ### Changed - Show the manual of the current version instead of the latest version. ### Fixed - Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213) ## 6.2.1 (Beta) ### Added - Clear buttons for keybindings in Preferences. - You can edit input/expected in a bigger window, by the action in the right-click menu of the textedits. - Show warning if Setting changes are not saved and setting window is closed. - Add Shift+Delete as a shortcut for deleting the current line. - Cut codes to at most 100000 characters when opening a file to avoid hang up. ### Changed - "Load Input" and "Load Expected" buttons are moved to the right-click menu of the textedits. "Run" and "Delete" buttons take place of them (they were in the menu of the "More" button, now the "More" button is gone). ### Fixed - Fix update check. - Fix the wrong behavior of the built-in checker Ignore trailing spaces. - Check whether CF Tool is started when submitting to CF. - Support CF Tool v1.0.0. (#194) - Fix this bug: the editor is cleared when formatting if Clang Format is not found. (#195) - Fix untitled tab title with problem URL. - Add "problem URL is not set" to the requirements of not saving hot exit status.
最后提交信息为:
Release 6.2.4
预览版本
6.2.3
b0a324f
2020-04-09 09:30
对比
CP Editor 6.2.3
ouuan
## 6.2.3 (Beta) ### Added - Make it able to use makepkg to install on Linux. ### Fixed - Add auto-close for single and double quotes. (#226) - Don't require any undo for auto-close parentheses. - Fix the low resolution issue on macOS. (#225)
最后提交信息为:
Release 6.2.3
6.1.6
56a685d
2020-04-09 09:29
对比
CP Editor 6.1.6
ouuan
## 6.1.6 ### Fixed - Add auto-close for single and double quotes. (#226) - Don't require any undo for auto-close parentheses. - Fix the low resolution issue on macOS. (#225)
最后提交信息为:
Release 6.1.6
6.1.4
eea47a3
2020-03-25 22:12
对比
CP Editor 6.1.4
ouuan
## 6.1.4 ### Fixed - Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213)
最后提交信息为:
Release 6.1.4
预览版本
6.2.2
fc70c52
2020-03-25 22:11
对比
CP Editor 6.2.2
ouuan
## 6.2.2 (Beta) ### Changed - Show the manual of the current version instead of the latest version. ### Fixed - Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213)
最后提交信息为:
Release 6.2.2
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C++
1
https://gitee.com/ouuan/cpeditor.git
git@gitee.com:ouuan/cpeditor.git
ouuan
cpeditor
cpeditor
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册