Message 1 of 3
GetSelection - keywords do not stop selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I read in several places how to implement keywords with ed.GetSelection, ad you simply hook to the KeywordInput event like:
options.KeywordInput += delegate (object sender, SelectionTextInputEventArgs e) { keyWord = e.Input; };
thing is, that does not end the GetSelection method, it keeps asking you to select stuff.
I want the keyword to end the selction process. Is there a simple way to do that?
btw, I am calling GetSelection like: ed.GetSelection(options, ssFilter);
I don't think the filter changes things though.
thx
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties