Discussion:
select all text on screen
Jamie Macdougall
2013-11-28 20:10:48 UTC
Permalink
Hi,
I'm wondering if there is a way to retrieve all text visible on screen?
I was thinking of using
SCI_GETFIRSTVISIBLELINE
SCI_LINESONSCREEN
SCI_GETLINE
but just wanted to check I wasn't missing something.

Thanks

Jamie
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2013-11-28 21:34:01 UTC
Permalink
Post by Jamie Macdougall
I'm wondering if there is a way to retrieve all text visible on screen?
I was thinking of using
SCI_GETFIRSTVISIBLELINE
SCI_LINESONSCREEN
SCI_GETLINE
but just wanted to check I wasn't missing something.
There is no call to retrieve all visible text.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Jamie Macdougall
2013-11-28 23:51:04 UTC
Permalink
Post by Jamie Macdougall
Hi,
I'm wondering if there is a way to retrieve all text visible on screen?
I was thinking of using
SCI_GETFIRSTVISIBLELINE
SCI_LINESONSCREEN
SCI_GETLINE
but just wanted to check I wasn't missing something.
Thanks
Jamie
Ok thanks Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Continue reading on narkive:
Loading...