Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unwanted sign on each line of worksheet

I don't know what the hotkey I accidentally clicked, but this Ǧ looking sign appeared on every line of code, and there are grey dots instead of spaces in the code.

Click here to see the snapshot

How can I get rid of those characters?

like image 857
dozel Avatar asked Mar 17 '16 17:03

dozel


1 Answers

Assuming this is SQL Developer, go to Tools->Preferences (or on Mac, find that under the SQL Developer menu). Expand the Code Editor section and click on Display. Untick "Show whitespace characters" (second checkbox in the list).

enter image description here

You can check for defined shortcuts under Preferences, in the Shortcut Keys section. On Mac there isn't one for this, but Windows has it as Control+Shift+W, which will also toggle them off if you don't want to go through the preference pane.

like image 132
Alex Poole Avatar answered Jan 02 '23 16:01

Alex Poole