Package com.togethersoft.openapi.ide.editor

A set of interfaces for working with Together's text editor (opening/closing text editor pane, loading several files in the text editor, setting active tab, changing the file's content) and for getting and changing editor facilities such as visible area, cursor position, various selection types etc.

See
          Description

Class Diagram Summary
editor 
 

Interface Summary
IdeEditor Together's text editor.
IdeEditorManager Interface IdeEditorManagerProvides methods for managing opened editors.
IdeEditorPositionConverter Provides the forward and reverse conversion from the file offset to TextPosition object.
IdeEditorSelection Represents a selection within a document.
IdeEditorSelectionType Defines constants for using in IdeEditor.getSelection method.
IdeEditorStyledCharSource This class determines the source of characters.
IdeEditorVisibleArea A visible area in Together's text editor.
 

Class Summary
IdeEditorManagerAccess Provides an access to the current IdeEditorManager.
IdeEditorStyledChar Instances of this class are used to store data of a character and its color and format.
 

Package com.togethersoft.openapi.ide.editor Description

A set of interfaces for working with Together's text editor (opening/closing text editor pane, loading several files in the text editor, setting active tab, changing the file's content) and for getting and changing editor facilities such as visible area, cursor position, various selection types etc.