[不支持中文]
//z 2014-09-07 11:43:54 L.115'44166 BG57IV3@XCL T3399598551.K.F3292324416[T43,L762,R31,V702]
A plugin for Notepad++ written in C# .NET Framework 2.0.
Features
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
Download
Release versions can be downloaded from phdesign.com.au
Installation
Copy the NppToolBucket.dll file to your Notepad++plugins directory.
Dependencies
Requires .NET Framework 2.0 or higher to be installed on the system.
Version history
v1.5
- Keyboard shortcut Alt+Shift+G to generate GUIDs
- An interface for options to generate GUIDs
- A bugfix for the indentation settings dialog where settings are applied even if cancelled
v1.4
- 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
v1.3
- Implemented replace all in all open documents
v1.2
- Initial release
//z 2014-09-07 11:43:54 L.115'44166 BG57IV3@XCL T3399598551.K.F3292324416[T43,L762,R31,V702]
SearchPlus
试了下,不错;但不支持中文。Installation
- Extract SearchPlus.dll from the zip file
- Close notepad++ if it is currently running
- Copy the dll to <Notepad++ Installation path>plugins folder. This is typically C:Program FilesNotepad++plugins. You might need admin privileges if the installation path is inside C:Program Files
Usage
- Start notepad++ and press Alt+Q for launching the plugin window (alternatively, you can select Search+ from the plugins menu)
- Type the required search keywords in the input field, mark the options (case sensitivity, whole word search, plain text) and Add them to the keyword list (top right).
- The selected word (or the word under cursor if there is no selection) from the current tab of notepad++ will be populated in the input field by default
- Once the required keywords are added to the list, click Search to search for these keywords in the current file
- Matching lines will be listed in the main output area.
- You can Copy the results to clipboard or Highlight the matches in the original document
- Clicking a pattern from the list will update the input field and checkboxes to reflect its values. Double click the pattern to edit it.
- Closing the plugin window by clicking window close button will clear the search results. The keyword list will be preserved even after closing notepad++
- You can hit Escape to hide the window without losing the search results. Press Alt+Q again to bring it back
Other features and known issues
- Default button (the one mapped to the Enter key when focus is on the input field) is Add during normal mode and Update during edit.