This commit is contained in:
Basile Burg 2016-12-28 03:24:56 +01:00
parent 81816eed90
commit 6560efd017
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@ The widget used to edit the properties is the [CE project editor](widgets_ce_pro
- **"Close project"**: Closes the current project. A warning may be displayed if the current project is yet not saved.
- **"Save project"**: Saves the current project.
- **"Save project as"**: Saves the current project from a dialog.
- **"Add project to group": Adds this project to the project group. See also the page dedicated to the [project groups](widgets_project_groups)
- **"Add project to group"**: Adds this project to the project group. See also the page dedicated to the [project groups](widgets_project_groups).
- **"Project editor"**: Displays widget used to edit the project properties,in respect with the format (CE or DUB).
- **"Edit project file"**: Opens the project file in a new source editor. When saved from a source editor, a project file is directly reloaded.
- **"View project command line"**: Displays the list of switches and arguments, as they would be passed to the compiler (or the build tool) when compiling.

View File

@ -30,7 +30,7 @@ title: index
* [Messages](widgets_messages)
* [Options editor](widgets_options_editor)
* [Project groups](widgets_project_groups)
* [Process input](widgets_process_input)
* [Project inspector](widgets_project_inspector)
* [Process input](widgets_process_input)
* [Search](widgets_search)
* [Symbol list](widgets_symbol_list)

View File

@ -0,0 +1,3 @@
---
title: Widgets - project inspector
---