C# Class MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel

Inheritance: Gtk.Bin, IOptionsPanel
ファイルを表示 Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method 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 method

public ApplyChanges ( ) : void
return void

CreatePanelWidget() public method

public CreatePanelWidget ( ) : Control
return Control

HighlightingPanel() public method

public HighlightingPanel ( ) : System
return System

Initialize() public method

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

IsVisible() public method

public IsVisible ( ) : bool
return bool

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

ValidateChanges() public method

public ValidateChanges ( ) : bool
return bool