mirror of https://gitlab.com/basile.b/dexed.git
3.1 KiB
3.1 KiB
title | header-includes |
---|---|
Widgets - Common Application Options | <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.2/anchor.min.js"></script> |
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.
- autoCleanMRU: If checked then the MRU lists wont display files that dont exist. When using a version control software or removable disk it can be preferable not to use this option.
- autoKillProcThreshold: When not zero this setting indicates the size of the stdandard output, in bytes, over which an inferior process gets killed automatically. By default set to 2 Mb. This is usefull for example to prevent issues when an inferior falls into an infinite loop that prints.
- autoSaveProjectFiles: If checked the sources are automatically saved before compilation.
- consoleProgram: Allows to set the terminal emulator used to execute programs. By default XTerm is used and an error can occur if it's not setup. The setting is used by the runnable modules, the custom tools and the project launcher. Under Windows this option is not used.
- 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. Under Windows
0
means the default value. Under GNU/Linux0
means that a UNIX domain socket is used and any other number means that a TCP socket is used. This setting requires a restart. - 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.