Add core:restart function to restart the editor

This commit is contained in:
Francesco Abbate
2020-12-10 12:44:01 +01:00
parent 33109e6110
commit 6409b67ea2
4 changed files with 35 additions and 4 deletions
+7
View File
@@ -132,6 +132,13 @@ then be loaded manually as needed by using the `require` function.
Plugins can be downloaded from the [plugins repository](https://github.com/rxi/lite-plugins).
## Restarting the editor
If you modifies the user configuration file or some of the Lua implementation files you may
restart the editor using the command "Core: Restart".
All the application will be restarting by keeping the window that is already used.
## Color Themes
Colors themes in lite are lua modules which overwrite the color fields of lite's
`core.style` module. Color themes should be placed in the `data/user/colors`