{"id":18881442,"url":"https://github.com/znsoooo/npp-select-in-brackets","last_synced_at":"2026-03-03T22:31:41.997Z","repository":{"id":252442147,"uuid":"840450050","full_name":"znsoooo/npp-select-in-brackets","owner":"znsoooo","description":"Notepad++ plugin for quick select in several types of brackets","archived":false,"fork":false,"pushed_at":"2025-05-24T09:48:24.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T10:08:19.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/znsoooo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-09T18:25:28.000Z","updated_at":"2025-05-24T09:48:27.000Z","dependencies_parsed_at":"2024-08-09T20:12:08.892Z","dependency_job_id":"b0b3e07b-dcda-4bc0-9078-3989287ddd7c","html_url":"https://github.com/znsoooo/npp-select-in-brackets","commit_stats":null,"previous_names":["znsoooo/npp-select-in-brackets"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/znsoooo/npp-select-in-brackets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znsoooo%2Fnpp-select-in-brackets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znsoooo%2Fnpp-select-in-brackets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znsoooo%2Fnpp-select-in-brackets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znsoooo%2Fnpp-select-in-brackets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znsoooo","download_url":"https://codeload.github.com/znsoooo/npp-select-in-brackets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znsoooo%2Fnpp-select-in-brackets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T06:49:25.942Z","updated_at":"2026-03-03T22:31:41.972Z","avatar_url":"https://github.com/znsoooo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Select in Brackets\n\nA Notepad++ plugin that supports 2 functions, quickly selecting content within matching brackets, swapping selections when multiple areas are selected.\n\n\n## Features\n\n### Select in Brackets\n\nIn Notepad++'s \"Setting - Preferences - Delimiter\", you can set up to select content within matching brackets. However, it only supports ONE type of bracket. For example, if you set it for round brackets (as default), it won't work for square brackets or curly brackets, and it doesn't support any Unicode brackets.\n\nSo I designed this plugin. It can select content within matching several types of brackets, and supports Unicode brackets also.\n\nPress **Alt-Q** (**Q**uote) to select text within matching brackets, supports multiple selections.\n\nPressing it repeatedly will expand the selection area, until to the whole text.\n\n### Swap Selections\n\nSwap selections is a feature that was [rejected by the Notepad++ author](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6226#issuecomment-569478880). It is mainly used to swap the content of two selections, especially when swapping two multi-line contents from very far distance positions.\n\nPress **Alt-X** (e**X**change) to swap selections.\n\nPress **Alt-Shift-X** to swap selections in the reverse direction.\n\n\n## Build\n\n1. Install MinGW.\n2. Run the \"[build.bat](build.bat)\" file.\n3. The DLL files will be generated in the \"output\" folder, including both 32-bit and 64-bit versions.\n\n\n## Usage\n\n1. Get the DLL file in two ways:\n   1. Compile it with [GCC](https://sourceforge.net/projects/mingw-w64/files).\n   2. Download the latest release version: \u003chttps://github.com/znsoooo/npp-select-in-brackets/releases\u003e\n2. Copy the DLL file to the directory of \"~\\Notepad++\\plugins\".\n3. Restart the Notepad++ program.\n4. (Recommended) Set up with Notepad++:\n   1. In \"Setting - Preferences - Editing - Multi-Editing\", set it to \"Enable\".\n   2. In \"Setting - Preferences - Delimiter - Delimiter selection settings\", set the \"Open\" and \"Close\" options to empty.\n5. Enjoy the plugin!\n\n\n## FAQ\n\nThis plugin doesn't have syntax parsing, so if there are escape chars or chars in strings, it might select the wrong area, you need to adjust it manually.\n\nThe types of brackets supported were written in the \"[matcher.cpp](src/matcher.cpp)\" file. The current supported brackets include:\n\n\u003e {Hello[my(world)]}\\\n\u003e \"Hello'my\\`world\\`'\"\\\n\u003e ｛你好［我的（世界）］｝\\\n\u003e 《你好\u003c世界\u003e》\\\n\u003e 『你好「世界」』\\\n\u003e 〖你好【世界】〗\\\n\u003e “你好‘世界’”\n\nIf you need to add or remove symbols, you need to modify the source file and recompile. Configuring through a settings file is not currently supported (because it is troublesome).\n\nHowever, if many people request this feature, I will reconsider it. But I think it's simpler to just write it in the source file.\n\nWelcome to suggest any advices in the issues:\n\n\u003chttps://github.com/znsoooo/npp-select-in-brackets/issues\u003e\n\n\n## License\n\n- __Author:__ Shixian Li\n- __QQ:__ 11313213\n- __Email:__ lsx7@sina.com\n- __GitHub:__ https://github.com/znsoooo/npp-select-in-brackets\n- __License:__ MIT License. Copyright (c) 2024-2025 Shixian Li (znsoooo). All rights reserved.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznsoooo%2Fnpp-select-in-brackets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznsoooo%2Fnpp-select-in-brackets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznsoooo%2Fnpp-select-in-brackets/lists"}