How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. (This feature is useful to see if a file uses tabs or spaces for indentation, among other things.)
|
As far as I know, NetBeans lacks such basic editing feature (among many others). Their bug tracker suggest that it was requested in 1999 but ten years later it's not implemented yet: Update #1: This feature was implemented on August 2010. You can enable/disable it at "View → Show Non-printable Characters". Update #2: As of NetBeans 7.0.1, the definition for "non-printable" seems to include tabs and carriage returns but not regular white space char:
Update #3: NetBeans 7.1.0 finally displays spaces. However, now it has a new bug where consecutive tabs (or tabs & spaces combinations) collapse into one tab:
And there's yet another bug: the end of file is represented with the same symbol as line feeds, thus make it difficult to say whether the file ends with EOL. These two issues are still present in NetBeans 7.2 and 7.3. |
|||||||||||||
|
|
in netbeans 7 you can enable display of spaces, tabs & line feeds like this: spaces
tabs & line feedsin netbeans 7 you can enable to see non-printable characters:
in netbeans 6 only the spaces part works |
|||
|
|
|
This feature has finally been added and is available in NetBeans 6.10. Since this has not been released yet, you can try out 6.10 MileStone 1: http://bits.netbeans.org/netbeans/6.10/m1/. I look forward to the final release! |
|||
|
|
|
Ubuntu 11.10 => Netbeans 7.0.1 The "View → Show Non-printable Characters" mode really not shows whitespaces while font was not installed by me. Thanks! |
|||
|
|

