From e17b7738700ce22a2a7cefeb2b0cf42f5d3a2480 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 2 Sep 2020 20:54:07 +0300 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index d0223c0..7dd1649 100644 --- a/Documentation.md +++ b/Documentation.md @@ -184,7 +184,7 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs * `I can't decrypt previously encrypted files.`
First of all, I do not give any guarantees that your encrypted files will not corrupt. Maybe you changed some parameters in **Encryption** tab, maybe you catched some rare bug. In any case, it will be difficult for me to help you. But you can create an issue, and I'll see what I can do. * `I have performance issues when editing the big files` -
Yes, it's a known issue on big files edit. You can disable status panel in settings, it's can solve the performance problems. +
Yes, it's a known issue on big files edit. You can disable **Length** and **Lines** labes in status panel in the settings, it's can solve the performance problems. * `What encoding is using for saving text files?`
App working with text files only in UTF-8 Encoding. That mean that text files that you want to encrypt, also must be saved in UTF-8 Encoding, or you get the corrupted text file. * `App freeze after drag & drop file to editor in Windows 7`