diff --git a/Migration-guide-to-v1.6.md b/Migration-guide-to-v1.6.md index cbc55dd..b2a7b5f 100644 --- a/Migration-guide-to-v1.6.md +++ b/Migration-guide-to-v1.6.md @@ -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 *``* and in **v1.6** it's called *``*. 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 | | ------ | ------ | ------ | +| AutoCheckUpdate | autoCheckUpdate | Automatically check for
updates at program startup | +| WindowLocation | windowLocation | Main window location | +| RichTextFont| editorFont | Parameter was created for saving font name.
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 | -| RichForeColor | editroFontColor | Editor fonr color | -| ... | ... | ... | \ No newline at end of file +| ShowToolbar | toolbarVisible| Toolbar visibility | +| RichTextSize| editorFont | Parameter was created for saving font size.
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 | \ No newline at end of file