Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How to position indicator on specific line?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zetah  
View profile  
 More options Apr 9 2012, 12:07 am
From: zetah <klo...@gmail.com>
Date: Sun, 8 Apr 2012 21:07:23 -0700 (PDT)
Local: Mon, Apr 9 2012 12:07 am
Subject: How to position indicator on specific line?

From SciTELua.api, looks like every positioning available is done by column
number and only one command can change current line - GotoLine(), so:

        editor.IndicatorCurrent = 2
    local d={1,2,3,4}
    for k, v in ipairs(d) do
        editor:GotoLine(v)
        editor:IndicatorFillRange(v,v)
    end

results on overwritten indicators only on line 1

How does this work? How can I draw indicator on Line 3 at position 5 with
length 10?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.