From 6057009a342f1087bbceba57f4b8e5299edbc979 Mon Sep 17 00:00:00 2001 From: Yufan You Date: Wed, 14 Feb 2024 21:33:53 +0800 Subject: [PATCH] chore(preferences): remove documentation for simple settings --- content/docs/preferences/actions/_index.md | 8 -------- content/docs/preferences/actions/_index.ru.md | 8 -------- content/docs/preferences/actions/_index.zh.md | 8 -------- content/docs/preferences/actions/_index.zh_tw.md | 8 -------- content/docs/preferences/appearance/_index.md | 12 ------------ content/docs/preferences/appearance/_index.ru.md | 12 ------------ content/docs/preferences/appearance/_index.zh.md | 12 ------------ content/docs/preferences/appearance/_index.zh_tw.md | 12 ------------ 8 files changed, 80 deletions(-) diff --git a/content/docs/preferences/actions/_index.md b/content/docs/preferences/actions/_index.md index 64d689c8..dcd65c65 100644 --- a/content/docs/preferences/actions/_index.md +++ b/content/docs/preferences/actions/_index.md @@ -11,14 +11,6 @@ Use [`QFile`](https://doc.qt.io/qt-5/qfile.html) instead of [`QSaveFile`](https: This is slightly unsafer but notably faster. -### Save File On Compilation - -Save your code when compiling it. - -### Save File On Execution - -Save your code when executing it. - ### Save Testcases on Save Save the test cases on the disk when saving the code. diff --git a/content/docs/preferences/actions/_index.ru.md b/content/docs/preferences/actions/_index.ru.md index e44f3c7c..eb4838f7 100644 --- a/content/docs/preferences/actions/_index.ru.md +++ b/content/docs/preferences/actions/_index.ru.md @@ -11,14 +11,6 @@ Use [`QFile`](https://doc.qt.io/qt-5/qfile.html) instead of [`QSaveFile`](https: This is slightly unsafer but notably faster. -### Save File On Compilation - -Save your code when compiling it. - -### Save File On Execution - -Save your code when executing it. - ### Save Testcases on Save Save the test cases on the disk when saving the code. diff --git a/content/docs/preferences/actions/_index.zh.md b/content/docs/preferences/actions/_index.zh.md index c514037d..6f502b8e 100644 --- a/content/docs/preferences/actions/_index.zh.md +++ b/content/docs/preferences/actions/_index.zh.md @@ -11,14 +11,6 @@ weight: 40 启用该选项会有可忽略不计的丢失文件风险,但会显著提高保存文件的速度。 -### 编译时保存文件 - -在编译前保存你的代码。 - -### 执行时保存文件 - -在运行前保存你的代码。 - ### 保存文件时保存测试用例 在保存代码时将测试用例一并保存。 diff --git a/content/docs/preferences/actions/_index.zh_tw.md b/content/docs/preferences/actions/_index.zh_tw.md index 637c5ea4..d917fd18 100644 --- a/content/docs/preferences/actions/_index.zh_tw.md +++ b/content/docs/preferences/actions/_index.zh_tw.md @@ -11,14 +11,6 @@ Use [`QFile`](https://doc.qt.io/qt-5/qfile.html) instead of [`QSaveFile`](https: This is slightly unsafer but notably faster. -### Save File On Compilation - -Save your code when compiling it. - -### Save File On Execution - -Save your code when executing it. - ### Save Testcases on Save Save the test cases on the disk when saving the code. diff --git a/content/docs/preferences/appearance/_index.md b/content/docs/preferences/appearance/_index.md index f9f27feb..9f4f8cc2 100644 --- a/content/docs/preferences/appearance/_index.md +++ b/content/docs/preferences/appearance/_index.md @@ -51,18 +51,6 @@ Add an extra margin at the bottom of the code editor, so that you can scroll les When checked the font picker dialog shows only monospaced fonts. -### Editor Font - -The font for the code editor. - -### Test Cases Font - -The font for the test cases. - -### Message Logger Font - -The font for the messages. - ### Custom Application Font Use a custom font for the UI (except for code editor, test cases, messages, etc.), instead of the system font. diff --git a/content/docs/preferences/appearance/_index.ru.md b/content/docs/preferences/appearance/_index.ru.md index f9f27feb..9f4f8cc2 100644 --- a/content/docs/preferences/appearance/_index.ru.md +++ b/content/docs/preferences/appearance/_index.ru.md @@ -51,18 +51,6 @@ Add an extra margin at the bottom of the code editor, so that you can scroll les When checked the font picker dialog shows only monospaced fonts. -### Editor Font - -The font for the code editor. - -### Test Cases Font - -The font for the test cases. - -### Message Logger Font - -The font for the messages. - ### Custom Application Font Use a custom font for the UI (except for code editor, test cases, messages, etc.), instead of the system font. diff --git a/content/docs/preferences/appearance/_index.zh.md b/content/docs/preferences/appearance/_index.zh.md index 5289b993..661b41f3 100644 --- a/content/docs/preferences/appearance/_index.zh.md +++ b/content/docs/preferences/appearance/_index.zh.md @@ -51,18 +51,6 @@ UI 中使用的自然语言。 在为下面的设置选择字体时只显示等宽字体。 -### 编辑器字体 - -代码编辑器的字体。 - -### 测试用例字体 - -测试用例的字体。 - -### 消息字体 - -消息的字体。 - ### 使用自定义的全局字体 对 UI 用自定义字体(代码编辑器,测试用例,消息等除外)来替代系统字体。 diff --git a/content/docs/preferences/appearance/_index.zh_tw.md b/content/docs/preferences/appearance/_index.zh_tw.md index f67f9fd3..7da472c3 100644 --- a/content/docs/preferences/appearance/_index.zh_tw.md +++ b/content/docs/preferences/appearance/_index.zh_tw.md @@ -51,18 +51,6 @@ weight: 30 在選取字型的對話窗中,僅列出等寬字型。 -### 編輯器字型 - -在程式碼編輯器中使用的字型。 - -### 測資字型 - -在測資區塊中使用的字型。 - -### 訊息字型 - -在訊息區塊中使用的字型。 - ### 自訂全域字型 在呈現使用者介面時,不使用系統的預設字型。生效的範圍排除了程式碼編輯器、測資、訊息等處……。