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 207293 - Improved tab character for Show Non-printable Characters
Summary: Improved tab character for Show Non-printable Characters
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 18:19 UTC by 280Z28
Modified: 2013-02-20 05:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Rightwards arrow for tab character (1.71 KB, patch)
2012-01-13 18:19 UTC, 280Z28
Details | Diff
Shows the behavior of NetBeans with this patch (11.26 KB, image/png)
2012-09-22 15:11 UTC, 280Z28
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 280Z28 2012-01-13 18:19:03 UTC
Created attachment 114890 [details]
Rightwards arrow for tab character

This patch uses \u2192 (rightwards arrow) for the displayed tab character, falling back to the current \u00BB if the default font does not support it.
Comment 1 280Z28 2012-09-22 15:06:10 UTC
Unfortunately I am unable to duplicate the behavior of this patch in a general NetBeans extension. As shown in the attached screenshot, the rightwards arrow is quite clean for users who prefer to work with Show Non-printable Characters enabled.
Comment 2 280Z28 2012-09-22 15:11:59 UTC
Created attachment 124754 [details]
Shows the behavior of NetBeans with this patch

This patch *only* replaces the character displayed for hard tabs. Close observers will note that the EOL mark is not visible on lines 34 and 42 of the screenshot - that behavior as well as the foreground color of whitespace within the comments are controlled by a separate plugin to NetBeans which is independent of this issue.
Comment 3 Miloslav Metelka 2013-02-19 15:14:18 UTC
Thanks for the patch - I've applied it (with one minor addition).
Hopefully the users will mostly like the right arrow char more than the original char ;-)
http://hg.netbeans.org/jet-main/rev/aa0115f41c70
Comment 4 Quality Engineering 2013-02-20 05:27:00 UTC
Integrated into 'main-golden', will be available in build *201302192300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aa0115f41c70
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #207293 - Improved tab character for Show Non-printable Characters.