41

How do you turn on wrapped mode in the console? I'm using NetBeans IDE 6.8 I keep getting the message:

...this line is too long, please switch to wrapped mode to see the whole line...

Paul Gray
  • 546
  • 1
  • 5
  • 10
darkspine
  • 651
  • 1
  • 6
  • 17
  • 11
    If you mean wrap mode in the output window then use the right-click context menu, it's in the bottom half of the menu called "Wrap text" – Steven Jul 16 '12 at 10:45

2 Answers2

83

Right click within the output window -> wrap text(CTRL+R)

peterh
  • 18,404
  • 12
  • 87
  • 115
CodeMonkey
  • 946
  • 7
  • 4
7

In Netbeans 7.2 it is in Tools-Options-Editor-Formatting-Line Wrap (default off).

Milutin
  • 195
  • 1
  • 5