c++ - Multiple Insertion Points wxWidgets -


basically, want make similar "split lines" in sublime using wxwidgets. our textctrl contains text

aaaaaa bbbbbb cccccc ffffff 

what want when user selects these lines , uses feature (with highlighted - select all), should like

aaaaaa| bbbbbb| cccccc| dddddd| 

where | carets. basically, want have multiple carets in 1 wxrichtextctrl. idea how can achieve that?

wxrichtextctrl doesn't support this, wxstyledtextctrl does, see scintilla documentation.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -