When you paste some text e.g. "This is for the test", it is changed to "This Is For the test"
It uppercased the I from Is and the F from for. I suspect it has something to do with them being keywords.
This is especially hurtful when you want to paste some javascript in a $""$ structure. It is not something you notice immidiately, but it can be a long search to find out why the script does not run.
Weird thing is it doesn't happen all the time. Maybe just when the IDE is in a 'check the code cycle'?
It uppercased the I from Is and the F from for. I suspect it has something to do with them being keywords.
This is especially hurtful when you want to paste some javascript in a $""$ structure. It is not something you notice immidiately, but it can be a long search to find out why the script does not run.
Weird thing is it doesn't happen all the time. Maybe just when the IDE is in a 'check the code cycle'?
Last edited: