Skip to content

IOTAEditBuffer

chuacw edited this page Feb 7, 2023 · 1 revision

Description

IOTAEditBuffer is an interface for the source editor’s internal buffer. IOTAEditBuffer is the interface to the source editor’s internal edit buffer for a file. Every file in the source editor has an edit buffer. If multiple views are open on the same file, all the view share a common edit buffer.

You can obtain an edit buffer by casting a source editor with the Supports function, or the as keyword.

Hierarchy

Up to Parent: IOTAEditBuffer60

Methods

Method Description
GetEditOptions GetEditOptions returns the edit options for this current edit buffer.

Properties

Properties Description
EditOptions Calls GetEditOptions

Clone this wiki locally