C# Class WikiFunctions.AWBSettings.GeneralPrefs

Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
AddIgnoredToLog bool
AddToWatchlist int
AddUsingAWBToActionSummaries bool
AlertPreferences List
AutoFilterDuplicates bool
AutoSaveEdit EditBoxAutoSavePrefs
AutoSaveSettings bool
Beep bool
BypassRedirect bool
ClearPageListOnProjectChange bool
DiffInBotMode bool
EditToolbarEnabled bool
FindCaseSensitive bool
FindRegex bool
FindText string
Flash bool
FocusAtEndOfEditBox bool
IgnoreNoBots bool
LockSummary bool
LoggingEnabled bool
LowThreadPriority bool
Minimize bool
Minor bool
NoAutoChanges bool
OnLoadAction int
PasteMore string[]
PreParseMode bool
ReplaceReferenceTags bool
SaveArticleList bool
SelectedSummary string
SortInterWikiOrder bool
SortListAlphabetically bool
Summaries List
SuppressUsingAWB bool
TextBoxFont string
TextBoxSize int
TimerEnabled bool
ToolBarEnabled bool
WordWrap bool
filterNonMainSpace bool
highlightAllFind bool
noMOSComplianceFixes bool
noSectionEditSummary bool
restrictDefaultsortAddition bool
restrictOrphanTagging bool
scrollToUnbalancedBrackets bool
syntaxHighlightEditBox bool

Public Methods

Method Description
GeneralPrefs ( ComboBox mSummaries ) : System

Private Methods

Method Description
GeneralPrefs ( ) : System

Method Details

GeneralPrefs() public method

public GeneralPrefs ( ComboBox mSummaries ) : System
mSummaries ComboBox
return System

Property Details

AddIgnoredToLog public property

public bool AddIgnoredToLog
return bool

AddToWatchlist public property

public int AddToWatchlist
return int

AddUsingAWBToActionSummaries public property

public bool AddUsingAWBToActionSummaries
return bool

AlertPreferences public property

public List AlertPreferences
return List

AutoFilterDuplicates public property

public bool AutoFilterDuplicates
return bool

AutoSaveEdit public property

public EditBoxAutoSavePrefs,WikiFunctions.AWBSettings AutoSaveEdit
return EditBoxAutoSavePrefs

AutoSaveSettings public property

public bool AutoSaveSettings
return bool

Beep public property

public bool Beep
return bool

BypassRedirect public property

public bool BypassRedirect
return bool

ClearPageListOnProjectChange public property

public bool ClearPageListOnProjectChange
return bool

DiffInBotMode public property

public bool DiffInBotMode
return bool

EditToolbarEnabled public property

public bool EditToolbarEnabled
return bool

FindCaseSensitive public property

public bool FindCaseSensitive
return bool

FindRegex public property

public bool FindRegex
return bool

FindText public property

public string FindText
return string

Flash public property

public bool Flash
return bool

FocusAtEndOfEditBox public property

public bool FocusAtEndOfEditBox
return bool

IgnoreNoBots public property

public bool IgnoreNoBots
return bool

LockSummary public property

public bool LockSummary
return bool

LoggingEnabled public property

public bool LoggingEnabled
return bool

LowThreadPriority public property

public bool LowThreadPriority
return bool

Minimize public property

public bool Minimize
return bool

Minor public property

public bool Minor
return bool

NoAutoChanges public property

public bool NoAutoChanges
return bool

OnLoadAction public property

public int OnLoadAction
return int

PasteMore public property

public string[] PasteMore
return string[]

PreParseMode public property

public bool PreParseMode
return bool

ReplaceReferenceTags public property

public bool ReplaceReferenceTags
return bool

SaveArticleList public property

public bool SaveArticleList
return bool

SelectedSummary public property

public string SelectedSummary
return string

SortInterWikiOrder public property

public bool SortInterWikiOrder
return bool

SortListAlphabetically public property

public bool SortListAlphabetically
return bool

Summaries public property

public List Summaries
return List

SuppressUsingAWB public property

public bool SuppressUsingAWB
return bool

TextBoxFont public property

public string TextBoxFont
return string

TextBoxSize public property

public int TextBoxSize
return int

TimerEnabled public property

public bool TimerEnabled
return bool

ToolBarEnabled public property

public bool ToolBarEnabled
return bool

WordWrap public property

public bool WordWrap
return bool

filterNonMainSpace public property

public bool filterNonMainSpace
return bool

highlightAllFind public property

public bool highlightAllFind
return bool

noMOSComplianceFixes public property

public bool noMOSComplianceFixes
return bool

noSectionEditSummary public property

public bool noSectionEditSummary
return bool

restrictDefaultsortAddition public property

public bool restrictDefaultsortAddition
return bool

restrictOrphanTagging public property

public bool restrictOrphanTagging
return bool

scrollToUnbalancedBrackets public property

public bool scrollToUnbalancedBrackets
return bool

syntaxHighlightEditBox public property

public bool syntaxHighlightEditBox
return bool