Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Print multiple files at once
Print multiple files at once [message #334291] Sat, 31 January 2009 00:22 Go to next message
Eclipse User is currently offline Eclipse UserFriend
Messages: 25
Registered: July 2009
Junior Member
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 16:17 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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] Sat, 07 February 2009 00:18 Go to previous message
Eclipse User is currently offline Eclipse UserFriend
Messages: 25
Registered: July 2009
Junior Member
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: Fri Sep 27 14:22:51 GMT 2024

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

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

Back to the top