On Mon, 31 Jul 2006 00:02:02 -0700 (PDT), Hans Joseph Solbrig <[EMAIL PROTECTED]> wrote:
> Hi, > > I discovered scintilla a while back and it seems like > a cool thing indeed. I am mostly at the level of > reading the documentation and writing test code. Most > things seem fairly straight forward. But... > > I'm sorry if this is something I've missed in the > documentation but using a controller to insert a bit > of text into the editor seems a bit challenging. > > The SCI_SETTEXT messenge sets all the text in the > document. You can change the selection area, change > the text you want and set the selection area back > where it was. But assume that this could cause the > window to flash or similar unwanted effects. You could > stop the window from repainting for a bit while you > did this but this again would have somewhat unwanted > effects. What about SCI_ADDTEXT or SCI_INSERTTEXT? Read: http://www.scintilla.org/ScintillaDoc.html#SCI_ADDTEXT Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key
pgpafzQxGfU64.pgp
Description: PGP signature
_______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
