diff --git a/README.md b/README.md index 46706c1..d101593 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # SurroundSelection 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 tested with non-US keyboard layouts. +**Note:** This is still in early development. It has not been fully tested with non-US keyboard layouts. + +![Demo](/img/Demo.gif) ## Usage Select some text and type one of the following characters: - `'` - `"` -- `(` -- `{` -- `[` +- `(` or `)` +- `{` or `}` +- `[` or `]` ## Installation Install the plugin by downloading it from the [Release](https://github.com/dail8859/SurroundSelection/releases) page and copy `SurroundSelection.dll` to your `plugins` folder. diff --git a/img/Demo.gif b/img/Demo.gif new file mode 100644 index 0000000..992f3a7 Binary files /dev/null and b/img/Demo.gif differ diff --git a/src/Version.h b/src/Version.h index 22b4b03..725592a 100644 --- a/src/Version.h +++ b/src/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 1,0,0,0 -#define VERSION_LINEAR 1000 -#define VERSION_LINEAR_TEXT TEXT("1000") -#define VERSION_TEXT TEXT("1.0") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 1,1,0,0 +#define VERSION_LINEAR 1100 +#define VERSION_LINEAR_TEXT TEXT("1100") +#define VERSION_TEXT TEXT("1.1") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""