VS 2010 mouse processor extension - not working

后端 未结 3 750
北海茫月
北海茫月 2021-01-19 02:26

I am experimenting with a Visual Studio 2010 extension, where I need to work with the events exposed by IMouseProcessor.

As far as I can tell from the docs, I should

3条回答
  •  时光说笑
    2021-01-19 03:14

    I believe you need to add a TextViewRole attribute as well.

    [TextViewRole(PredefinedTextViewRoles.Editable)]
    

提交回复
热议问题