The IEditor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Informs the editor to close the currently opened file.
|
![]() | MoveTo |
Informs the editor to move to the line number lineNumber.
The line number to move to.The column number to move to. |
![]() | Open |
Informs the editor to open a file located at filename.
|
![]() | Save |
Tells the editor to save the currently opened file.
|
![]() | SaveAs |
Tells the editor to save the currently opened file under
the new filename.
|
Properties
Name | Description | |
---|---|---|
![]() | AttachedNode |
The node this editor is attached to. Shows runtime errors of this node.
|
![]() | OpenedFile |
The absolute path to file currently opened.
|