Description of the Issue
Auto-completion for brackets does not work in all cases.
Steps to Reproduce the Issue
Enable autocompletion for brackets.
Type: (a(
Expected Behavior
What I expect: (a())
Obviously I want to create a matching closing bracket when typing an opening bracket.
Actual Behavior
What I get: (a()
No closing bracket at all.
Debug Information
With 6.8.3 I get what I would expect.
See this old report where I showed which code lines are the problem: #1038 (comment)
Just don't try to be smart or introduce any logic or anything - open bracket -> make closing bracket. Simple. No problems.
Thank you.
Description of the Issue Auto-completion for brackets does not work in all cases.
Steps to Reproduce the Issue Enable autocompletion for brackets. Type: (a( Expected Behavior What I expect: (a()) Obviously I want to create a matching closing bracket when typing an opening bracket.
Actual Behavior What I get: (a() No closing bracket at all.
Debug Information With 6.8.3 I get what I would expect. See this old report where I showed which code lines are the problem: #1038 (comment)
Just don't try to be smart or introduce any logic or anything - open bracket -> make closing bracket. Simple. No problems. Thank you.
Link to original issue: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5660