Skip to content

Commit 1d81f67

Browse files
authored
Update README.md
1 parent 865c10b commit 1d81f67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
44
Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the machine and the right to write in the plugin directory.
55
(At least version 7.6.3, older versions can work but need modification of the file [NppPlugin.DllExport.targets](https://github.com/codingseb/CSharpRegexTools4Npp/blob/master/CSharpRegexTools4Npp/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets))
66

7+
## Installation
8+
9+
* Clone this repo
10+
* Give write access to %NOTEPAD++Root%\plugins directory
11+
* Launch CSharpRegexTools4Npp.sln in Visual Studio
12+
* Select the target platform x86 or x64 depending on your version of Notepad++
13+
* Compile and launch (F5) (It will copy the plugin in the right place and launch Notepad++)
714

815
## Credits
916
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

Comments
 (0)