ToolsAPI.Editor.INTACodeEditorEvents Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
AfterSave | public | |
AllowedEvents | public | Enables notifications when the user performs different actions on the Code Editor. |
AllowedGutterStages | public | Specifies the gutter stages that should be notified by the PaintGutter method. |
AllowedLineStages | public | Specifies the line stages that should be notified by the PaintLine method. |
BeforeSave | public | |
BeginPaint | public | BeginPaint is called right before the code editor is repainted. |
Destroyed | public | |
EditorElided | public | Notifies when a line in the Code Editor is elided (i.e., truncated). |
EditorMouseDown | public | Fires an event when the user presses a mouse button inside the Code Editor. |
EditorMouseMove | public | Fires an event when the user moves the cursor inside the Code Editor. |
EditorMouseUp | public | Fires an event when the user releases a mouse button inside the Code Editor. |
EditorResized | public | Fires a notification when the user resizes the Code Editor. |
EditorScrolled | public | Returns the editor and the direction where the scroll occurs. |
EditorUnElided | public | Fires a notification when a line in the Code Editor is unelided (i.e., untruncated). |
EndPaint | public | Fires an event right after the Code Editor is repainted. |
Modified | public | |
PaintGutter | public | Fires one event for each gutter stage specified in the AllowedGutterStages method. |
PaintLine | public | Fires one event for each line stage specified in the AllowedLineStages method. |
PaintText | public | Fires one event for each part of the code (i.e., every keyword, number, comment, etc.) |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
UIOptions | public | Modifies advanced UI editor settings. |