Skip to content

Commit 610765e

Browse files
authored
Add uncheck on AC testcases (#152)
1 parent b207d36 commit 610765e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

content/docs/preferences/actions/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If a problem URL was set for a file, when you open that file again, the problem
9191

9292
If a problem URL was set for a file, when parsing that problem from Competitive Companion again, the old file will be opened.
9393

94-
## Empty Test Cases
94+
## Test Cases
9595

9696
### Run your codes on empty test cases
9797

@@ -101,6 +101,10 @@ Run your code on all non-hidden test cases even if the input is empty.
101101

102102
Check your answer even if your output or the expected output is empty.
103103

104+
### Auto Uncheck Accepted Testcases
105+
106+
After the code is executed, the accepted test cases will be automatically unchecked. When test cases are unchecked, they are collapsed and won't be tested on when you execute your code.
107+
104108
## Load External File Changes
105109

106110
### Auto-load external file changes if there's no unsaved modification

content/docs/preferences/actions/_index.ru.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If a problem URL was set for a file, when you open that file again, the problem
9191

9292
If a problem URL was set for a file, when parsing that problem from Competitive Companion again, the old file will be opened.
9393

94-
## Empty Test Cases
94+
## Test Cases
9595

9696
### Run your codes on empty test cases
9797

@@ -101,6 +101,10 @@ Run your code on all non-hidden test cases even if the input is empty.
101101

102102
Check your answer even if your output or the expected output is empty.
103103

104+
### Auto Uncheck Accepted Testcases
105+
106+
After the code is executed, the accepted test cases will be automatically unchecked. When test cases are unchecked, they are collapsed and won't be tested on when you execute your code.
107+
104108
## Load External File Changes
105109

106110
### Auto-load external file changes if there's no unsaved modification

content/docs/preferences/actions/_index.zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ weight: 40
8989

9090
如果一个文件已经设置了题目链接,当使用 Competitive Companion 解析同样的题目时,将会直接打开以前的文件。
9191

92-
## 空测试点
92+
## 测试点
9393

9494
### 在空测试点上运行你的代码
9595

@@ -99,6 +99,10 @@ weight: 40
9999

100100
即使程序输出或答案为空,也检查该测试点输出的正确性。
101101

102+
### 自动取消选中已通过的测试点
103+
104+
在运行代码后,自动将通过了的测试点取消选中。当测试点未被选中时,它们会被折叠,并且在你运行代码时不会在这些测试点上进行测试。
105+
102106
## 加载外部文件修改
103107

104108
### 若没有未保存的修改,自动加载外部文件修改

0 commit comments

Comments
 (0)