forked from notepad-plus-plus/notepad-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
P2-nice-to-haveNice to have, 1.1 if not readyNice to have, 1.1 if not readysize/MMedium (1-3 days)Medium (1-3 days)
Milestone
Description
Description
Automatically insert closing brackets and quotes when typing an opener.
Implementation
- In
SCN_CHARADDED, detect opening characters:(,[,{,",',` - Insert corresponding closing character after cursor
- If text is selected, wrap selection with pair
- Skip-over: if typing closing char and it's already there, just move cursor
- Backspace on empty pair deletes both characters
- Language-aware: disable quote pairing inside strings/comments
- Preference toggle: "Auto-close brackets"
Key Files
macos/platform/main_phase7.mmmacos/platform/settings_manager.h
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2-nice-to-haveNice to have, 1.1 if not readyNice to have, 1.1 if not readysize/MMedium (1-3 days)Medium (1-3 days)
Projects
Status
Ready