Window
A window represents a tab. It is possible to open, close, clone windows, change the layout, ...
A window is a view on a SourceFile. The separation between the view (the window) and the model (the text file) is important because several views can show and edit the same text.
Instance Methods
- <>
- ==
- activeSection
- adjustPage
- centerPage
- copySelection
- cursorColumn
- cursorLine
- deleteSelection
- file
- gotoAbsoluteLine
- insertChar
- insertString
- isReadOnly
- isSelectionEmpty
- layout
- markColumn
- markLine
- moveCursor
- replaceSelection
- select
- selectedText
- setLayout
- setShowLineType
- setShowTabs
- setWordWrap
- showLineType
- showSection
- showTabs
- wordWrap