This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120853 - Print Project Action
Summary: Print Project Action
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://blogs.cowblock.net/dabar
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 17:22 UTC by dabar
Modified: 2008-02-07 14:35 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dabar 2007-11-01 17:22:33 UTC
I humbly request the capability to print project codes with one single click. Right now, to print a class code, one has
to open that file. But it would simply be good if with a single click one can send the entire code in the source folder
to printer
Comment 1 Vladimir Yaroslavskiy 2007-11-02 11:36:06 UTC
Good idea!
Menu action File | Project Print ...
I hope I'll implement it in next release.
Comment 2 Vladimir Yaroslavskiy 2008-02-07 14:10:10 UTC
It is not good to add new action in main File menu, so
the feature has been implemented is such way:

if you wish to print/preview a several source files,
you should select the file nodes in project tree
and invoke the print/preview action. Print Preview
dialog shows all sources.

Victoria, please, verify it.
Comment 3 Vladimir Yaroslavskiy 2008-02-07 14:35:19 UTC
Important note: print preview shows the source, if it is opened in editor.