Commit 0836ff5
fix: use SCI_GOTOPOS(matchPos) for upstream parity in Go to Matching Brace
Switch from matchPos+1 to matchPos to match upstream Notepad++ behavior
(NppCommands.cpp IDM_SEARCH_GOTOMATCHINGBRACE). Also add SCI_CHOOSECARETX
after the jump to stabilize subsequent Up/Down column navigation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 55b6545 commit 0836ff5
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
0 commit comments