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 254279 - Line Numbers are not showing up in IDE
Summary: Line Numbers are not showing up in IDE
Status: RESOLVED DUPLICATE of bug 251798
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 16:20 UTC by earlsinclair123
Modified: 2015-08-14 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (529.40 KB, text/plain)
2015-08-11 16:20 UTC, earlsinclair123
Details

Note You need to log in before you can comment on or make changes to this bug.
Description earlsinclair123 2015-08-11 16:20:23 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Windows 8.1 version 6.3 running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03

Where the line numbers normally appear while editting a c++ program, now only displays '-'. Tried toggling line numbers on/of but still don't show up.
Comment 1 earlsinclair123 2015-08-11 16:20:28 UTC
Created attachment 155271 [details]
IDE log
Comment 2 earlsinclair123 2015-08-11 16:23:16 UTC
I found out that exiting and restarting the IDE fixed this problem.
Comment 3 earlsinclair123 2015-08-11 16:28:52 UTC
This turns out to be a zoom problem. When in normal view, line numbers are too small to see. If I zoom in the source code, line numbers are eventually readable.
Comment 4 Milutin Kristofic 2015-08-14 12:27:35 UTC
It should be fixed in Bug #251798 I am now checking if this fix is in 8.1 Beta
Comment 5 Milutin Kristofic 2015-08-14 13:48:41 UTC
Yes, it is fixed in dev build, but it is not in 8.1 beta. I am sorry. 


http://hg.netbeans.org/releases/file/5687e691c7fc/editor.lib/src/org/netbeans/editor/GlyphGutter.java

*** This bug has been marked as a duplicate of bug 251798 ***