diff --git a/docs/img/options_editor_pages.png b/docs/img/options_editor_pages.png new file mode 100644 index 00000000..d43faef1 Binary files /dev/null and b/docs/img/options_editor_pages.png differ diff --git a/docs/index.md b/docs/index.md index 90503be7..3e967e7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) diff --git a/docs/options_application.md b/docs/options_application.md index cbcba4c9..872bf9c9 100644 --- a/docs/options_application.md +++ b/docs/options_application.md @@ -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. diff --git a/docs/options_editor_pages.md b/docs/options_editor_pages.md new file mode 100644 index 00000000..6c327d4f --- /dev/null +++ b/docs/options_editor_pages.md @@ -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. + +![](img/options_editor_pages.png) + +- **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. \ No newline at end of file