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 252011 - Parameter names in JavaDoc are hardly readable
Summary: Parameter names in JavaDoc are hardly readable
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 09:13 UTC by cezariusz
Modified: 2016-07-27 22:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JavaDoc windows with too small parameter names (28.12 KB, image/png)
2015-04-23 09:13 UTC, cezariusz
Details
Small <code> contents (9.88 KB, image/png)
2015-04-23 18:58 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-04-23 09:13:39 UTC
Created attachment 153315 [details]
JavaDoc windows with too small parameter names

Product Version: NetBeans IDE Dev (Build 201504210001)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; pl_PL (nb)

Names of the parameters and exceptions are too small in JavaDoc windows and they are hardly readable on higher resolutions. The font size should be the same as for the method signature.

Here's a sample of code and the screenshot of JavaDoc window.

    /**
     * The description of the method. This method does nothing.
     *
     * @param value Input value, which will be returned intact
     * @return Simply the input value
     * @throws IOException Never
     */
    public int method(int value) throws IOException {
        return value;
    }
Comment 1 cezariusz 2015-04-23 18:58:10 UTC
Created attachment 153341 [details]
Small <code> contents

It also applies to the contents of the <code> tag.
Comment 2 Svata Dedic 2015-05-12 07:48:51 UTC
The visual setup is done in editor.completion, reasssigning