Skip to content

Use HTML to print#4369

Merged
benfry merged 1 commit into
processing:masterfrom
GKFX:print
Aug 13, 2016
Merged

Use HTML to print#4369
benfry merged 1 commit into
processing:masterfrom
GKFX:print

Conversation

@GKFX

@GKFX GKFX commented Mar 23, 2016

Copy link
Copy Markdown
Contributor

Allows multiple tabs at once and lifts responsibility for print rendering from TextAreaPainter. This was to avoid wrapping every other statement of TextAreaPainter in if (!printing) blocks, as there are so many features (eg. line numbers on a blue background) in it that would otherwise need suppressing when printing. It also makes line wrapping work. I've only tested on Linux.

Fixes #50.
Closes #213 (as I think I've deleted all the code that could have been responsible).

Allows multiple tabs at once and lifts responsibility for print
rendering from TextAreaPainter.

Fixes processing#50, closes processing#213.
@benfry benfry merged commit d46e1b6 into processing:master Aug 13, 2016
@GKFX GKFX deleted the print branch August 13, 2016 10:16
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File-Print Bizzare Behavior option to print all code in a project

2 participants