DReynolds4001 / SftwrEngMissionControl

Intro to Software Engineering Class Project - Subject: Notepad++
Other
0 stars 0 forks source link

Autocompletion - Brackets still broken #9

Open DReynolds4001 opened 5 years ago

DReynolds4001 commented 5 years ago

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