From 90fb70157b36eae19dcdfd723514a45168c57b03 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 20 Dec 2018 12:48:43 +0200 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Documentation.md b/Documentation.md index 7bbd438..315f691 100644 --- a/Documentation.md +++ b/Documentation.md @@ -22,29 +22,31 @@ Main interface is the similar as default windows notepad. For open/save file and | Font size | Editor font size | | Font color | Editor font color | | Background color | Editor background color | -| Highlights color | Color used to highlight matches in the editor| +| Highlights color | Color used to highlight text while searching in the editor| ### Encrypt/Decrypt | Parameter | Description | | ------ | ------ | -| Hash algorithm | Can be either SHA1/MD5 | -| Key size | Can be 128/192/256 | +| Hash algorithm | Can be either SHA1/SH256/SH384/SH512/MD5 | +| Key size | Can be either 128/192/256 | | Password iterations | How many times the algorithm is executed on the text | ### Application | Parameter | Description | | ------ | ------ | +| Integrate with windows context menu | Add app shortcuts to Windows explorer’s context menu | | Associate with *.cnp files | Associate app with the *.cnp files | +| Show in "Send to" menu | Add app shortcut in "Send to" menu | +| Auto lock on minimize | Enable/disable auto-lock app on minimize | +| Auto check updates | Enable/disable automatic check for updates at startup | +| Auto save on lock | Enable/disable auto-saving file on lock | | Show toolbar | Show/hide toolbar under the main menu | -| Enable auto-update | Enable/disable automatic check for updates at startup | -| Auto-lock on minimize | Enable/disable auto-lock app on minimize | -| Auto-save on lock | Enable/disable auto-saving file on lock | ## Screenshots ![main windows](https://i.imgur.com/OsA9qIR.png) -![about windows](https://i.imgur.com/jW5Kjar.png) -![settings windows](https://i.imgur.com/ZhaRppx.png) +![about windows](https://i.imgur.com/axCNev9.png) +![settings windows](https://i.imgur.com/YFQOTIX.png)