Code Browser
Home
News
Features
Screenshots
Download
Documentation
Changes
Links
Articles
Code Folding
Tips
Elastic Tabstops
Qt Port
RSS
News Feed
Documentation
»
Scripting
»
Class Reference
»
User Interface
»
Window
»
select
Selects a part of the text of the section.
Syntax
aWindow
select (
startLine
,
startColumn
,
endLine
,
endColumn
)
Parameters
startLine
-
Integer
The line of the beginning of the selection.
startColumn
-
Integer
The column of the beginning of the selection.
endLine
-
Integer
The line of the end of the selection.
endColumn
-
Integer
The column of the end of the selection.