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
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# CSharpRegexTools4Npp
2
2
Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
3
3
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) see [Notepad++ plugins new directories structures](https://notepad-plus-plus.org/community/topic/16996/new-plugins-home-round-2))
6
-
7
4
## Features
8
5
* Syntax Highlight of the C# Regex
9
6
* List all matches (With groups and captures)
@@ -15,8 +12,19 @@ Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the m
15
12
* Keep an history of typed regex
16
13
* Save/Reload Regex
17
14
15
+
## Prerequistes
16
+
Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the machine and the right to write in the plugin directory.
17
+
(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))
18
+
19
+
Need .Net Framework 4.6 or greater
20
+
18
21
## Installation
19
22
23
+
* Download the [last release zip or 7z](https://github.com/codingseb/CSharpRegexTools4Npp/releases)
24
+
* Uncompress it in the "%PROGRAMFILES%\Notepad++\plugins\" directory
25
+
26
+
**Or**
27
+
20
28
* Clone this repo
21
29
* Give write access to "%PROGRAMFILES%\Notepad++\plugins\" directory
22
30
* Launch CSharpRegexTools4Npp.sln in Visual Studio
@@ -38,6 +46,19 @@ To Launch the tools use one of these 3 methods :
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