[BLUEJ-633] Improve printing support in Stride
There is now printing support in Stride, but it only works if the class fits neatly on to one page. Really, this needs doing like the Java printing, scrolling down/clipping&translating to put one bit on each page, with the editor resized to fit width.
The difficult part is that we really need to make an off-screen copy to avoid JavaFX's printing issues with printing real visible items. We do already have that makeDisplayClone mechanism (or whatever it is called) for some threads, so maybe we just need to expand that to whole frames.
Issue metadata
- Issue type: Task
- Priority: Low