You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,15 @@ Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the m
23
23
* Select the target platform x86 or x64 depending on your version of Notepad++
24
24
* Compile and launch (F5) (It will copy the plugin in the right place and launch Notepad++)
25
25
26
+
## Usage
27
+
28
+
To Launch the tools use one of these 3 methods :
29
+
* Click on the toolbar button 
30
+
* Click on Menu "Plugins" -> "C# Regex Tools 4 Npp" -> "C# Regex Tools"
31
+
* Press "Ctrl+Shift+H" on your keyboard
32
+
33
+
34
+
26
35
## Credits
27
36
Based on : [NotepadPlusPlusPluginPack](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net) (under the [Apache-2.0 license](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/master/LICENSE.md))
0 commit comments