I think that this problem started with v.1.8 and has continued in 1.9.
The app I'm working on is a very large one (over 12,000 lines of code) and of course it uses some single-letter variables in it, normally as local variables but sometimes passed in calling Subs.
I always make these variables lowercase, such as Dim i, j as Int, but every once in a while, a letter will turn uppercase throughout the code. I can do a global replace to get it back to lowercase, but after a while, I'll notice that some other letter has turned uppercase.
This doesn't affect the execution of the code of course, but it is a nuisance and distraction, so it would be nice to get this fixed.
The app I'm working on is a very large one (over 12,000 lines of code) and of course it uses some single-letter variables in it, normally as local variables but sometimes passed in calling Subs.
I always make these variables lowercase, such as Dim i, j as Int, but every once in a while, a letter will turn uppercase throughout the code. I can do a global replace to get it back to lowercase, but after a while, I'll notice that some other letter has turned uppercase.
This doesn't affect the execution of the code of course, but it is a nuisance and distraction, so it would be nice to get this fixed.