C# Class Twinspire.Settings

Exibir arquivo 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_oe property

public Dictionary AppWideShortcutKeys
return Hotkey>.Dictionary

AutoCloseStartPage public_oe property

public bool AutoCloseStartPage
return bool

AutoSaveActiveFiles public_oe property

public bool AutoSaveActiveFiles
return bool

AutoSaveInterval public_oe property

public int AutoSaveInterval
return int

EditorShortcutKeys public_oe property

public Dictionary EditorShortcutKeys
return Hotkey>.Dictionary

RemoveTextOnEnter public_oe property

public bool RemoveTextOnEnter
return bool

SeenPatchNotes public_oe property

public bool SeenPatchNotes
return bool

ShowConsoleDetails public_oe property

public bool ShowConsoleDetails
return bool

ShowStartPageAtLaunch public_oe property

public bool ShowStartPageAtLaunch
return bool