FarDialogSettings
Information about the dialog settings (FarDialogSettings enum). Corresponds to options in the "Dialog Settings" dialog.
Constant | Description |
---|---|
FDIS_AUTOCOMPLETEININPUTLINES | "AutoComplete in edit controls" |
FDIS_HISTORYINDIALOGEDITCONTROLS | "History in dialog edit controls" (applies to some internal dialogs) |
FDIS_PERSISTENTBLOCKSINEDITCONTROLS | "Persistent blocks in edit controls" |
FDIS_BSDELETEUNCHANGEDTEXT | "Backspace deletes unchanged text". If this option is turned on, pressing BackSpace inside an input line with unchanged text will delete the whole line as if Del was pressed. |
FDIS_DELREMOVESBLOCKS | "Del removes blocks in edit controls" |
FDIS_MOUSECLICKOUTSIDECLOSESDIALOG | "Mouse click outside a dialog closes it" |