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 47858 - [40cat] A seperate font is needed for JavaDoc comments and block comments.
Summary: [40cat] A seperate font is needed for JavaDoc comments and block comments.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 4286 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-25 06:46 UTC by lleland
Modified: 2010-09-23 08:34 UTC (History)
0 users

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 lleland 2004-08-25 06:46:35 UTC
[ JDK VERSION : J2SE 1.5.0 ]

In âOptions | Editing | Editor Settings | Java Editor | Fonts and Colorsâ, we need an additional âJavaDoc commentâ (the â/**  /â style) to differentiate it from the normal block comment â/* */â style.

In properly commented Java code, the JavaDoc comments are used to automatically generate the JavaDoc reference documentation for Users and Developers, while the normal block comments are used to document the source code for Implementers. The ability to style these comments differently would greatly enhance source documentation for Implementers.
Comment 1 Roman Strobl 2005-01-21 15:52:44 UTC
Changed subcomponent to settings.
Comment 2 Vitezslav Stejskal 2006-12-05 08:59:50 UTC
I think it needs to be implemented in java/editor. It should be doable; normal
comments and javadoc comments are different tokens and therefore can have
different colorings.
Comment 3 Vitezslav Stejskal 2006-12-05 11:01:10 UTC
*** Issue 4286 has been marked as a duplicate of this issue. ***