Development: Plugin and Styles

This forum is for all Flare issues not related to any of the other categories.
Post Reply
ForEachLoop
Jr. Propeller Head
Posts: 3
Joined: Wed Jan 27, 2016 11:00 am

Development: Plugin and Styles

Post by ForEachLoop »

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?
Paulie
Sr. Propeller Head
Posts: 140
Joined: Sun Mar 01, 2015 3:01 pm

Re: Development: Plugin and Styles

Post by Paulie »

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."
Post Reply