mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
3273f26bb5
commit
9a1dcffb54
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -39,6 +39,7 @@ _Full description of Coedit options. May redirect to a specific widget page._
|
|||
* [Code metrics](options_code_metrics)
|
||||
* [Compiler paths](options_compilers_paths)
|
||||
* [DUB build](options_dub_build)
|
||||
* [Editor pages](options_editor_pages)
|
||||
* [Messages](widgets_messages)
|
||||
* [Mini explorer](widgets_mini_explorer)
|
||||
* [Runnable modules](features_runnables)
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: Widgets - application options
|
||||
---
|
||||
|
||||
#### Application
|
||||
|
||||
{% include xstyle.css %}
|
||||
|
||||
The page exposes unsorted options. In the future some of them might be moved to their own category.
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Options - DUB build
|
||||
---
|
||||
|
||||
#### Editor pages
|
||||
|
||||
This category exposes the options of the page control used to host the code editors.
|
||||
|
||||

|
||||
|
||||
- **detectModuleName**: If sets then a module is lexed in order to find its module name. Can be deactivated on slowest machines.
|
||||
- **moveLeft**: Sets the shortcut used to move a page to left.
|
||||
- **moveRight**: Sets the shortcut used to move a page to right.
|
||||
- **nextPage**: Sets the shortcut used to select the next page.
|
||||
- **pageButtons**: Defines which buttons are visible in the toolbar.
|
||||
- **pagesOptions**: Miscellaneous options. __poPageHistory__ means the creation order is saved and used to select a particular page when another is closed.
|
||||
- **previousPage**: Sets the shortcut used to select the previous page.
|
Loading…
Reference in New Issue