mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Migration guide to v1.6 (markdown)
parent
88c15f135b
commit
a4dde3c9db
1 changed files with 17 additions and 3 deletions
|
|
@ -4,10 +4,24 @@ Old parameters starts from a capital letter, and new parameters start with a sma
|
||||||
|
|
||||||
For example, the old parameter that was used to store the background color of the editor, was called *`<RichBackColor>`* and in **v1.6** it's called *`<editorBackColor>`*. So you can just copy value from old parameter, if needed. Do it only when app is closed.
|
For example, the old parameter that was used to store the background color of the editor, was called *`<RichBackColor>`* and in **v1.6** it's called *`<editorBackColor>`*. So you can just copy value from old parameter, if needed. Do it only when app is closed.
|
||||||
|
|
||||||
Later I will post here some parameters with description (not all, because some of them was completely removed from app)
|
Here is some parameters with description (not all, because some of them was completely removed from app)
|
||||||
|
|
||||||
| Old name | New name | Description |
|
| Old name | New name | Description |
|
||||||
| ------ | ------ | ------ |
|
| ------ | ------ | ------ |
|
||||||
|
| AutoCheckUpdate | autoCheckUpdate | Automatically check for <br>updates at program startup |
|
||||||
|
| WindowLocation | windowLocation | Main window location |
|
||||||
|
| RichTextFont| editorFont | Parameter was created for saving font name. <br>Now this parameter storing font name and font size |
|
||||||
|
| RichWrap| editorWrap| Word Wrap in editor |
|
||||||
|
| AutoLock| autoLock| Auto lock app when window minimized |
|
||||||
| RichBackColor | editorBackColor | Editor background color |
|
| RichBackColor | editorBackColor | Editor background color |
|
||||||
| RichForeColor | editroFontColor | Editor fonr color |
|
| ShowToolbar | toolbarVisible| Toolbar visibility |
|
||||||
| ... | ... | ... |
|
| RichTextSize| editorFont | Parameter was created for saving font size. <br>Now this parameter storing font name and font size |
|
||||||
|
| RichForeColor | editroFontColor | Editor font color |
|
||||||
|
| AssociateCheck| explorerAssociate | Associate *.cnp with app |
|
||||||
|
| WindowState| windowState | State of window (Maximized/Normal) |
|
||||||
|
| WindowSize| windowSize | Size of main window |
|
||||||
|
| SendTo | explorerSendTo | Add shortcut to **Sent to** explorer context menu |
|
||||||
|
| MenuIcons | menuIcons | Main menu icons |
|
||||||
|
| MenuIntegrate | explorerIntegrate | Integrate app shortcut to the explorer context menu |
|
||||||
|
| InserKey | insertKey | Enable/Disable **ins** key in editor |
|
||||||
|
| CustomColor| customColor | Custom colors values from color picker |
|
||||||
Loading…
Reference in a new issue