Printing code from Arduino IDE

I am using cloud IDE. I am using Uno 3. I selected some code with select all, selected 'print' and printed half a page of code.
When I tried printing more code, the half page I printed showed up. When l changed the sketch and tried to print, the same half page of print I printed the first time showed up. nothing I do can get new data into the "print' function. Does anyone have an explanation or solution?
Thank you for any help

You posted this in the "IDE 1.x" section. That's not the cloud IDE.

I moved your topic to a more appropriate forum category @Micheal711.

In the future, please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.

Thanks in advance for your cooperation.

Thank you.

Does this mean there is a solution for the stand alone IDE? This problem also occurs with the original Arduino IDE stand alone also.
Thank you for responding .Some other responder put this in the correct area for me.

I can't remember if I ever printed code from the IDE.

If you select "pdf writer" as the printer, do you still get the same problem?

Hi @Micheal711

Which version of Arduino IDE were you using when it occurred?

I was using the stand alone IDE 2.3.3. I thought I had a print command but when I tried to recreate the effort there was no print command.
I was originally using the cloud,6.7.1. I have found a way to print my code. Using my laptop I select all, copy, past it into notepad++, save it to a thumb drive, take it to my main computer, open it in notepad++ and then print it to my color printer. I get the color print with the line numbers. IDE version 2.3.3 or cloud IDE.
I am trying to get a better driver for my Arduino computer(the laptop) so i can print straight from the laptop to the color print but it does not want to comply.
Thank you for your time and e-mail.

Yes I do.
I was using the stand alone IDE 2.3.3. I thought I had a print command but when I tried to recreate the effort there was no print command.
I was originally using the cloud,6.7.1. I have found a way to print my code. Using my laptop I select all, copy, past it into notepad++, save it to a thumb drive, take it to my main computer, open it in notepad++ and then print it to my color printer. I get the color print with the line numbers. IDE version 2.3.3 or cloud IDE.
I am trying to get a better driver for my Arduino computer(the laptop) so i can print straight from the laptop to the color print but it does not want to comply.
Thank you for your time and e-mail.

There is no such version as 2.3.3. The newest version is 2.2.1.

Arduino IDE 2.x does not have a native print capability.

There is an unofficial way to add such a capability using a 3rd party extension (as described here), so maybe you had done something like that previously?

Arduino IDE 1.x does have a print capability, so maybe you were using one of the 1.x versions before?

thanks for fixing my error and answering my request.

Thanks for pointing that out. I think the problem has been fixed.