Commit 0dd5a96
feat: emit NPPN_BUFFERACTIVATED, BEFORESHUTDOWN, TBMODIFICATION
- NPPN_BUFFERACTIVATED: fired from switchToTabInView() with buffer ID
in idFrom, so plugins can track which buffer is now active
- NPPN_BEFORESHUTDOWN: fired before NPPN_SHUTDOWN for last-chance cleanup
- NPPN_TBMODIFICATION: fired after NPPN_READY to signal toolbar readiness
These notifications are required by ComparePlus for compare-pair
bookkeeping, resource cleanup, and toolbar icon registration.
Phase 1c of issue #100 — ComparePlus macOS port.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent de4277e commit 0dd5a96
2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
571 | 579 | | |
572 | 580 | | |
573 | 581 | | |
| |||
643 | 651 | | |
644 | 652 | | |
645 | 653 | | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
646 | 662 | | |
647 | 663 | | |
648 | 664 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
151 | 160 | | |
152 | 161 | | |
153 | 162 | | |
| |||
0 commit comments