From 4f236ef92246e2dfc9d41618569bf4cc08cf6bb0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 28 Dec 2016 05:16:51 +0100 Subject: [PATCH] doc --- docs/widgets_project_inspector.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets_project_inspector.md b/docs/widgets_project_inspector.md index 50f6d9a3..b7984f67 100644 --- a/docs/widgets_project_inspector.md +++ b/docs/widgets_project_inspector.md @@ -15,7 +15,8 @@ The project inspector is used to The toolbar buttons are only activated for CE projects. - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/file/document_add.png): Adds a D source to the project from a dialog. The new source is not directly opened in the editor. To add a file that is already edited, rather use **"Add file to project"** from the **File** menu. -- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/file/document_delete.png): Removes the selected source (selected in the widget tree, not in the editor) from the project. +- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/file/document_delete.png): Removes from the project the source that's selected in the tree. - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/folder/folder_add.png): Adds a folder of D source to the project from a dialog. The procedure is recursive. +- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/folder/folder_delete.png): Removes from the project the sources files that stand in the same directory as the source selected in the tree. Note that instead of using the dialogs to add files, it's also possible to drop items from a file explorer. \ No newline at end of file