From 0399ea0041e7eb08d724d0f587363830ef024544 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 4 Jan 2021 13:55:18 +0100 Subject: [PATCH] Update usage file for 1.15 release --- doc/usage.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 22060487..b42917d8 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -8,7 +8,7 @@ something practical, pretty, *small* and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either. Lite XL is based on the Lite editor itself and provide some enhancements -while remaining perfectly compatible with Lite. +while remaining generally compatible with Lite. ## Getting Started @@ -71,6 +71,28 @@ The project module can be edited by running the `core:open-project-module` command — if the module does not exist for the current project when the command is run it will be created. +## Add directories to a project + +In addition to the project directories it is possible to add other directories +using the command `core:add-directory`. +Once added a directory it will be shown in the tree-view on the left side and +the additional files will be reachable using the `ctrl+p` command (find file). +The additonal files will be also visible when searching across the project. + +The additional directories can be removed using the command `core:remove-directory`. + +When you will open again Lite XL on the same project folder the application will +remember your workspace including the additonal project directories. + +Since version 1.15 Lite XL does not need a workspace plugin as it is now +bundled with the editor. + + +## Create new empty directory + +Using the command `files:create-directory` or control-click in a directory in the +tree-view to create a new empty subdirectory. + ## Commands Commands in lite are used both through the command finder (`ctrl+shift+p`) and