Skip to content

Commit

Permalink
chore(preferences): remove documentation for simple settings (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Feb 17, 2024
1 parent c44d96d commit 8d2cd0e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 80 deletions.
8 changes: 0 additions & 8 deletions content/docs/preferences/actions/_index.md
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions content/docs/preferences/actions/_index.ru.md
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions content/docs/preferences/actions/_index.zh.md
Expand Up @@ -11,14 +11,6 @@ weight: 40

启用该选项会有可忽略不计的丢失文件风险,但会显著提高保存文件的速度。

### 编译时保存文件

在编译前保存你的代码。

### 执行时保存文件

在运行前保存你的代码。

### 保存文件时保存测试用例

在保存代码时将测试用例一并保存。
Expand Down
8 changes: 0 additions & 8 deletions content/docs/preferences/actions/_index.zh_tw.md
Expand Up @@ -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.
Expand Down
12 changes: 0 additions & 12 deletions content/docs/preferences/appearance/_index.md
Expand Up @@ -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.
12 changes: 0 additions & 12 deletions content/docs/preferences/appearance/_index.ru.md
Expand Up @@ -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.
12 changes: 0 additions & 12 deletions content/docs/preferences/appearance/_index.zh.md
Expand Up @@ -51,18 +51,6 @@ UI 中使用的自然语言。

在为下面的设置选择字体时只显示等宽字体。

### 编辑器字体

代码编辑器的字体。

### 测试用例字体

测试用例的字体。

### 消息字体

消息的字体。

### 使用自定义的全局字体

对 UI 用自定义字体(代码编辑器,测试用例,消息等除外)来替代系统字体。
12 changes: 0 additions & 12 deletions content/docs/preferences/appearance/_index.zh_tw.md
Expand Up @@ -51,18 +51,6 @@ weight: 30

在選取字型的對話窗中,僅列出等寬字型。

### 編輯器字型

在程式碼編輯器中使用的字型。

### 測資字型

在測資區塊中使用的字型。

### 訊息字型

在訊息區塊中使用的字型。

### 自訂全域字型

在呈現使用者介面時,不使用系統的預設字型。生效的範圍排除了程式碼編輯器、測資、訊息等處……。

0 comments on commit 8d2cd0e

Please sign in to comment.