You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read and fill out this template by replacing the instructions with appropriate information. If the template is not followed, the issue will be marked Invalid and closed.
Before submitting an issue search past issues and read the area of the documentation related to your specific question, issue, or request.
Description
After I installed package (including turning of default matching per quick start) & closed/opened ST3, I wasn't seeing expected interactive default bracket matching behavior. Experimentation showed that it's working fine in my environment, except in windows displaying 2nd view into a file (via New View Into File)
When viewing the same file in, say, a 2 row layout w/original on top & "new view" on bottom, the top works as expected, but the bottom view only works in response to command palette (e.g., jump to right bracket).
Behavior doesn't seem to be layout specific; I get same thing if I'm in a single-pane display with the two views on different tabs.
As I recall, those "cloned" views don't have event listeners attached to them. I don't think there is anything I can do about it as it is a limitation of Sublime Text.
This is a duplicate of #356. I knew this sounded familiar 🙂. I believe my answer will remain the same as what I said there. As this is a duplicate, I will close this issue.
Please read and fill out this template by replacing the instructions with appropriate information. If the template is not followed, the issue will be marked
Invalid
and closed.Before submitting an issue search past issues and read the area of the documentation related to your specific question, issue, or request.
Description
After I installed package (including turning of default matching per quick start) & closed/opened ST3, I wasn't seeing expected interactive default bracket matching behavior. Experimentation showed that it's working fine in my environment, except in windows displaying 2nd view into a file (via New View Into File)
When viewing the same file in, say, a 2 row layout w/original on top & "new view" on bottom, the top works as expected, but the bottom view only works in response to command palette (e.g., jump to right bracket).
Behavior doesn't seem to be layout specific; I get same thing if I'm in a single-pane display with the two views on different tabs.
User settings:
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"tab_size": 2
}
No obvious console output.
Support Info
Support info:
Steps to Reproduce Issue
The text was updated successfully, but these errors were encountered: