diff --git a/content/docs/preferences/actions/_index.md b/content/docs/preferences/actions/_index.md index dcd65c65..b5b8bbdd 100644 --- a/content/docs/preferences/actions/_index.md +++ b/content/docs/preferences/actions/_index.md @@ -128,3 +128,25 @@ If you switch to the correct tab when solving a problem, with this setting enabl Hide the time of the stopwatch and only show the time when the "Show" button is pressed. This may reduce distractions caused by stopwatch updates. + +## Stress Testing + +### Programming language for the template + +The programming language used for the generator template. + +### Path to the template file + +See [Template Path](../language/#template-path). + +### Template Cursor Position Regex + +See [Template Cursor Position](../language/#template-cursor-position). + +### Template Cursor Position Offset Type + +See [Template Cursor Position](../language/#template-cursor-position). + +### Template Cursor Position Offset Characters + +See [Template Cursor Position](../language/#template-cursor-position). diff --git a/content/docs/preferences/actions/_index.zh.md b/content/docs/preferences/actions/_index.zh.md index 6f502b8e..a23adfa3 100644 --- a/content/docs/preferences/actions/_index.zh.md +++ b/content/docs/preferences/actions/_index.zh.md @@ -126,3 +126,25 @@ weight: 40 隐藏计时结果,只在“显示”按钮按下时显示。 这或许可以避免计时结果更新使人分心。 + +## 对拍 + +### 模版使用的编程语言 + +数据生成器模版使用的编程语言 + +### 模板路径 + +参见 [模板路径](../language/#template-path)。 + +### 使用模板时光标初始位置定位使用的正则表达式 + +参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。 + +### 使用模板时光标初始位置的偏移类型 + +参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。 + +### 使用模板时光标初始位置的偏移字符量 + +参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。