C# Class FC3Editor.UI.CodeDocument

Inheritance: UserTabbedDocument
Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
CodeDocument ( ) : System
GetLineImage ( int line ) : ImageMap
LoadFile ( string fileName ) : void
Run ( ) : void
SaveFile ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ClearImages ( ) : void
DisposeInternal ( ) : void
InitializeComponent ( ) : void
errorCallback ( int line, string errorMessage ) : void
mapCallback ( int line, IntPtr pMap ) : void
textBox1_CaretPositionChanged ( object sender, EventArgs e ) : void

Method Details

CodeDocument() public method

public CodeDocument ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetLineImage() public method

public GetLineImage ( int line ) : ImageMap
line int
return FC3Editor.Nomad.ImageMap

LoadFile() public method

public LoadFile ( string fileName ) : void
fileName string
return void

Run() public method

public Run ( ) : void
return void

SaveFile() public method

public SaveFile ( ) : void
return void