#9572 Weird editing auto-assist...
Just noticed this editing oddity - I was just putting a closing parenthesis on this statement in the editor (the blue underline is the cursor):
String[] ratesArray = ratesString.split(","_
When I typed the closing parenthesis, I got this:
String[] ratesArray = ratesString.split(",)_"
Not a major problem, granted, but strangely irritating...
Please sign in to leave a comment.