ToolsAPI.Editor.INTACodeEditorState Methods
InheritedProtected
ColFromX | public | Returns the Editor column matching the specified X location. |
GetBottomLine | public | Returns the last visible line. |
GetCharacterPosPx | public | Returns a rectangle that encloses the specified character. |
GetCodeEditor | public | Returns the Code Editor control. |
GetCodeLeftEdge | public | Returns the left-most position where code is displayed. |
GetEditorRect | public | Returns the Editor bounds. |
GetGutterColumnLeft | public | Returns the Left-most position for the Gutter Column. |
GetGutterColumnRect | public | Returns the Rect for the Gutter column. |
GetGutterWidth | public | Returns the Gutter width in pixels. |
GetLargestVisibleLineChars | public | Returns the largest visible column. |
GetLeftColumn | public | Returns the first visible column. |
GetLineForElidedLogicalLine | public | |
GetLineState | public | Returns the INTACodeEditorLineState for a visible line. |
GetLogicalLineState | public | Returns the INTACodeEditorLineState for a logical line. |
GetRightColumn | public | Returns the last visible column. |
GetTopLine | public | Returns the first visible line. |
GetView | public | Returns the IOTAEditView active view for Editor control. |
IsLineVisible | public | |
IsLogicalLineVisible | public | |
LineFromY | public | Returns the Editor line matching the specified Y location. |
PointToCharacterPos | public | Converts an Editor Pixel position into a Character position. |