mirror of https://gitlab.com/basile.b/dexed.git
17 lines
793 B
Markdown
17 lines
793 B
Markdown
---
|
|
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. |