C# Class Twinspire.Document

Inheritance: FastColoredTextBox
Mostrar archivo Open project: twinspire/twinspire

Public Properties

Property Type Description
currentDoc string
currentDocPath string
shortFileName string

Protected Properties

Property Type Description
platformType System.Platform

Public Methods

Method Description
Document ( string file = "" ) : System
Save ( ) : void
SetLang ( string lang ) : void

Private Methods

Method Description
CPPEditor_TextChanged ( object sender, TextChangedEventArgs e ) : void
Document_Load ( object sender, EventArgs e ) : void
Document_TextChanged ( object sender, TextChangedEventArgs e ) : void
HaxeEditor_TextChanged ( object sender, TextChangedEventArgs e ) : void
InitializeComponent ( ) : void

Method Details

Document() public method

public Document ( string file = "" ) : System
file string
return System

Save() public method

public Save ( ) : void
return void

SetLang() public method

public SetLang ( string lang ) : void
lang string
return void

Property Details

currentDoc public_oe property

public string currentDoc
return string

currentDocPath public_oe property

public string currentDocPath
return string

platformType protected_oe static_oe property

protected static Platform,System platformType
return System.Platform

shortFileName public_oe property

public string shortFileName
return string