Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Print multiple files at once
Print multiple files at once [message #334291] Fri, 30 January 2009 19:22 Go to next message
Eclipse UserFriend
Hi,

In Eclipse, is it possible to print multiple files at once
programmatically where only one of files is opened in the editor?

Thanks.
Re: Print multiple files at once [message #334299 is a reply to message #334291] Sun, 01 February 2009 11:17 Go to previous messageGo to next message
Eclipse UserFriend
Janice wrote:
> Hi,
>
> In Eclipse, is it possible to print multiple files at once
> programmatically where only one of files is opened in the editor?
Almost everything is possible via code ;-)

Dani
>
> Thanks.
>
Re: Print multiple files at once [message #334405 is a reply to message #334299] Fri, 06 February 2009 19:18 Go to previous message
Eclipse UserFriend
I am using StyledText to display the content of one file. Is it safe to
open all the files that I'd like to print together, concatenate the
contents into one string, and set this string with
'StyledText.getContent().setText()' to StyledText. Then call print from
StyledText, and set the original text back to the StyledText?

Thanks.
Previous Topic:Form.reflow()
Next Topic:Using command Framework to add items to pagebooks
Goto Forum:
  


Current Time: Tue Mar 11 23:47:49 EDT 2025

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

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

Back to the top