ToolsAPI.Editor.INTACodeEditorEvents370 Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| AfterSave | public | Notifies immediately after an IDE object has been successfully saved. |
| 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 | Notifies immediately before an IDE object is saved. |
| 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). |
| EditorKeyDown | public | Notifies when a key is pressed in the editor. |
| EditorKeyUp | public | Notifies when a key is released in the editor. |
| EditorMouseDown | public | Notifies when a mouse button is pressed in the editor. |
| EditorMouseMove | public | Fires an event when the user moves the cursor inside the Code Editor. |
| EditorMouseUp | public | Notifies when a mouse button is released in the 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. |
| EditorSetCaretPos | public | Notifies when the caret position changes in the editor. |
| 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. |