i have a large piece of code in a single file, and i just want a printout of all the declarations. certainly i could do that manually, but i was wondering if there was a way to print from notepad++ that didn't print the collapsed info. basically, i want to print as it appears on the screen, as i've folded it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the 'plugins' menu > 'TextFX Viz' I found the command "Copy visible selection". This way you can just copy the folded view and pase it into an empty document to print it. This should help you out, even if it is a copy and paste instead of a print option (while I also would appreciate more options for printing - for example defining a print- font size).
regards,
d~
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have a large piece of code in a single file, and i just want a printout of all the declarations. certainly i could do that manually, but i was wondering if there was a way to print from notepad++ that didn't print the collapsed info. basically, i want to print as it appears on the screen, as i've folded it.
In the 'plugins' menu > 'TextFX Viz' I found the command "Copy visible selection". This way you can just copy the folded view and pase it into an empty document to print it. This should help you out, even if it is a copy and paste instead of a print option (while I also would appreciate more options for printing - for example defining a print- font size).
regards,
d~
I believe the line numbering in this case is lost... Thanks for the tip, though :)