C# Class Twinspire.Settings

Show file Open project: twinspire/twinspire Class Usage Examples

Public Properties

Property Type Description
AppWideShortcutKeys Hotkey>.Dictionary
AutoCloseStartPage bool
AutoSaveActiveFiles bool
AutoSaveInterval int
EditorShortcutKeys Hotkey>.Dictionary
RemoveTextOnEnter bool
SeenPatchNotes bool
ShowConsoleDetails bool
ShowStartPageAtLaunch bool

Public Methods

Method Description
Settings ( ) : System

Method Details

Settings() public method

public Settings ( ) : System
return System

Property Details

AppWideShortcutKeys public property

public Dictionary AppWideShortcutKeys
return Hotkey>.Dictionary

AutoCloseStartPage public property

public bool AutoCloseStartPage
return bool

AutoSaveActiveFiles public property

public bool AutoSaveActiveFiles
return bool

AutoSaveInterval public property

public int AutoSaveInterval
return int

EditorShortcutKeys public property

public Dictionary EditorShortcutKeys
return Hotkey>.Dictionary

RemoveTextOnEnter public property

public bool RemoveTextOnEnter
return bool

SeenPatchNotes public property

public bool SeenPatchNotes
return bool

ShowConsoleDetails public property

public bool ShowConsoleDetails
return bool

ShowStartPageAtLaunch public property

public bool ShowStartPageAtLaunch
return bool