Reputation: 145
My friend used my laptop for a while and I forgot to close Eclipse, Later on when I started to work on my project, its showing strange symbols like ">>" and some sort of "q", can any one tell me how to remove this? Any help would be highly appreciated. Thanks.
Upvotes: 2
Views: 4885
Reputation: 159864
Eclipse is displaying all whitespace characters. Use
Window > Preferences > General > Editors > Text Editors
and uncheck the "whitespace characters" checkbox to hide them
Upvotes: 3
Reputation: 124275
You need to click (actually un-click) one button with symbol of Pi.
Characters you see are symbols of tabulations and line breaks (normally invisible).
Upvotes: 9