Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(preferences): remove documentation for simple settings #336

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions content/docs/preferences/actions/_index.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ weight: 40

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

### 编译时保存文件

在编译前保存你的代码。

### 执行时保存文件

在运行前保存你的代码。

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

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

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

### 编辑器字体

代码编辑器的字体。

### 测试用例字体

测试用例的字体。

### 消息字体

消息的字体。

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

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

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

### 編輯器字型

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

### 測資字型

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

### 訊息字型

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

### 自訂全域字型

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