pd-fileutils icon indicating copy to clipboard operation
pd-fileutils copied to clipboard

Multi-line text wrap

Open dromer opened this issue 3 years ago • 4 comments

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 avatar Nov 13 '21 12:11 dromer

@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 !

sebpiq avatar Nov 29 '21 15:11 sebpiq

I see, I didn't find this project yet :)

What exactly is the difference, is it a rewrite?

dromer avatar Nov 29 '21 16:11 dromer

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.

sebpiq avatar Nov 29 '21 16:11 sebpiq

Ok! hope you find some time to make progress on this. :)

dromer avatar Nov 29 '21 16:11 dromer