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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
3
3
4
4
Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the machine and the right to write in the plugin directory.
5
-
(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))
5
+
(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) see [Notepad++ plugins new directories structures](https://notepad-plus-plus.org/community/topic/16996/new-plugins-home-round-2))
6
6
7
7
## Features
8
8
* Syntax Highlight of the C# Regex
@@ -18,7 +18,7 @@ Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the m
18
18
## Installation
19
19
20
20
* Clone this repo
21
-
* Give write access to "%NOTEPAD++Root%\plugins" directory
21
+
* Give write access to "%PROGRAMFILES%\Notepad++\plugins\" directory
22
22
* Launch CSharpRegexTools4Npp.sln in Visual Studio
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++)
0 commit comments