You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
I know how to iterate over marked lines with "editor:MarkerNext" which
I can then process as whole lines.
I want to get text of highlighted text, like exact matches from regex
search and similar. Maybe with "GetStyledText" I can browse text while
iterating with "MarkerNext", but it doesn't feel right, as I expect
some more obvious way to retrieve find results
Can someone offer a tip
zetah
unread,
Jan 6, 2012, 2:41:18 AM1/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
I want to process find results from SciTE regular Find command, on
demand with Lua script, so these are not results from find function
inside Lua script... in case it's not obvious
zetah
unread,
Feb 10, 2012, 5:26:13 PM2/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
Sorry for bumping, but is there a way to output find matches in output
pane with some Lua snippet?