pd-fileutils
pd-fileutils copied to clipboard
Multi-line text wrap
Comments in pd patches are rendered on a single line, even though the text-box has line-breaks.
Work-around is to specifically create separate text-boxes for each line, but this is very tedious (and writing docs is already a lot of effort).
Ideally pd-fileutils takes into account multi-line text
objects and renders them accordingly.
@dromer for info, the continuing work on this project will happen there : https://github.com/sebpiq/WebPd_pd-renderer . Feel free to add issues there !
I see, I didn't find this project yet :)
What exactly is the difference, is it a rewrite?
Yes that's a complete rewrite ... which is going much slower than I wish it would :cry:
All the code is split in small modules, which will eventually just be imported in the WebPd and pd-fileutils libraries.
Ok! hope you find some time to make progress on this. :)