How to show updates to Illustrator IDE immediately (C++ Plugin using SDK)
I'm developing an Illustrator plugin in C++. I'm also very new to C++ programming and relatively new to programming Illustrator.
I'm trying to understand how to get the IDE to show the updates as they are made. For example, I'm creating new documents, artboards and copying artwork to them all programatically, but as I use debug to step through the code after each of the functions mentioned above, I see no changes in the IDE. I have to go through the entire code to see any updates. The behavior that I'm expecting is that when my code creates a new document, add an artboard, copy artwork, they are seen immediately.
I'm thinking that it's timing and wondering if there is a need for threading? Best case is, it's simply a refresh of some kind that can be done to update the IDE after each function step?
Can anyone offer some insight on this and is my description of the issue enough for you to understand what's happening?
Regards,
Kazon
