Heya,
This is really just the start of an investigation. I’m running ST3 and I’ve had a frustrating issue - somehow Sublime got itself confused about word separators. In practice what that would look like is that when double clicking the word ‘display’ in ‘display.contentCenterX’ the whole ‘[background=‘lightblue’]display.contentCenterX[/background]’ would get selected. Which is a little frustrating as usually I only want the object or function name, rarely both.
What was worse was that this would happen regardless of what I set the word_separators to in the settings files or the value of the corona_sdk_complete_periods option and it was inconsistent across all files. So some files would just select ‘[background=‘lightblue’]display[/background].contentCenterX’ (correctly) and others would behave as described above.
I’ve since uninstalled Corona Editor, and the problem seems to have gone away. I know CoronaEditor does do things with the word separators and I know that the AngularJS plugin has had issues with this in the past, so I was wondering if anyone else has had this issue? Otherwise it must be a different cause.