File tree Expand file tree Collapse file tree 8 files changed +1
-29
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 8 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
- using System . IO ;
3
- using System . Threading . Tasks ;
4
- using Flow . Launcher . Infrastructure . Logger ;
5
- using Flow . Launcher . Plugin . Program . Programs ;
6
-
7
- namespace Flow . Launcher . Plugin . Program
1
+ namespace Flow . Launcher . Plugin . Program
8
2
{
9
3
//internal static class FileChangeWatcher
10
4
//{
Original file line number Diff line number Diff line change 1
1
using NLog ;
2
- using NLog . Config ;
3
- using NLog . Targets ;
4
2
using System ;
5
- using System . Diagnostics ;
6
3
using System . IO ;
7
4
using System . Runtime . CompilerServices ;
8
5
using System . Security ;
9
- using Flow . Launcher . Infrastructure ;
10
- using Flow . Launcher . Infrastructure . UserSettings ;
11
6
12
7
namespace Flow . Launcher . Plugin . Program . Logger
13
8
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections . Concurrent ;
3
2
using System . Collections . Generic ;
4
- using System . Collections . Specialized ;
5
3
using System . Diagnostics ;
6
4
using System . Linq ;
7
5
using System . Threading ;
13
11
using Flow . Launcher . Plugin . Program . Views ;
14
12
using Flow . Launcher . Plugin . Program . Views . Models ;
15
13
using Microsoft . Extensions . Caching . Memory ;
16
- using Microsoft . Extensions . Configuration ;
17
- using Microsoft . Extensions . Primitives ;
18
14
using Stopwatch = Flow . Launcher . Infrastructure . Stopwatch ;
19
15
20
16
namespace Flow . Launcher . Plugin . Program
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Diagnostics ;
3
2
using System . Runtime . CompilerServices ;
4
3
using System . Runtime . InteropServices ;
5
- using System . Text . RegularExpressions ;
6
4
7
5
namespace Flow . Launcher . Plugin . Program . Programs
8
6
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Text ;
4
3
using System . Runtime . InteropServices ;
5
4
using System . Runtime . InteropServices . ComTypes ;
6
- using Windows . Storage ;
7
5
8
6
namespace Flow . Launcher . Plugin . Program . Programs
9
7
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections . Generic ;
3
2
using System . Text ;
4
3
using System . Runtime . InteropServices ;
5
- using System . IO ;
6
4
using Accessibility ;
7
5
using System . Runtime . InteropServices . ComTypes ;
8
- using System . Security . Policy ;
9
6
10
7
namespace Flow . Launcher . Plugin . Program . Programs
11
8
{
Original file line number Diff line number Diff line change 11
11
using Flow . Launcher . Plugin . Program . Logger ;
12
12
using Flow . Launcher . Plugin . SharedCommands ;
13
13
using Flow . Launcher . Plugin . SharedModels ;
14
- using Flow . Launcher . Infrastructure . Logger ;
15
- using System . Collections ;
16
14
using System . Diagnostics ;
17
- using Stopwatch = Flow . Launcher . Infrastructure . Stopwatch ;
18
15
using System . Diagnostics . CodeAnalysis ;
19
- using System . Text . RegularExpressions ;
20
16
using System . Threading . Channels ;
21
17
using Flow . Launcher . Plugin . Program . Views . Models ;
22
- using Flow . Launcher . Infrastructure . Image ;
23
18
using IniParser ;
24
19
25
20
namespace Flow . Launcher . Plugin . Program . Programs
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . IO ;
4
3
using System . Linq ;
5
4
using System . Text . Json . Serialization ;
6
5
using Flow . Launcher . Plugin . Program . Views . Models ;
You can’t perform that action at this time.
0 commit comments