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 104772

Summary: Print to HTML doesn't include semantic colors
Product: editor Reporter: Torbjorn Norbye <tor>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jlahoda
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Torbjorn Norbye 2007-05-24 22:09:24 UTC
Print To HTML... from the File menu saves an HTML version of the buffer, using the correct colors etc., but 
it doesn't seem to include all the extra semantic information that is shown in the editor now -- 
strikethrough for deprecated usage, green for fields, orange for parameters, etc.
Comment 1 Vitezslav Stejskal 2007-05-25 02:21:17 UTC
Yes, because semantic highlights are drawn using the old DrawLayer and not the
new highlighting infra. This DrawLayer is only installed in open editors and not
in the special editor used for printing.

I am not sure where to assign it, obviously the correct fix is to rewrite
semantic DrawLayer and use the new infra. But we could probably workaround it in
the action somehow.
Comment 2 Jiri Prox 2008-04-11 00:46:18 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Max Sauer 2008-11-13 13:23:46 UTC
Will resolve later.
Comment 4 Quality Engineering 2009-11-02 11:04:41 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX