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

Summary: Print Project Action
Product: utilities Reporter: dabar <dabar>
Component: PrintAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: RESOLVED FIXED    
Severity: blocker CC: victoriaz
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://blogs.cowblock.net/dabar
Issue Type: ENHANCEMENT Exception Reporter:

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.