C# Class Twinspire.Document

Inheritance: FastColoredTextBox
Afficher le fichier Open project: twinspire/twinspire

Méthodes publiques

Свойство Type Description
currentDoc string
currentDocPath string
shortFileName string

Protected Properties

Свойство Type Description
platformType System.Platform

Méthodes publiques

Méthode Description
Document ( string file = "" ) : System
Save ( ) : void
SetLang ( string lang ) : void

Private Methods

Méthode 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 méthode

public Document ( string file = "" ) : System
file string
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

SetLang() public méthode

public SetLang ( string lang ) : void
lang string
Résultat void

Property Details

currentDoc public_oe property

public string currentDoc
Résultat string

currentDocPath public_oe property

public string currentDocPath
Résultat string

platformType protected_oe static_oe property

protected static Platform,System platformType
Résultat System.Platform

shortFileName public_oe property

public string shortFileName
Résultat string