I want to implement bookmark system. And Scintilla have the very nice
command SCI_ADDSTYLEDTEXT. I don't know how to use raw Win32 API and
to me a higher-level component as Scintilla is a big plus.

On Thu, 15 Jun 2006 03:54:06 +0300, Neil Hodgson <[EMAIL PROTECTED]> wrote:

Todor Totev:

My idea is to somehow "stream" the file contents
in and out of edit control whenever the user approach
the upper or lower end of text.
Is it possible to do such thing with Scintila?

   It may be possible but I'd expect its easier to just write a
read-only large file displayer. Most of Scintilla's code won't be
needed.

   Neil


_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to