Sublime Forum

L is capitalizing when I type len. I can't make it lowercase

#1

I’m using Python and when I type len, the L automatically capitalizes. It will not allow me to make it lowercase.

Can you help?

0 Likes

#2

Does it happen in safe mode?

1 Like

#3

Yes, it does

0 Likes

#4

Maybe you just happen to have caps lock turned on ? I am on Windows and don’t see this behavior even in regular mode.

0 Likes

#5

Nope. When I build it asks if I mean len but won’t let me type it.

0 Likes

#6

I just copied and pasted it and it pastes as len(visit).

Weird

0 Likes

#7

It won’t let me convert to lowercase either

0 Likes

#8

What platform are you on and which version of ST are you using?

0 Likes

#9

I have seen a similar bug report somewhere else recently. I don’t really know how font rendering works, so I don’t understand everything in the linked discussion, but maybe it can be helpful to find what is causing this:

0 Likes