-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
Recent commit globally disables basic text editing feature in Sublime Text 3 across all languages. New Default.sublime-mousemap is culprit, binding’s context is suspect:
Revision: 4582a1542dda4848805398713cde9505be5d01c3
Author: zhengbli <zhengbli@microsoft.com>
Date: 2016-09-02 17:13:07
Message:
Add mouse click support for go to ref
----
Added: Default.sublime-mousemap
[
{
"button": "button1",
"count": 2,
"command": "typescript_go_to_ref",
"press_command": "drag_select",
"context": [
{ "key": "selector", "operator": "equal", "operand": "text.find-refs" }
]
}
]Steps to reproduce:
- Open
Packages\TypeScript\Default.sublime-mousemap. - Open any other text file.
- Double click on a word does not select the word as expected.
- Truncate
Default.sublime-mousemapand save. - Double click on word now selects the word as expected.
Workaround: Delete Default.sublime-mousemap or provide user-specific alternative.
joaocc, loading-awesome, FopherC, charleylla, stellentus and 5 morecharleyllageoffreakdrewhamlett
Metadata
Metadata
Assignees
Labels
No labels