Is there anyway to enable MultiSelect in the StyledTextCtrl
Posted
by John Baker
on Stack Overflow
See other posts from Stack Overflow
or by John Baker
Published on 2010-01-23T21:58:17Z
Indexed on
2010/03/27
11:03 UTC
Read the original article
Hit count: 348
I've noticed that the StyledTextControl (Scintilla basically) in wxWidgets has a great feature that allows multi-selections of text, just like TextMate. However wxRuby doesn't seem to have the function calls to support that feature. I'm wonder if there is a way to enable it or if there might be a way I could rewrite that wrapper to include that function.
It seems strange that they would purposely omit that since they are seemingly pretty exhaustive on most functions calls. Any insight on this would be greatly appreciated. I'm trying to write an open source TextMate clone in Ruby and it's gonna be pretty hard without MultiSelect, I could probably hack something together but it'd be ugly. Thanks ahead of time.
© Stack Overflow or respective owner