const class flux::GeneralOptions

sys::Obj
  flux::GeneralOptions

@Serializable

Source

GeneralOptions is a catch-all for general purpose options.

autoSaveTabOnClose

const Bool autoSaveTabOnClose := false

Source

Should we auto-save a tab when it is closed or prompt user before save.

homePage

const Uri homePage := `flux:start`

Source

Default uri to display on startup.

indexDirs

const Uri[] indexDirs := Uri[,]

Source

Directories to index for Goto-File command.

load

static GeneralOptions load()

Source

Convenience for loading from "general"

make

new make(|This|? f := null)

Source

Default constructor with it-block