It woulde be nice beeing able to print a date-time stamp on each page. Sometimes, I print different versions of the same doc and it can be difficult to identify the last one.
Drazx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone tried printing Header/Footer that contain foreign characters? Do they come out correctly? In my installation Greek characters in header/footer come out as gibberish.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it would be great if the next version included an environment variable that allowed the "number of pages" to be included in the footer when printing.
eg;
$(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)
regards
Richard Griffith
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has a variable been added for this yet? This is a must have when printing documents. It doesn't help a whole lot to number the pages if there isn't a total number of pages indicated as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This had been discarded long ago for performance reasons: you need to paginate the document before to get the total page count, then paginate again for actual pronting. Or paginate once and keep the whole thing in memory.
Please post a request on IdeaTorrent. As it gathers votes, work on this could start.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
It woulde be nice beeing able to print a date-time stamp on each page. Sometimes, I print different versions of the same doc and it can be difficult to identify the last one.
Drazx
I'll enhance print option - add the header and footer when I have time.
Don
Has anyone tried printing Header/Footer that contain foreign characters? Do they come out correctly? In my installation Greek characters in header/footer come out as gibberish.
it would be great if the next version included an environment variable that allowed the "number of pages" to be included in the footer when printing.
eg;
$(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)
regards
Richard Griffith
Can't ask for more...
Drazx
perhaps a way to tweak margins....
and dictate if the line numbers print as well
this feature is in the works right?
i love NP++
i do not want to sound redundant however the features requested here would catapult NP++ into the chapion spot of text editors!!!
i really hope this is in the next release
eg;
$(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)
Has a variable been added for this yet? This is a must have when printing documents. It doesn't help a whole lot to number the pages if there isn't a total number of pages indicated as well.
This had been discarded long ago for performance reasons: you need to paginate the document before to get the total page count, then paginate again for actual pronting. Or paginate once and keep the whole thing in memory.
Please post a request on IdeaTorrent. As it gathers votes, work on this could start.
CChris