C# Class JoelSpadin.BraceCompleter.OptionsControl

Interaction logic for OptionsControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: ChaosinaCan/BraceCompleter

Public Properties

Property Type Description
CSharpProperty System.Windows.DependencyProperty
CppIndentBracesProperty System.Windows.DependencyProperty
CppProperty System.Windows.DependencyProperty
CssProperty System.Windows.DependencyProperty
ImmediateCompletionProperty System.Windows.DependencyProperty
JScriptProperty System.Windows.DependencyProperty
JavaScriptProperty System.Windows.DependencyProperty
OtherLanguagesProperty DependencyProperty
PlainTextProperty DependencyProperty
ShowAllProperty DependencyProperty
SmartFormatProperty DependencyProperty

Public Methods

Method Description
Initialize ( BraceCompleterOptionsPage options ) : void
OptionsControl ( ) : System
SaveSettings ( ) : void

Applies the changes made to the DialogPage

Private Methods

Method Description
FillOtherLanguages ( ) : void

Builds the extra languages list

OnShowAllChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RefillOtherLanguages ( ) : void

Saves the current settings and rebuilds the extra languages list

Method Details

Initialize() public method

public Initialize ( BraceCompleterOptionsPage options ) : void
options BraceCompleterOptionsPage
return void

OptionsControl() public method

public OptionsControl ( ) : System
return System

SaveSettings() public method

Applies the changes made to the DialogPage
public SaveSettings ( ) : void
return void

Property Details

CSharpProperty public_oe static_oe property

public static DependencyProperty,System.Windows CSharpProperty
return System.Windows.DependencyProperty

CppIndentBracesProperty public_oe static_oe property

public static DependencyProperty,System.Windows CppIndentBracesProperty
return System.Windows.DependencyProperty

CppProperty public_oe static_oe property

public static DependencyProperty,System.Windows CppProperty
return System.Windows.DependencyProperty

CssProperty public_oe static_oe property

public static DependencyProperty,System.Windows CssProperty
return System.Windows.DependencyProperty

ImmediateCompletionProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImmediateCompletionProperty
return System.Windows.DependencyProperty

JScriptProperty public_oe static_oe property

public static DependencyProperty,System.Windows JScriptProperty
return System.Windows.DependencyProperty

JavaScriptProperty public_oe static_oe property

public static DependencyProperty,System.Windows JavaScriptProperty
return System.Windows.DependencyProperty

OtherLanguagesProperty public_oe static_oe property

public static DependencyProperty OtherLanguagesProperty
return DependencyProperty

PlainTextProperty public_oe static_oe property

public static DependencyProperty PlainTextProperty
return DependencyProperty

ShowAllProperty public_oe static_oe property

public static DependencyProperty ShowAllProperty
return DependencyProperty

SmartFormatProperty public_oe static_oe property

public static DependencyProperty SmartFormatProperty
return DependencyProperty