A plugin for Notepad++ written in C# .NET Framework 2.0.
ToolBucket contains the following features:
- Multi-line search and replace dialog
- Change indentation dialog
- Generate GUID
- Generate Lorem Ipsum
- Compute MD5 Hash
- Compute SHA1 Hash
- Base 64 encode
- Base 64 decode
Copy the NppToolBucket.dll file to your Notepad++\plugins directory.
Requires .NET Framework 2.0 or higher to be installed on the system.
- Implemented Ctrl-A in textboxes to select all text
- Fixed bug when closing search and replace that active window doesn't return to notepad++
- Increase search / replace history length in dropdown to 60 characters and removed line breaks
- Implemented replace all in all open documents
- Initial release