Hi Luke,
I generate screenshots. I have GTInspector object and I search among World submorphs corresponding Morph.
morph := World submorphs detect: [ :e | e model class = GTInspector and: [ e model entity = self morphModel ] ] ifNone: nil morph imageForm
Then you can generate JPG, PNG…
Does it help?
Cheers, Juraj
El 03-08-2017, a las 11:25, Luke Gorrie luke@snabb.co escribió:
I have built an application based on the GTInspector. Hurray!
Now I want to share it and I need to write documentation. I would like to include screenshots in the docs but I don't want to create them by hand.
So my question is: Is there an easy way to automatically generate screenshots for GTInspector extension methods? e.g. to specify an object and the name of a presentation and to get a PNG file of how that looks in the GTInspector.
Thanks!
P.S. References to how other people write their docs in general would be interesting.
P.P.S. Here is GTInspector browsing internal data structures of a JIT compiler :-)
<Screenshot 2017-08-02 19.28.51.png>_______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev