Show Scintilla multiple selections and multipaste features in the sample.

Add menu items to toggle multiple selections and multipaste support in wxSTC.

See #16221.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-05-05 14:42:29 +00:00
parent 29ff6f3e3b
commit cd4c928d9a
4 changed files with 37 additions and 5 deletions

View File

@@ -73,6 +73,9 @@ enum {
myID_CONVERTCR,
myID_CONVERTCRLF,
myID_CONVERTLF,
myID_MULTIPLE_SELECTIONS,
myID_MULTI_PASTE,
myID_MULTIPLE_SELECTIONS_TYPING,
myID_USECHARSET,
myID_CHARSETANSI,
myID_CHARSETMAC,