adam,In help doc you said:
"In order to find the active editor selection, you would type:
// get the active editor selection
var sel = editor1.GetSelection();"
with that I can get the selection,but there is no any help told me about its methods or propertys.
the selection is an object,but I need to get its html content,how can i do?