• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

is there a way to print a custom header/footer in eclipse?

 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the answer is "you have to write a custom Eclipse plugin" but no harm in asking if someone knows.
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Under Linux, the Eclipse print implementation is so bad that I run the "enscript" printing program as an external tool instead.

Then again, there were quite a few Eclipse releases where the print menu didn't do anything at all.

Printing has never been a concept that Eclipse was comfortable with. At the OS level, not only are there significant differences between printing subsystems, but I believe that they actually had issues with which desktop manager you used in Linux. In theory, stuff as mundane as what Eclipse needs to do can be done "write once/run anywhere" using the Java printing facility, but for whatever reason, they didn't go that route.

So, your choices are to either do like me and dump the job on an external application or to write a plugin. If you opt for the plugin, let me know. I'd be interested in helping make a viable replacement for the mess that they have now.
 
Jeanne Boyarsky
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or continue to do without.
 
Eliminate 95% of the weeds in your lawn by mowing 3 inches or higher. Then plant tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic