Skip to content

Commit 311e3c0

Browse files
author
Sébastien Geiser
committed
2 parents cf75e08 + a1e552b commit 311e3c0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

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

4-
Need a Notepad++ installed on the machine.
5-
And the right to write in the plugin directory
4+
Need a [Notepad++](https://notepad-plus-plus.org/) 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))
6+
67

78
## Credits
8-
Based on : [NotepadPlusPlusPluginPack](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net)
9+
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))
910
use :
10-
[AvalonEdit](https://github.com/icsharpcode/AvalonEdit)
11-
[CS-Script](https://github.com/oleg-shilo/cs-script/)
12-
[Newtonsoft.Json](https://www.newtonsoft.com/json)
13-
[Ookii.Dialogs](http://www.ookii.org/software/dialogs/)
14-
[PropertyChanged.Fody](https://github.com/Fody/PropertyChanged)
15-
[Costura.fody](https://github.com/Fody/Costura)
11+
[AvalonEdit](https://github.com/icsharpcode/AvalonEdit) For Regex edition and syntax Highlighting (under MIT license)
12+
[CS-Script](https://github.com/oleg-shilo/cs-script/) For C# Match replace (under MIT license)
13+
[Newtonsoft.Json](https://www.newtonsoft.com/json) (under MIT license)
14+
[Ookii.Dialogs](http://www.ookii.org/software/dialogs/) (For Open and Save dialogs under specific license)
15+
[PropertyChanged.Fody](https://github.com/Fody/PropertyChanged) (under MIT license)
16+
[Costura.fody](https://github.com/Fody/Costura) Merge all in one DLL, without it it doesn't work (under MIT license)
1617

1718
And for icons :
1819

19-
[FatCow](https://www.fatcow.com/free-icons)
20+
[FatCow](https://www.fatcow.com/free-icons) (under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/))

0 commit comments

Comments
 (0)