ToolsAPI.Editor.INTACodeEditorEvents Methods
InheritedProtected
| 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. |
| BeginPaint | public | BeginPaint is called right before the code editor is repainted. |
| 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. |
| 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.) |
| UIOptions | public | Modifies advanced UI editor settings. |