Skip to content

Commit 4452d3d

Browse files
author
Sébastien Geiser
committed
2 parents 45e937b + b60509b commit 4452d3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

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

4-
**For now x64 version have some bugs and is unstable**
5-
64
## Features
75
* Syntax Highlight of the C# Regex
86
* List all matches (With groups and captures)
@@ -63,7 +61,7 @@ To Launch the tools use one of these 3 methods :
6361
![Text-sources](https://raw.githubusercontent.com/codingseb/CSharpRegexTools4Npp/master/doc/Text-Sources.png)
6462

6563
## Credits
66-
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))
64+
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)) Merged manually with a part of the version used in [CS-Script.Npp](https://github.com/oleg-shilo/cs-script.npp) (under MIT license) for better x64 support and remodified for the way I use it.
6765
use :
6866
[AvalonEdit](https://github.com/icsharpcode/AvalonEdit) For Regex edition and syntax Highlighting (under MIT license)
6967
[CS-Script](https://github.com/oleg-shilo/cs-script/) For C# Match replace (under MIT license)

0 commit comments

Comments
 (0)