pigmeo-compiler : Pigmeo.Compiler.UI.WinForms Namespace

AsmEditorWindow Class

To be added.

public class AsmEditorWindow : System.Windows.Forms.Form


Remarks

To be added.

Members

See Also: Inherited members from System.Windows.Forms.Form.

Constructors

Protected Fields

arch
Pigmeo.Architecture . To be added.
DontSave
bool . To be added.
file
string . To be added.
FileContents
string . The text contained in the file. This variable is required by AsmEditorWindow_FormClosing()

Protected Methods

LoadFile ()
To be added.
LoadLanguageStrings ()
To be added.
SaveFile ()
To be added.
SyntaxHighlight ()
Highlights the syntax in the RichTextBox
SyntaxHighlightPIC14 ()
To be added.

Member Details

AsmEditorWindow Constructor

public AsmEditorWindow (string file, Pigmeo.Architecture arch)

To be added.

Parameters

file
To be added.
arch
To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

arch Field

protected Pigmeo.Architecture arch

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

DontSave Field

protected bool DontSave

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

file Field

protected string file

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

FileContents Field

protected string FileContents

The text contained in the file. This variable is required by AsmEditorWindow_FormClosing()

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

LoadFile Method

protected void LoadFile ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

LoadLanguageStrings Method

protected void LoadLanguageStrings ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

SaveFile Method

protected void SaveFile ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

SyntaxHighlight Method

protected void SyntaxHighlight ()

Highlights the syntax in the RichTextBox

Attributes:Pigmeo.Internal.PigmeoToDo("This is a fast-coded dirty implementation. It must be rewritten in a proper way, supporting more types of assembly language, and more things")

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

SyntaxHighlightPIC14 Method

protected void SyntaxHighlightPIC14 ()

To be added.

Attributes:Pigmeo.Internal.PigmeoToDo("This is a fast-coded dirty implementation. It must be rewritten in a proper way, supporting more types of assembly language, and more things")

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0