C# Class ARCed.Scintilla.Configuration.Configuration

Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Configuration ( Stream inStream, string language, bool useXmlReader ) : System
Configuration ( TextReader txtReader, string language ) : System
Configuration ( XmlDocument configDocument, string language ) : System
Configuration ( XmlReader reader, string language ) : System
Configuration ( string language ) : System
Configuration ( string fileName, string language, bool useXmlReader ) : System
Load ( Stream inStream, bool useXmlReader ) : void
Load ( TextReader txtReader ) : void
Load ( XmlDocument configDocument ) : void
Load ( XmlReader reader ) : void
Load ( string fileName, bool useXmlReader ) : void

Private Methods

Method Description
ReadAutoComplete ( XmlReader reader ) : void
ReadCallTip ( XmlReader reader ) : void
ReadCaret ( XmlReader reader ) : void
ReadClipboard ( XmlReader reader ) : void
ReadCommands ( XmlReader reader ) : void
ReadEndOfLine ( XmlReader reader ) : void
ReadFolding ( XmlReader reader ) : void
ReadHotspot ( XmlReader reader ) : void
ReadIndentation ( XmlReader reader ) : void
ReadIndicators ( XmlReader reader ) : void
ReadLanguage ( XmlReader reader ) : void
ReadLexer ( XmlReader reader ) : void
ReadLexerKeywords ( XmlReader reader ) : void
ReadLexerProperties ( XmlReader reader ) : void
ReadLineWrapping ( XmlReader reader ) : void
ReadLongLines ( XmlReader reader ) : void
ReadMargins ( XmlReader reader ) : void
ReadMarkers ( XmlReader reader ) : void
ReadScrolling ( XmlReader reader ) : void
ReadSelection ( XmlReader reader ) : void
ReadSnippets ( XmlReader reader ) : void
ReadStyles ( XmlReader reader ) : void
ReadSubLanguage ( XmlReader reader ) : void
ReadUndoRedo ( XmlReader reader ) : void
ReadWhitespace ( XmlReader reader ) : void
getBool ( string s ) : bool?
getChar ( string s ) : char?
getColor ( string s ) : Color
getInt ( string s ) : int?
getString ( XmlAttribute a ) : string
getStyleConfigFromElement ( XmlReader reader ) : StyleConfig

Method Details

Configuration() public method

public Configuration ( Stream inStream, string language, bool useXmlReader ) : System
inStream Stream
language string
useXmlReader bool
return System

Configuration() public method

public Configuration ( TextReader txtReader, string language ) : System
txtReader System.IO.TextReader
language string
return System

Configuration() public method

public Configuration ( XmlDocument configDocument, string language ) : System
configDocument System.Xml.XmlDocument
language string
return System

Configuration() public method

public Configuration ( XmlReader reader, string language ) : System
reader XmlReader
language string
return System

Configuration() public method

public Configuration ( string language ) : System
language string
return System

Configuration() public method

public Configuration ( string fileName, string language, bool useXmlReader ) : System
fileName string
language string
useXmlReader bool
return System

Load() public method

public Load ( Stream inStream, bool useXmlReader ) : void
inStream Stream
useXmlReader bool
return void

Load() public method

public Load ( TextReader txtReader ) : void
txtReader TextReader
return void

Load() public method

public Load ( XmlDocument configDocument ) : void
configDocument XmlDocument
return void

Load() public method

public Load ( XmlReader reader ) : void
reader XmlReader
return void

Load() public method

public Load ( string fileName, bool useXmlReader ) : void
fileName string
useXmlReader bool
return void