We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f940e54 commit 3b7f385Copy full SHA for 3b7f385
RegexDialog/RegExToolDialog.xaml.cs
@@ -1,18 +1,15 @@
1
-using CSScriptLibrary;
+using CSScriptLibrary;
2
using ICSharpCode.AvalonEdit.Highlighting;
3
using ICSharpCode.AvalonEdit.Highlighting.Xshd;
4
using Microsoft.Win32;
5
using Newtonsoft.Json;
6
-using Newtonsoft.Json.Linq;
7
using Ookii.Dialogs.Wpf;
8
using System;
9
using System.Collections.Generic;
10
using System.Collections.ObjectModel;
11
using System.Diagnostics;
12
using System.IO;
13
using System.Linq;
14
-using System.Net;
15
-using System.Net.Http;
16
using System.Reflection;
17
using System.Text;
18
using System.Text.RegularExpressions;
0 commit comments