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)
- Host: GitHub
- URL: https://github.com/kbilsted/npppluginguidhelper
- Owner: kbilsted
- License: apache-2.0
- Created: 2016-05-31T09:00:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T19:00:52.000Z (over 2 years ago)
- Last Synced: 2025-04-09T17:48:41.042Z (about 1 year ago)
- Topics: csharp, notepad-plusplus-plugin, notepadplusplus
- Language: C#
- Size: 521 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/