mirror of https://gitlab.com/basile.b/dexed.git
2.0 KiB
2.0 KiB
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.
- additionalPATH: Used to defined more paths were the background tools can be found. Each item must be separated by a path separator (
:
under Linux and;
under Windows). - autoCheckUpdates: If checked and if a newer release is available then a dialog proposes to open the matching html page on github.
- autoSaveProjectFiles: If checked the sources are automatically saved before compilation.
- coverModuleTests: If checked then the coverage by the tests is measured and displayed in the messages after executing the action File/Run file unittests.
- dcdPort: Sets the port used by the completion daemon server.
0
means the default value. - dscanUnittests: If checked the content of the
unittest
blocks are analyzed when using the action File/Verify with Dscanner. Do not activate if the results of the static analysis tend to generate irrelevant messages in the tests. - flatLook: Doesn't draw the buttons shape unless they're hovered by the mouse.
- floatingWidgetOnTop: Keeps the widgets that are not docked on top of the application window.
- maxReventDocuments: Sets how many entries can be stored in File/Open recent file.
- maxReventDocuments: Sets how many entries can be stored in Project/Open recent project.
- maxReventProjectsGroups: Sets how many entries can be stored in Projects group/Open recent group.
- nativeProjectCompiler: Sets which compiler is used to compile a project that has the CE format.
- reloadLastDocuments: Sets if the sources, the project, and the group that were opened on exit are reloaded automatically.
- showBuildDuration: Sets if the duration of a project build is measured.
- splitterScrollSpeed: Sets how fast the splitters are moved when the scroll wheel is used.