File tree 1 file changed +1
-9
lines changed 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
// NPP plugin platform for .Net v0.91.57 by Kasper B. Graversen etc.
2
- using CSharpRegexTools4Npp . Forms ;
3
2
using CSharpRegexTools4Npp . PluginInfrastructure ;
4
3
using CSharpRegexTools4Npp . Utils ;
4
+ using RegexDialog ;
5
5
using System ;
6
- using System . Collections . Generic ;
7
6
using System . Diagnostics ;
8
7
using System . Drawing ;
9
- using System . Drawing . Imaging ;
10
8
using System . IO ;
11
9
using System . Linq ;
12
10
using System . Reflection ;
13
11
using System . Runtime . InteropServices ;
14
- using System . Text ;
15
- using System . Text . RegularExpressions ;
16
- using System . Threading ;
17
12
using System . Windows ;
18
13
using System . Windows . Input ;
19
14
using System . Windows . Interop ;
20
- using static CSharpRegexTools4Npp . PluginInfrastructure . Win32 ;
21
- using PluginNetResources = CSharpRegexTools4Npp . Properties . Resources ;
22
- using RegexDialog ;
23
15
24
16
namespace CSharpRegexTools4Npp
25
17
{
You can’t perform that action at this time.
0 commit comments