I'm working through Mark's posts on how to build a plug-in using the Clipboard History Plug-in as his example. I've gotten through the first few stages but I'm having a problem. I'm hoping someone out there can help me. Everything seems to be working but the "LanguageID" is not getting populated (LanguageID comes from the following:
Public ReadOnly Property LanguageID() As String
Member of DevExpress.CodeRush.Core.ClipboardEntry
Summary:The active language ID (e.g., "CSharp", "C/C++", "VB", etc.) at the time of the clipboard operation.
I'm not sure where it gets the 'active language', but no matter where I copy the code from (to the clipboard), the languageID comes back blank. It does not seem to be a problem with my code, as when I check the property returned from this object, it is blank. The text is working fine. Please help!!