Skip to content

Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis

License

Notifications You must be signed in to change notification settings

visorz/SurroundSelection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SurroundSelection

Build status

Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis/etc. This can also be used on multiple or rectangular selections.

Note: This is still in early development. It has not been fully tested with non-US keyboard layouts.

Demo

Usage

Select some text and type one of the following characters:

  • '
  • "
  • ( or )
  • { or }
  • [ or ]
  • < or >

Installation

Install the plugin by downloading it from the Release page and copy SurroundSelection.dll to your plugins folder.

Development

The code has been developed using MSVC 2015. Building the code will generate the DLL which can be used by Notepad++. For convenience, MSVC copies the DLL into the Notepad++ plugin directory.

License

This code is released under the GNU General Public License version 2.

About

Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.2%
  • C 28.8%