Skip to content

Commit f835254

Browse files
authored
Update README.md
1 parent bf475c7 commit f835254

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# CSharpRegexTools4Npp
22
Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
33

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-
74
## Features
85
* Syntax Highlight of the C# Regex
96
* List all matches (With groups and captures)
@@ -15,6 +12,12 @@ Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the m
1512
* Keep an history of typed regex
1613
* Save/Reload Regex
1714

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+
1821
## Installation
1922

2023
* Download the [last release zip or 7z](https://github.com/codingseb/CSharpRegexTools4Npp/releases)

0 commit comments

Comments
 (0)