3

How can I hide the line break character in the NetBeans 8.2 IDE Editor?

enter image description here

Byte Commander
  • 107,489

1 Answers1

2

To hide the space or tab characters, follow these simple steps:

  1. Open your NetBeans IDE 8.2
    [related image: A file is opened with showing the hidden characters ]
  2. Go / Click "View" menu
    [related image: Clicking the view menu in NetBeans ]
  3. Remove the tick mark beside of "Show Non-Printable Characters".
    [related image: After clicking the option, the hidden characters are hidden. ]

Again, to show these characters, use these steps:

  • 1. Open your NetBeans IDE 8.2
    [related image: A file is opened with hiding the hidden characters. ]
  • 2. Click "View" menu from menu-bar
    [related image: Clicking the view menu in NetBeans ]
  • 3. Click "Show Non-Printable Characters" to put a tick mark beside the menu-item.
    [related image: After clicking the option, the hidden characters are shown again. ]

  • Thats it!
    Thanks for asking questions in AskUbuntu.