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 178357 - Print Preview should show line numbers when printing as in Editor
Summary: Print Preview should show line numbers when printing as in Editor
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 04:28 UTC by Vladimir Yaroslavskiy
Modified: 2009-12-10 02:34 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 Vladimir Yaroslavskiy 2009-12-09 04:28:51 UTC
Print Preview should show line numbers when printing as in Editor.

related issue #178101.
Comment 1 Vladimir Yaroslavskiy 2009-12-09 05:02:59 UTC
Steps to reproduce:

1. Create a Java project, open Java class
2. In the source editor invoke File | Print (Ctrl+Alt+Shift+P)
3. Press "Print Options" button on the appeared "Print Preview" dialog
4. Check "Print as in Editor"
5. Check "Line Numbers", this checkbox must be enabled!
6. Press "OK"
7. Check that line numbers are show and text are colored.
8. Uncheck "Line Numbers" -> line numbers must no be shown.
Comment 2 Vladimir Yaroslavskiy 2009-12-09 05:04:18 UTC
fixed in main: 3e2c734b65d8
Comment 3 Quality Engineering 2009-12-10 02:34:26 UTC
Integrated into 'main-golden', will be available in build *200912100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3e2c734b65d8
User: Vladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Log: [Bug #178357] New: Print Preview should show line numbers when printing as in Editor