메소드 | 설명 | |
---|---|---|
CreatePanelWidget ( ) : Control |
Initializes the options panel values just before the panel is shown to user for the first time. Will only be called if the user really gets to see the options panel. |
|
GeneralOptionsPanel ( ) : System |
Initializes a new instance of the MonoDevelop.StyleCop.GeneralOptionsPanel class.
|
메소드 | 설명 | |
---|---|---|
Build ( ) : void | ||
CultureComboBoxChanged ( object sender, |
Called when the cultureComboBox value changed.
|
|
EnableCacheCheckBoxToggled ( object sender, |
Called when the enableCacheCheckBox is checked or unchecked.
|
|
MaxViolationCountSpinButtonValueChanged ( object sender, |
Called when the maxViolationCountSpinButton value changed.
|
|
ViolationsAsErrorsCheckBoxToggled ( object sender, |
Called when the violationsAsErrorsCheckBox is checked or unchecked.
|
메소드 | 설명 | |
---|---|---|
EnumStyleCopCultureInfos ( ) : IEnumerable |
Enumerates StyleCop culture information available in sub directories of the executing assembly.
|
|
SetBoldState ( ) : void |
Sets the bold state of the controls.
|
protected CultureComboBoxChanged ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
리턴 | void |
protected EnableCacheCheckBoxToggled ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
리턴 | void |
protected MaxViolationCountSpinButtonValueChanged ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
리턴 | void |
protected ViolationsAsErrorsCheckBoxToggled ( object sender, |
||
sender | object | The event sender. |
e | The event arguments. | |
리턴 | void |