08-02-2022, 06:22 PM
Typically what I'm doing to get a printed copy of my code is to highlight it, copy it and paste the copy of the bottom of my code. Then to this copy I insert LPRINT " at the beginning of each line. In this way, when I run the code I get the results displayed on the screen and a print of code. I'll comment out these LPrint lines when I'm back hacking at the code again and just want the results to display on the screen.
What I was hoping to do, was have the main module is the default font with a different font for Subroutines and a 3rd font for Functions. In this way when I'm printing off multiple pages of code I can quickly follow the flow on the printed page.
I'm thinking, if the IDE could allow me to highlight a section of my code and change it to a different font for printing purposes, that would be great. I guess monospacing would be fine.
What I was hoping to do, was have the main module is the default font with a different font for Subroutines and a 3rd font for Functions. In this way when I'm printing off multiple pages of code I can quickly follow the flow on the printed page.
I'm thinking, if the IDE could allow me to highlight a section of my code and change it to a different font for printing purposes, that would be great. I guess monospacing would be fine.