An open API service indexing awesome lists of open source software.

https://github.com/kbilsted/npppluginguidhelper

Notepad++ plugin to assist handling Guids (easy selection, creation)
https://github.com/kbilsted/npppluginguidhelper

csharp notepad-plusplus-plugin notepadplusplus

Last synced: 9 months ago
JSON representation

Notepad++ plugin to assist handling Guids (easy selection, creation)

Awesome Lists containing this project

README

          

# NppPluginGuidHelper

NppPluginGuidHelper is a Notepad++ plugin to assist you when you handle Guids in Notepad++

It currently features

* Easy selection of guids - Just Select/Double-click the first or last part of the guid.
* Easy guid creation - Use the menu. An generate multiple guids using the multi-line rectangular selection (use `alt-shift-down`)

## Installation
This plugin is too new to have been added to the notepad++ pluginmanager - that takes a couple of months to get in place. So manual installation only.

Download a binary release and stick the `GuidHelper.dll` inside the `c:\program files (x86)\notepad++\plugins\` folder.

Alternatively, download the source and build it - the build will copy the dll to the notepad folder.

## Final thoughts...

This plugin has been created using the `Notepad++ pluginpack for .Net` https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases

Also check out my blog at http://firstclassthoughts.co.uk/