Hi,
I have problem, with word separation - sometimes double clicking on word correctly selects word between dots, but most of the time (this behaviour changes even during runtime of Sublime, without me changing anything) it selects full word, disregarding dots.
To clarify what I mean:
self.m\_headerText.text
I want to be able to double click on m_headerText and select only that, while most of the times it selects whole structure.
Is there way to fix it?