This commit is contained in:
Basile Burg 2017-01-04 07:25:12 +01:00
parent 03e14c5cc7
commit 2825d12b44
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ This features is only used for the CE project format and the [runnables](feature
- <img src="{%include icurl%}book/book_add.png" class="tlbric"/>: Adds a library item, by default its fields are initialized with _n/a_.
- <img src="{%include icurl%}book/book_delete.png" class="tlbric"/>: Removes the selected item.
- <img src="{%include icurl%}arrow/arrow_up.png" class="tlbric"/> **/** <img src="{%include icurl%}arrow/arrow_down.png" class="tlbric"/> Changes selected entry position.
- <img src="{%include icurl%}book/book_link.png): If the current project is a static library then the _libman_ will use its parameters to create an entry. This avoids to browse in the dialogs. Note that sometimes the sources root folder has to be adjusted.
- <img src="{%include icurl%}book/book_link.png" class="tlbric"/>: If the current project is a static library then the _libman_ will use its parameters to create an entry. This avoids to browse in the dialogs. Note that sometimes the sources root folder has to be adjusted.
- <img src="{%include icurl%}book/book_open.png" class="tlbric"/>: If the selected item defines a _project_ then closes current project and opens the one matching to the entry.
- <img src="{%include icurl%}other/dub.png" class="tlbric"/>: Allows to fetch the master version of a [DUB registry item](http://code.dlang.org/). See the last section.
- <img src="{%include icurl%}book/book.png" class="tlbric"/>: enable or disable the selected entry. This is mainly useful to test new DMD versions since the libraries often have to be recompiled from a version to another.

View File

@ -28,10 +28,10 @@ This value and several other options can be changed in the [options editor][widg
![](img/options_messages.png)
- autoSelect: defines if the widget change dynamically the message categories.
- **autoSelect**: defines if the widget change dynamically the message categories.
This is a recommended setting because if a run-time error happens, it will be immediately displayed.
- colors: allows to associate a message kind to a particular color.
- fast display: if set, the new messages are displayed fast but by block. When not set the same amount of message takes longer to be displayed but the operation is smoother.
- font: options for the font used in this widget: the size, the family, etc.
- maxMessageCount: allows to limit the maximum number of messages kept in the list.
- singleMessageClick: allows to open the file that the message parser has found by a single click.
- **colors**: allows to associate a message kind to a particular color.
- **fast display**: if set, the new messages are displayed fast but by block. When not set the same amount of message takes longer to be displayed but the operation is smoother.
- **font**: options for the font used in this widget: the size, the family, etc.
- **maxMessageCount**: allows to limit the maximum number of messages kept in the list.
- **singleMessageClick**: allows to open the file that the message parser has found by a single click.