0

I pressed something, maybe in the font or the editor, and my dev-c++ started showing paragraph symbol and space symbols.

like these

¶¶

How can I remove that?

  • Maybe tell us what your IDE is? – AntonH Feb 16 '17 at 17:23
  • He says Dev C++ in the title, @AntonH. But I have added that to the tags to make it more obvious, and perhaps to attract the attention of the most appropriate people. – John Bollinger Feb 16 '17 at 17:25
  • Copied the title from [here](http://stackoverflow.com/q/4065815/509868); I think the code is irrelevant and ugly so removed it. – anatolyg Feb 16 '17 at 17:33

1 Answers1

1

In the editor go into "Settings -> Editor Settings", and check "Show hidden smbols" checkBox (bottom left), than push OK button.

I know this because i was searching today how to enable it XD

KRN
  • 11
  • 1