#186758 - Show non-printable Characters does not work on any file

Vita Stejskal <[email protected]> Thu, 27 May 2010 13:26:54 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
#186758 -  Show non-printable Characters does not work on any file
http://netbeans.org/bugzilla/show_bug.cgi?id=186758

Fixed in: http://hg.netbeans.org/jet-main/rev/63cb9bd2c5f0
Reviewed by: David Strupl ([email protected])
Fix verified by: Peter Pis ([email protected])

We forgot to remove 'Show non-printable Characters' menu item from the 
main menu bar when it was decided that the new editor view hierarchy is 
not going to be part of the release. This feature relies on the new view 
hierarchy and so is not part of the release either. The new view 
hierarchy was switched off in trunk before cloning, but the menu item 
was left behind.

The fix is simple. I just commented out the action (menu item) registration.

Thanks,
-vita