Bug? Duplicate word indicator

Scantech

Well-Known Member
Licensed User
Longtime User
I had to bring this attention because it caused me to waist an hour on Debugging a simple error.

I do a map call. Getting values from a key. A key that is unmatched, will result in error with my project.

Well, I have huge amount of keys and scattered in few different areas. When I highlight a word, it will show the duplicate word on the indicator vertical bar. I just happened to have 2 same words with with different letter case and the indicator shows two, which should be one.

Examples:
"lvName"
"LvName"

Highlight "lvName" and it will show 2 duplicate words at the Indicator.
 
Top