Print Function in IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
hinckleyj
New User
New User
Posts: 7
Joined: Sat Mar 12, 2016 3:32 pm

Print Function in IDE

Post by hinckleyj »

Hi PureBasic Developers,

I often find it useful to output my code to a printer for a hard copy, but note there is no File > Print function in the IDE. I appreciate the same file can be opened in Notepad++ and printed from there (which is what I am currently doing), but its an extra step and would be nice to see this added as standard in a future version please?

Would you consider adding this feature to allow the code, with line numbers, and colour to be output to the printer to provide a hard copy of the program?

It would be great to see the File Name and Date in the header, and page numbers in the footer, as well as a character to indicate when a long line wraps to the next, but is actually a single line.

Options to include/exclude line numbers, colour, Comments etc. would be great, but not essential.

Many thanks.
John
BarryG
Addict
Addict
Posts: 4136
Joined: Thu Apr 18, 2019 8:17 am

Re: Print Function in IDE

Post by BarryG »

+1 for this, so I can print to PDF with a PDF driver.

In the meantime -> viewtopic.php?p=559427#p559427
Quin
Addict
Addict
Posts: 1131
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Print Function in IDE

Post by Quin »

PB definitely has the facilities for this, hope to see it implemented!

Out of genuine curiosity though, what would the actual use be? As someone with absolutely no usable vision I can't see how printing out code onto a printer could be helpful, but it's entirely possible I'm just missing it.
BarryG
Addict
Addict
Posts: 4136
Joined: Thu Apr 18, 2019 8:17 am

Re: Print Function in IDE

Post by BarryG »

Quin wrote: Mon Nov 06, 2023 3:27 amwhat would the actual use be?
From the other topic -> viewtopic.php?p=559422#p559422

For myself, I often use paper and pen for debugging, to write down program flow and calculations that it needs. So being able to draw arrows from notes that point to code lines is helpful to me. It's so much quicker for me and the paper is separate "screen" of info that doesn't take up room on my monitor.
Post Reply