Discussion:
Is there a way to add text without resetting current selection and cursor position?
Paul K
2013-08-11 16:47:59 UTC
Permalink
Hi Neil,

I'm looking for something similar to DeleteRange, but for adding text.
Something that doesn't reset the current selection and cursor position.
Have I missed it in the API?

Also, what is the best way to combine auto-complete with multiple
selections? Right now I'm iterating over all caret positions in multiple
selections and add selected auto-complete text to all of them one by one
(need to be careful with the order and with tracking the main selection to
return to the current position). Is there a better way? Thank you.

Paul.
--
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.
Loading...