Snapshot Plugin
The snapshot plugin is kind of broken in the shipping version of Kaxaml. Here’s the deal. I found a list minute bug right before "shipping" the rest of Kaxaml that involved losing the undo stack in the editor when you changed tabs. The fix for this was semi-catastrophic in that I went from reusing the same Editor / Frame for every tab (and just switching out the content) to creating a new Editor and Frame for each tab.
Apparently,I didn’t put the pieces back together as well as I thought because the Snapshot plugin doesn’t have a reference to the current Frame’s content (it only knows about the first one). Expect a Kaxaml 1.01 that roles up fixes to these kinds of things soon…