Page 1 of 1

Unknown Sign when switching to new line

Posted: Wed Jan 23, 2013 4:22 pm
by plz_m0ve
Hi,

i got this strange problem. It happends that when i have writed like..

love.load() (just a example) then when i switch line to write more this sign come: CR LF Like totally black. And it happends EVERYTIME i switch line
whick makes my code VERY ugly. I can't delete it, i can't copy it so you guys can see.

i just pushed some weird buttons on my keyboard (we all does sometimes) and the most time, i know what i've done wrong, but this time, im lost.

So if anyone know what key i might pressed or what i can do to fix the problem i'll be very gratefull!

By the way, the code still works so the 'sign' or what it is, doesent seem to be a part of the code, just a ugly thing that exixst...

Re: Unknown Sign when switching to new line

Posted: Wed Jan 23, 2013 5:53 pm
by mickeyjm
Could we get a Screenshot of it?

From your description it sounds like you've turned whitespace characters on, which means invisible symbols such as return/newline become visible. Normally there is an option to turn it off in the bar at the top (the one with File, Edit etc, I forget the name)

EDIT: I opened Notepad++ and went to View>Show Symbol>End of line which make the symbols appear,if you are using notepad++ just untick it

Re: Unknown Sign when switching to new line

Posted: Wed Jan 23, 2013 6:07 pm
by plz_m0ve
mickeyjm wrote:Could we get a Screenshot of it?

From your description it sounds like you've turned whitespace characters on, which means invisible symbols such as return/newline become visible. Normally there is an option to turn it off in the bar at the top (the one with File, Edit etc, I forget the name)

EDIT: I opened Notepad++ and went to View>Show Symbol>End of line which make the symbols appear,if you are using notepad++ just untick it

Wow, that helped alot! Thanks!

About screenshot.. I forgot that, i'll remember next time. :)!

Re: Unknown Sign when switching to new line

Posted: Wed Jan 23, 2013 6:42 pm
by Nixola
Now an alot is happy! ^^