fix formatting + naming

This commit is contained in:
Jeremy Wu 2021-01-26 18:01:39 +11:00
parent 7b999c53ff
commit e31bef7d3c
9 changed files with 9 additions and 17 deletions

View file

@ -1,9 +1,7 @@
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using static Flow.Launcher.Infrastructure.StringMatcher;
namespace Flow.Launcher.Infrastructure
{
@ -242,8 +240,6 @@ namespace Flow.Launcher.Infrastructure
}
}
public class MatchOption
{
public bool IgnoreCase { get; set; } = true;

View file

@ -3,7 +3,7 @@ using System.Collections.ObjectModel;
using System.Drawing;
using System.Text.Json.Serialization;
using Flow.Launcher.Plugin;
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
namespace Flow.Launcher.Infrastructure.UserSettings
{

View file

@ -1,4 +1,4 @@
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
using JetBrains.Annotations;
using System;
using System.Collections.Generic;

View file

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
namespace Flow.Launcher.Plugin.SharedModel
namespace Flow.Launcher.Plugin.SharedModels
{
public class MatchResult
{

View file

@ -5,7 +5,7 @@ using System.Linq;
using NUnit.Framework;
using Flow.Launcher.Infrastructure;
using Flow.Launcher.Plugin;
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
namespace Flow.Launcher.Test
{

View file

@ -5,7 +5,6 @@ using System.Net;
using System.Threading.Tasks;
using System.Windows;
using Squirrel;
using Flow.Launcher.Core;
using Flow.Launcher.Core.Plugin;
using Flow.Launcher.Core.Resource;
using Flow.Launcher.Helper;
@ -14,7 +13,7 @@ using Flow.Launcher.Infrastructure.Hotkey;
using Flow.Launcher.Infrastructure.Image;
using Flow.Launcher.Plugin;
using Flow.Launcher.ViewModel;
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
using System.Threading;
using System.IO;
using Flow.Launcher.Infrastructure.Http;

View file

@ -17,7 +17,7 @@ using Flow.Launcher.Infrastructure.Image;
using Flow.Launcher.Infrastructure.Storage;
using Flow.Launcher.Infrastructure.UserSettings;
using Flow.Launcher.Plugin;
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
namespace Flow.Launcher.ViewModel
{

View file

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using Flow.Launcher.Infrastructure;
using Flow.Launcher.Plugin.SharedModel;
using Flow.Launcher.Plugin.SharedModels;
namespace Flow.Launcher.Plugin.BrowserBookmark.Commands
{

View file

@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Forms;
using System.Windows.Interop;