Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Better printing support
Better printing support [message #16076] Wed, 07 May 2003 04:25 Go to next message
Eclipse UserFriend
Originally posted by: robert.schmelzer.fhs-hagenberg.ac.at

Hello!

I am not very pleasant with the possiblities for printing my Java source.

Ich want to set the printer font and size, headers and footers and - very
important - the possiblity to print all project files at once.

Now I thought to implement a plug-in for this. But I do not want to do so,
if such a thing already exists.

Does anybody now such a plug-in or extension (for free) ?

greetings
Robert
Re: Better printing support [message #20076 is a reply to message #16076] Mon, 12 May 2003 12:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hbist.attglobal.net

Also looking for printing capability! Add setting margins, print range by
line number or by inserted delimiters,, printing of line numbers option,
double spacing, non-repetition on top line of previous bottom line, etc.

Harry

Robert Schmelzer wrote:

> Hello!
>
> I am not very pleasant with the possiblities for printing my Java source.
>
> Ich want to set the printer font and size, headers and footers and - very
> important - the possiblity to print all project files at once.
>
> Now I thought to implement a plug-in for this. But I do not want to do so,
> if such a thing already exists.
>
> Does anybody now such a plug-in or extension (for free) ?
>
> greetings
> Robert
Re: Better printing support [message #27889 is a reply to message #16076] Sun, 18 May 2003 12:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: charles_fineman.hotmail.com

I would love to see something like this as well and my searches have
turned up nothing. I would also love to see line numbers.

Unfortunately I'm not in much of a position to contribute to such an
endevour (I wouldn't even know how to approach print format generation :-)

Robert Schmelzer wrote:
> Hello!
>
> I am not very pleasant with the possiblities for printing my Java source.
>
> Ich want to set the printer font and size, headers and footers and - very
> important - the possiblity to print all project files at once.
>
> Now I thought to implement a plug-in for this. But I do not want to do so,
> if such a thing already exists.
>
> Does anybody now such a plug-in or extension (for free) ?
>
> greetings
> Robert
>
>
Re: Better printing support [message #27929 is a reply to message #27889] Sun, 18 May 2003 13:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stelian.iancu.gmx.net

Charles Fineman wrote:

> I would love to see something like this as well and my searches have
> turned up nothing. I would also love to see line numbers.
>

For the line numbers, go to Window -> Preferences -> Java -> Editor and
check the "Show line numbers" checkbox.

--
Stelian Iancu
Linux registered user 287835

Be different. Think.
Re: Better printing support [message #46005 is a reply to message #27929] Sat, 31 May 2003 15:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: charles_fineman.hotmail.com

Note the title... this is about printing... not just seeing the line
numbers in the editor window. I already know how to do that :-)


Stelian Iancu wrote:
> Charles Fineman wrote:
>
>
>>I would love to see something like this as well and my searches have
>>turned up nothing. I would also love to see line numbers.
>>
>
>
> For the line numbers, go to Window -> Preferences -> Java -> Editor and
> check the "Show line numbers" checkbox.
>
Re: Better printing support [message #72580 is a reply to message #16076] Thu, 03 July 2003 18:16 Go to previous messageGo to next message
Eclipse UserFriend
There is a program for windows that allows most of this:
Download printfile (142k) from
http://www.lerup.com/printfile/

install this in a dir like c:\apps\printfile\
Start the app and set your defaults like multiple pages, border et.c.
line number printing is in settings-->(Dialog) Text file button --> Show
line numbers
It does pretty printing for multiple langs, Java is one.

Then set up a external tool script (Menu Run-->External TOols-->External
Tools...
Define a new with the parameters
location c:\apps\printfile\PRFILE32.exe
Working dir c:\apps\printfile
Arguments: /q ${resourceloc}

Check the checkbox "run in background"

Now you can select the file you want to print,
and select your script from the button menu of external tools in the toolbar
(running man with some red stuff)
that will print the file nicely.

There might be a way to create a script passing multiple files , dunno, but
you could also
open up the printfile application and drag-n-drop files to its window from
the explorer.

if you are using linux you could prolly do something similar but pass it to
enscript or whatever prettyprinting program you like to use.




"Robert Schmelzer" <robert.schmelzer@fhs-hagenberg.ac.at> wrote in message
news:b9afuh$l28$1@rogue.oti.com...
> Hello!
>
> I am not very pleasant with the possiblities for printing my Java source.
>
> Ich want to set the printer font and size, headers and footers and - very
> important - the possiblity to print all project files at once.
>
> Now I thought to implement a plug-in for this. But I do not want to do so,
> if such a thing already exists.
>
> Does anybody now such a plug-in or extension (for free) ?
>
> greetings
> Robert
>
>
Re: Better printing support [message #200880 is a reply to message #72580] Wed, 13 April 2005 23:42 Go to previous message
Eclipse UserFriend
Originally posted by: junk.nospam.mikeandjudith.net

"Jorgen Rapp" <jorgen_rapp@yahoo.com> wrote in
news:be29v4$kfk$1@rogue.oti.com:

> There is a program for windows that allows most of this:
> Download printfile (142k) from
> http://www.lerup.com/printfile/
>
> install this in a dir like c:\apps\printfile\
> Start the app and set your defaults like multiple pages, border et.c.
> line number printing is in settings-->(Dialog) Text file button -->
> Show line numbers
> It does pretty printing for multiple langs, Java is one.
>
> Then set up a external tool script (Menu Run-->External
> TOols-->External Tools...
> Define a new with the parameters
> location c:\apps\printfile\PRFILE32.exe
> Working dir c:\apps\printfile
> Arguments: /q ${resourceloc}
>
> Check the checkbox "run in background"
>
> Now you can select the file you want to print,
> and select your script from the button menu of external tools in the
> toolbar (running man with some red stuff)
> that will print the file nicely.

This works brilliantly, thanks a lot. The settings within printfile are
really nice as well. It will dynamically scale your selected font based on
the number of lines you want per page or the number of characters you want
within the margins among other things. It's kinda funny that 2 years later
this is still an issue but it's nice that the newsgroup archives reach back
that far.

Mike Webster
Previous Topic:perspective extension
Next Topic:Any way to add custom codecompletion in strings ?
Goto Forum:
  


Current Time: Sun May 11 11:43:45 EDT 2025

Powered by FUDForum. Page generated in 0.03819 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top