C# Class MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel

Inheritance: Gtk.Bin, IOptionsPanel
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void
CreatePanelWidget ( ) : Control
HighlightingPanel ( ) : System
Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void
IsVisible ( ) : bool
ValidateChanges ( ) : bool

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void

Private Methods

Méthode Description
AddColorScheme ( object sender, EventArgs args ) : void
EnableHighlightingCheckbuttonToggled ( object sender, EventArgs e ) : void
GetMarkup ( string name, string description ) : string
HandleButtonEdithandleClicked ( object sender, EventArgs e ) : void
HandleButtonExportClicked ( object sender, EventArgs e ) : void
HandleButtonNewClicked ( object sender, EventArgs e ) : void
HandleSkinChanged ( object sender, EventArgs e ) : void
HandleStyleTreeviewSelectionChanged ( object sender, EventArgs e ) : void
LoadStyle ( string styleName, bool &error ) : ColorScheme
RemoveColorScheme ( object sender, EventArgs args ) : void
ShowStyles ( ) : void
UpdateActiveDocument ( ) : void

Method Details

ApplyChanges() public méthode

public ApplyChanges ( ) : void
Résultat void

CreatePanelWidget() public méthode

public CreatePanelWidget ( ) : Control
Résultat Control

HighlightingPanel() public méthode

public HighlightingPanel ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void
dialog MonoDevelop.Ide.Gui.Dialogs.OptionsDialog
dataObject object
Résultat void

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

ValidateChanges() public méthode

public ValidateChanges ( ) : bool
Résultat bool