Skip to content

Commit

Permalink
fix(preferences/general): change app name "CP Editor" -> "cpeditor" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan authored Feb 13, 2024
1 parent 4f589e9 commit 0ddd709
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/docs/preferences/general/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In CP Editor, each file has a temporary directory, it can be used to save the ex

You can treat it as a place to safely save something for each tab (i.e. each file) without affecting other files on your disk, and it will be automatically deleted when the tab is closed.

On Linux, it's `/tmp/CP Editor-XXXXXX`. On Windows, it's `C:\Users\<username>\AppData\Local\Temp\CP Editor-XXXXXX`.
On Linux, it's `/tmp/cpeditor-XXXXXX`. On Windows, it's `C:\Users\<username>\AppData\Local\Temp\cpeditor-XXXXXX`.

### Regular Expression

Expand Down
2 changes: 1 addition & 1 deletion content/docs/preferences/general/_index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In CP Editor, each file has a temporary directory, it can be used to save the ex

You can treat it as a place to safely save something for each tab (i.e. each file) without affecting other files on your disk, and it will be automatically deleted when the tab is closed.

On Linux, it's `/tmp/CP Editor-XXXXXX`. On Windows, it's `C:\Users\<username>\AppData\Local\Temp\CP Editor-XXXXXX`.
On Linux, it's `/tmp/cpeditor-XXXXXX`. On Windows, it's `C:\Users\<username>\AppData\Local\Temp\cpeditor-XXXXXX`.

### Regular Expression

Expand Down
2 changes: 1 addition & 1 deletion content/docs/preferences/general/_index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1000

你可以将其视为一个能够安全地为每个标签页(即每个文件)保存内容而不影响磁盘上其他文件的地方,并且在关闭标签页时它会被自动删除。

在 Linux 上,它位于 `/tmp/CP Editor-XXXXXX`。在 Windows 上,它位于 `C:\Users\<username>\AppData\Local\Temp\CP Editor-XXXXXX`
在 Linux 上,它位于 `/tmp/cpeditor-XXXXXX`。在 Windows 上,它位于 `C:\Users\<username>\AppData\Local\Temp\cpeditor-XXXXXX`

### 正则表达式

Expand Down
4 changes: 2 additions & 2 deletions content/docs/preferences/general/_index.zh_tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CP Editor 中,每個檔案都位於各自的臨時目錄,用來存放可執

暫存目錄的位置因不同系統而異:

- Linux:`/tmp/CP Editor-XXXXXX`
- Windows:`C:\Users\<您的使用者名稱>\AppData\Local\Temp\CP Editor-XXXXXX`
- Linux:`/tmp/cpeditor-XXXXXX`
- Windows:`C:\Users\<您的使用者名稱>\AppData\Local\Temp\cpeditor-XXXXXX`

### 正規表達式

Expand Down

0 comments on commit 0ddd709

Please sign in to comment.