Sublime Forum

Hidden space chars problem

#1

Hi,

I love coding with Sublime Text 2, but sometimes it appends some hidden char that can crash the application.
It seems that is something like a white space, but it isn’t.

For example:
http://staging.pixelife.ch/testcart/hidden_chars.tiff

You can see that before the “(f_shares” there is no dot (the “space tag”), and this cause the problem (the compiler “think” that is some char but not a space).
Then, deleting (the fake “space char”) and putting again a space is ok.

How can I avoid this problem?

Thanks!
Damiano

Info:
Sublime Text 2 running on Mac Os X 10.7.5

0 Likes

#2

What plugins do you have?

0 Likes

#3

Plugin installed:

  • Sass
  • Auto encoding for Ruby
  • CoffeeScript
  • Package Control
0 Likes

#4

Any news?

0 Likes

#5

I would try removing your plugins and see if it works.

0 Likes

#6

I found that the problem raise when this combination of buttons is pressed:
option (or alt) + space [on Mac]

There is a setting to exclude this combination?

0 Likes

#7

You could edit your keyboard layout, if you like… or perhaps you could bind option+space to “noop”.

0 Likes