so if anything it's just pre-emptively preventing me from leaving it open.
# Set to false to stop auto pairing quotes, brackets etc
autoMatchEnabled falseGreyWyvern wrote:If you type one quote, and it's not auto-paired, there is a noticeable delay while the rest of the document is checked and then highlighted as a string.
<binding key="p,p" command="move characters 1">
<context name="allSelectionsEmpty" value="true" />
<context name="allFollowingText" value="^[\)\]\}\>\.,;:'"]" />
</binding>
guillermooo wrote:Question: I haven't figured out yet how to escape a double quote... \" doesn't seem to work...
{ "keys": ["p,p"], "command": "move characters 1", "context":
[
{ "name": "allSelectionsEmpty", "value": true },
{ "name": "allFollowingText", "value": "^[\)\]\}\>\.,;:'"]" }
]
}
Users browsing this forum: No registered users and 9 guests