On 4/1/08 11:22 AM, "Doug McNutt" <[EMAIL PROTECTED]> wrote:
> At 07:04 -0700 4/1/08, Ian Crew wrote:
>> The term you're looking for isn't "cursor" it's "insertion point," which may
>> help your searches.
>>
>> On Apr 1, 2008, at 6:47 AM, Christian Vogt wrote:
>>> But I would like to dynamically select the line in which the cursor is.
>
> There is a preference which makes the cursor turn into a right pointing arrow
> when the it is placed at the left end of a line. Clicking there will select a
> whole line.
>
> But that's not AppleScript, I know.
>
This is AppleScript.
tell application "BBEdit"
tell text window 1
select line (startLine of selection)
end tell
end tell
Dennis Cox
--
------------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_script.shtml>
List archives: <http://www.listsearch.com/bbeditscripting.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>