Development: Plugin and Styles
-
ForEachLoop
- Jr. Propeller Head
- Posts: 3
- Joined: Wed Jan 27, 2016 11:00 am
Development: Plugin and Styles
I'm writing a plugin. I want to insert a style along the line of ISelection.FormatStyle(). But I also want to add an attribute such as <MyTag name="hanna">...</MyTag>. How do I add that attribute?
Re: Development: Plugin and Styles
Have you tried adding a new attribute to the XML nodes returned by the ISelection.GetXmlNodeList() method?
"In an ideal world, software should be simple, well designed, and completely intuitive to end users. In the real world, good documentation is king."