This commit is contained in:
Basile Burg 2016-12-28 05:19:55 +01:00
parent 4f236ef922
commit 4d5fdc1d9c
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ 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 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.
| ![](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 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.