C# 클래스 Twinspire.Document

상속: FastColoredTextBox
파일 보기 프로젝트 열기: twinspire/twinspire

공개 프로퍼티들

프로퍼티 타입 설명
currentDoc string
currentDocPath string
shortFileName string

보호된 프로퍼티들

프로퍼티 타입 설명
platformType System.Platform

공개 메소드들

메소드 설명
Document ( string file = "" ) : System
Save ( ) : void
SetLang ( string lang ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Document() 공개 메소드

public Document ( string file = "" ) : System
file string
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetLang() 공개 메소드

public SetLang ( string lang ) : void
lang string
리턴 void

프로퍼티 상세

currentDoc 공개적으로 프로퍼티

public string currentDoc
리턴 string

currentDocPath 공개적으로 프로퍼티

public string currentDocPath
리턴 string

platformType 보호되어 있는 정적으로 프로퍼티

protected static Platform,System platformType
리턴 System.Platform

shortFileName 공개적으로 프로퍼티

public string shortFileName
리턴 string