|
1 | 1 | # CSharpRegexTools4Npp
|
2 | 2 | Some tools for using C# Regex for Notepad++ (As Notepad++ Plugin)
|
3 | 3 |
|
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 | + |
6 | 7 |
|
7 | 8 | ## 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)) |
9 | 10 | 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) |
16 | 17 |
|
17 | 18 | And for icons :
|
18 | 19 |
|
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