-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCDoc is not print-friendly #3395
Comments
i don't advise printing out the SC docs for the sake of trees, but this should be easy to fix. |
This commit restores the floating menu bar in SCDoc. Fixes supercollider#3395.
Hi, I appreciate you for fixing this! I have further questions about HTML. Today, I have recognised that the HTML produced by SC 3.9 is printed out without resizing its font size even if there is a long line inside of Will the behaviour of 3.9 be maintained in the SC 3.10 release? Thanks |
please see #3831 -- it addresses this and several other SCDoc things that i messed up in 3.9. |
This commit: - Restores the floating menu bar in SCDoc. - Fixes print-friendliness (supercollider#3395) - Redesigns TOC to fix an issue with internal links (supercollider#3831) - Unifies appearance of TOC and index submenu - Refactors a lot of code to use jQuery
fixed! |
Thank you very much! |
Bug description:
Only the first pages of the HTML files produced by SC Help document system are printed in web browsers. Tested in Chrome, Safari and Edge under High Sierra and Windows 10.
Steps to reproduce:
(Platform.userAppSupportDir+/+"Help/Tutorials/Getting-Started/04-Functions-and-Other-Functionality.html").openOS
Actual result:
Only the first page is recognised in the print menu,
Expected result:
If an HTML exceeds one page when printing, the whole pages must be identified.
When doing this using 3.8 version, 3.8 works without problems.
It is apparently a bug of 3.9.
Please try the following page using web browsers.
http://doc.sccode.org/Tutorials/Getting-Started/04-Functions-and-Other-Functionality.html
In this case, all pages are recognised and printed.
The text was updated successfully, but these errors were encountered: