File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 11// NPP plugin platform for .Net v0.91.57 by Kasper B. Graversen etc.
2- using CSharpRegexTools4Npp . Forms ;
32using CSharpRegexTools4Npp . PluginInfrastructure ;
43using CSharpRegexTools4Npp . Utils ;
4+ using RegexDialog ;
55using System ;
6- using System . Collections . Generic ;
76using System . Diagnostics ;
87using System . Drawing ;
9- using System . Drawing . Imaging ;
108using System . IO ;
119using System . Linq ;
1210using System . Reflection ;
1311using System . Runtime . InteropServices ;
14- using System . Text ;
15- using System . Text . RegularExpressions ;
16- using System . Threading ;
1712using System . Windows ;
1813using System . Windows . Input ;
1914using System . Windows . Interop ;
20- using static CSharpRegexTools4Npp . PluginInfrastructure . Win32 ;
21- using PluginNetResources = CSharpRegexTools4Npp . Properties . Resources ;
22- using RegexDialog ;
2315
2416namespace CSharpRegexTools4Npp
2517{
You can’t perform that action at this time.
0 commit comments