Skip to content

Dialog Jump - Quickly navigate the Open/Save As dialog window #1018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 282 commits into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
282 commits
Select commit Hold shift + click to select a range
b72ef91
Support quick switch results in main view model
Jack251970 Apr 14, 2025
cc0dc8c
Support quick switch commands
Jack251970 Apr 14, 2025
f1e674b
Support quick switch for explorer
Jack251970 Apr 14, 2025
f86d131
Use right click to quick switch
Jack251970 Apr 14, 2025
dbbee2c
Use right click for quick switch
Jack251970 Apr 14, 2025
21df92d
Use HWND.Null to check dialog window handle
Jack251970 Apr 14, 2025
75b7175
Check dialog window handle
Jack251970 Apr 14, 2025
38e8555
Add show quick switch window option
Jack251970 Apr 14, 2025
f6d32d3
Code quality
Jack251970 Apr 14, 2025
6e642b2
Make private
Jack251970 Apr 14, 2025
556af5e
Remove useless hooks
Jack251970 Apr 14, 2025
b398878
Restore to original visibility status & Improve code quality
Jack251970 Apr 14, 2025
9ebacd4
Use Proc to get size & position
Jack251970 Apr 14, 2025
28e4b2f
Use windows hook
Jack251970 Apr 14, 2025
25430cb
Fix hook issue
Jack251970 Apr 14, 2025
8d07acd
Use hook event back
Jack251970 Apr 14, 2025
e74b0f6
Improve restoring to original visibility status & display interface
Jack251970 Apr 14, 2025
00872ab
Delay time for timer
Jack251970 Apr 14, 2025
3556022
Change delay location
Jack251970 Apr 14, 2025
5435088
Hide quick switch window when file dialog is unfocused
Jack251970 Apr 14, 2025
61406eb
Add lock & Improve explorer view initialization
Jack251970 Apr 14, 2025
76c0003
New api interfaces
Jack251970 Apr 15, 2025
e6c4d0b
Fix code comments
Jack251970 Apr 15, 2025
589a5db
Merge branch 'dev' into quickswitch
Jack251970 Apr 15, 2025
f9dd05d
Merge branch 'dev' into quickswitch
Jack251970 Apr 15, 2025
e111d22
Remove blank lines
Jack251970 Apr 15, 2025
1418599
Support file path open
Jack251970 Apr 15, 2025
dbb33eb
Remove useless keyboard input
Jack251970 Apr 15, 2025
3aec2a1
Fix handle clear check
Jack251970 Apr 15, 2025
a74ad6d
Merge branch 'dev' into quickswitch
Jack251970 Apr 16, 2025
0e02416
Improve auto quick switch
Jack251970 Apr 18, 2025
854cc69
Check handle invalid
Jack251970 Apr 18, 2025
f337d88
Remove useless codes
Jack251970 Apr 18, 2025
79da928
Do not fill twice & Add lock for stability
Jack251970 Apr 18, 2025
d6e69b2
Initialize window visibility
Jack251970 Apr 18, 2025
ea65e20
Merge branch 'dev' into quickswitch
Jack251970 Apr 18, 2025
6484ec0
Resolve conflicts
Jack251970 Apr 18, 2025
b3ff92f
Ensure thread safety for _lastExplorerView in NavigateDialogPath method
Jack251970 Apr 18, 2025
e442f36
Improve navigation handle check
Jack251970 Apr 18, 2025
5b5cac6
Fix lock issue
Jack251970 Apr 18, 2025
e57816d
Improve quick switch dispose
Jack251970 Apr 18, 2025
58621b7
Add more codes
Jack251970 Apr 18, 2025
f536599
Remove Quick switch automatically
Jack251970 Apr 18, 2025
064dca7
Check dialog handle
Jack251970 Apr 18, 2025
877c6ab
Remove duplicate WM_KEYDOWN entry
Jack251970 Apr 19, 2025
3649f70
Add codes
Jack251970 Apr 19, 2025
e92ccff
Comment related control
Jack251970 Apr 19, 2025
222f6e6
Remove beta label
Jack251970 Apr 19, 2025
8c30b9d
Make sure window events unhooked
Jack251970 Apr 19, 2025
d8e9fe0
Remove useless codes
Jack251970 Apr 19, 2025
1bfae21
Stop timer when hiding window
Jack251970 Apr 19, 2025
343c122
Cleanup codes
Jack251970 Apr 19, 2025
45441a5
Add settings for quick switch
Jack251970 Apr 19, 2025
34fbc79
Add more debug info
Jack251970 Apr 19, 2025
4fa3ec7
Code quality
Jack251970 Apr 19, 2025
56d2c6e
Check window shown
Jack251970 Apr 19, 2025
0583dff
Code quality
Jack251970 Apr 19, 2025
d189bac
Remove window shown check
Jack251970 Apr 19, 2025
6c379d3
Check main window visibility status
Jack251970 Apr 19, 2025
5ae1c4b
Fast show window from hidden window
Jack251970 Apr 19, 2025
f73e768
Use hook to check timer
Jack251970 Apr 19, 2025
aefd18a
Merge branch 'dev' into quickswitch
Jack251970 Apr 19, 2025
3e896b5
Do not use hook & unhook to check window moving
Jack251970 Apr 19, 2025
34e868a
Add quick switch window position
Jack251970 Apr 19, 2025
9a241e2
Add enable quick switch
Jack251970 Apr 19, 2025
bb20878
Support enable & disable quick switch
Jack251970 Apr 19, 2025
1643c49
Improve code comments
Jack251970 Apr 19, 2025
0e7c80a
Reset quick switch when disable quick switch
Jack251970 Apr 19, 2025
5426be0
Add more options for quick switch
Jack251970 Apr 19, 2025
2bdfe24
Support result behaviours & Change keyboard for quick switch window &…
Jack251970 Apr 19, 2025
2c6c7d1
Improve display
Jack251970 Apr 19, 2025
1f78203
Support file result behaviours
Jack251970 Apr 19, 2025
9e818d2
Reset window when changing quick switch mode
Jack251970 Apr 19, 2025
ca937b4
Use GetDlgItem instead
Jack251970 Apr 20, 2025
cd66288
Use click event to open
Jack251970 Apr 20, 2025
2de02a6
Remove useless codes & Add new file result behaviour & Improve genera…
Jack251970 Apr 20, 2025
5e22bf7
Only reset window first time open dialog
Jack251970 Apr 20, 2025
866d6f8
Improve quick switch position description
Jack251970 Apr 20, 2025
b1b8707
Hide window when using left click
Jack251970 Apr 20, 2025
b72077b
Support quick switch window position
Jack251970 Apr 20, 2025
337b96e
Code quality
Jack251970 Apr 20, 2025
a7916ac
Improve error log message
Jack251970 Apr 20, 2025
2b05e4f
Code quality
Jack251970 Apr 20, 2025
ce93746
Add third party explorer support
Jack251970 Apr 20, 2025
d2325d5
Initialize third party file dialog support
Jack251970 Apr 20, 2025
0da8eb3
Fix code issue
Jack251970 Apr 20, 2025
13656d1
Remove current dialog
Jack251970 Apr 20, 2025
277171d
Use empty string
Jack251970 Apr 20, 2025
086f982
Add auto switch option back
Jack251970 Apr 20, 2025
dc5b897
Improve strings
Jack251970 Apr 20, 2025
23b586e
Improve log message
Jack251970 Apr 20, 2025
7c50ca3
Support third party file dialog
Jack251970 Apr 20, 2025
8fe6391
Fix string tooltip
Jack251970 Apr 20, 2025
c5a36fd
Remove DirectoryAndFileName file behaviour
Jack251970 Apr 20, 2025
fc72b4b
Revert "Fix string tooltip"
Jack251970 Apr 20, 2025
8416137
Merge branch 'dev' into quickswitch
Jack251970 Apr 20, 2025
ab5d5ae
Hook delegates can be garbage‑collected
Jack251970 Apr 20, 2025
f782277
Remove useless modifiers
Jack251970 Apr 20, 2025
b324718
Merge branch 'quickswitch' of https://github.com/Flow-Launcher/Flow.L…
Jack251970 Apr 20, 2025
b690ca1
Improve code comments
Jack251970 Apr 20, 2025
091f0ec
Fix possible handle issue
Jack251970 Apr 20, 2025
24829b2
Add dialog type & focus path editor when changing
Jack251970 Apr 21, 2025
9b0cf6c
Fix GetDlgItem issue & Improve code quality
Jack251970 Apr 21, 2025
ec966c1
Improve log message & legacy mode
Jack251970 Apr 21, 2025
eb1fa18
Fix save / save as dialog possible issue
Jack251970 Apr 21, 2025
faa5cd1
Cache current tab to fix file editor handle issue
Jack251970 Apr 21, 2025
89283ef
Code quality
Jack251970 Apr 21, 2025
1b3e036
Fix quick switch window show issue
Jack251970 Apr 21, 2025
136ccaf
Fix multi-display alignment issue
Jack251970 Apr 21, 2025
c62a687
Code quality
Jack251970 Apr 21, 2025
56a645c
Add exception information
Jack251970 Apr 21, 2025
2332436
Fix possible null exception & Improve dialog window lock
Jack251970 Apr 21, 2025
3fe0a3e
Remain focus on dialog when opening quick switch window
Jack251970 Apr 21, 2025
e85b4ed
Inline variable
Jack251970 Apr 21, 2025
907d683
Add warning for auto quick switch & Improve strings with Explorer
Jack251970 Apr 21, 2025
c343337
Improve handle getter
Jack251970 Apr 21, 2025
9b58dd3
Improve dialog window check & Fix issue that dialogs are enabled on o…
Jack251970 Apr 21, 2025
ffaeab3
Use event hook for dragging
Jack251970 Apr 21, 2025
8e64539
Use task instead of thread
Jack251970 Apr 21, 2025
dc492b7
Make local function static
Jack251970 Apr 21, 2025
9729d25
Improve log message
Jack251970 Apr 21, 2025
f9df58d
Fix result issue
Jack251970 Apr 22, 2025
33f958e
Check auto startup only for Debug
Jack251970 Apr 22, 2025
18f0daf
Add more logs
Jack251970 Apr 22, 2025
805d841
Code quality
Jack251970 Apr 22, 2025
e748076
Wait 30ms before checking foreground & Update source & check
Jack251970 Apr 22, 2025
11201df
Code quality
Jack251970 Apr 22, 2025
8eaefa3
Code quality
Jack251970 Apr 22, 2025
db694c4
Code quality
Jack251970 Apr 22, 2025
a69d6ea
Add foreground changed lock & Improve code quality
Jack251970 Apr 22, 2025
3f932a8
Check path first & Improve code quality
Jack251970 Apr 22, 2025
d443a2e
Fix code comments
Jack251970 Apr 22, 2025
588266c
Merge branch 'dev' into quickswitch
Jack251970 Apr 25, 2025
58eb835
Merge branch 'dev' into quickswitch
Jack251970 May 1, 2025
507e457
Merge branch 'dev' into quickswitch
Jack251970 May 2, 2025
4372b6a
Improve code quality
Jack251970 May 3, 2025
165ba17
Add async quick switch as features
Jack251970 May 3, 2025
131d1ec
Merge branch 'dev' into quickswitch
Jack251970 May 5, 2025
e662a1b
Improve code quality
Jack251970 May 5, 2025
bb31990
Merge branch 'dev' into quickswitch
Jack251970 May 5, 2025
8d9b152
Improve code quality
Jack251970 May 5, 2025
b33b9c0
Merge branch 'dev' into quickswitch
Jack251970 May 7, 2025
08406ef
Remove unused using
Jack251970 May 9, 2025
397c5d1
Support Files explorer
Jack251970 May 9, 2025
2d7d311
Remove null check
Jack251970 May 9, 2025
92249e9
Code quality
Jack251970 May 9, 2025
c03926f
Support Files for builtin shortcuts & Use topmost explorer window dur…
Jack251970 May 9, 2025
231e6e8
Improve Dispose
Jack251970 May 9, 2025
69076f3
Improve code quality
Jack251970 May 9, 2025
063d394
Code quality
Jack251970 May 9, 2025
99d5a99
Ignore character case
Jack251970 May 9, 2025
08f9b68
Improve code quality
Jack251970 May 9, 2025
69d8b12
Add process name check for Windows Explorer
Jack251970 May 9, 2025
0181ab1
Merge branch 'dev' into quickswitch
Jack251970 May 10, 2025
b232ff1
Revert InitializePosition change
Jack251970 May 10, 2025
281c5b7
Merge branch 'dev' into quickswitch
Jack251970 May 10, 2025
60bbf75
Fix build issue
Jack251970 May 10, 2025
5da9640
Improve code quality
Jack251970 May 10, 2025
fcf6194
Improve code quality
Jack251970 May 10, 2025
0e74643
Improve code quality
Jack251970 May 10, 2025
2b4f777
Clear possible home page results
Jack251970 May 10, 2025
4676234
Use requery instead of clear results
Jack251970 May 10, 2025
cd49464
Make clear results local & Improve code quality
Jack251970 May 10, 2025
a20befd
Remove blank lines
Jack251970 May 10, 2025
50f42a8
Revert changes in FileExplorerHelper.cs
Jack251970 May 11, 2025
d44f6e9
Remove Files support
Jack251970 May 11, 2025
76d52a9
Merge branch 'dev' into quickswitch
Jack251970 May 12, 2025
45ac0af
Remove unused project
Jack251970 May 12, 2025
c20bb30
Merge branch 'dev' into quickswitch
Jack251970 May 14, 2025
06baec5
Merge branch 'dev' into quickswitch
Jack251970 May 19, 2025
82b8faa
Merge branch 'dev' into quickswitch
Jack251970 Jun 7, 2025
52a51cf
Fix build issue
Jack251970 Jun 7, 2025
d59ad87
Add null checks
Jack251970 Jun 7, 2025
f14f671
Merge branch 'dev' into quickswitch
Jack251970 Jun 9, 2025
38442fd
Fix build issue
Jack251970 Jun 9, 2025
465f7b8
Merge branch 'dev' into quickswitch
Jack251970 Jun 21, 2025
94a29cb
Mark automatically quick switch feature as experimental
Jack251970 Jun 21, 2025
577ba1b
Do not show quick switch window by default
Jack251970 Jun 21, 2025
3dd98ad
Fix typos
Jack251970 Jun 21, 2025
cfbfb7b
Remove files
Jack251970 Jun 21, 2025
6b7a70a
Implement window dialogs & explorer
Jack251970 Jun 21, 2025
4a4e24b
Added quick switch information
Jack251970 Jun 22, 2025
6363d85
Added enter key tip
Jack251970 Jun 22, 2025
4ff215c
Collapse auto quick switch
Jack251970 Jun 22, 2025
1d0b022
Merge branch 'dev' into quickswitch
Jack251970 Jun 28, 2025
b991cc8
Improve general setting page display
Jack251970 Jun 28, 2025
a05e9f8
Use external plugin
Jack251970 Jun 28, 2025
2d34f1f
Add IQuickSwitchExplorerWindow interface
Jack251970 Jun 28, 2025
29e74ae
Use new interface styles
Jack251970 Jun 28, 2025
6b303e2
Change modifies
Jack251970 Jun 28, 2025
2944f11
Change param name
Jack251970 Jun 28, 2025
aeb152b
Improve docuements
Jack251970 Jun 28, 2025
a3d095f
Change interface style
Jack251970 Jun 28, 2025
53b3b7f
Only dispose in dispose function
Jack251970 Jun 28, 2025
9fc13f3
Improve dispose function
Jack251970 Jun 28, 2025
e24df4e
Improve documents
Jack251970 Jun 28, 2025
683d4fa
Fix namespaces
Jack251970 Jun 28, 2025
b6115fa
Add quick switch pair model
Jack251970 Jun 28, 2025
9977cc3
Fix possible quick switch empty results issue
Jack251970 Jun 28, 2025
506bde8
Use quick switch pair models
Jack251970 Jun 28, 2025
92bc05c
Remove quick switch information
Jack251970 Jun 28, 2025
b75f237
Remove quick switch information
Jack251970 Jun 28, 2025
3808418
Update dialog window if found
Jack251970 Jun 28, 2025
8ef4684
Fix return issue
Jack251970 Jun 28, 2025
af9f7e4
Merge branch 'dev' into quickswitch
Jack251970 Jun 28, 2025
b259362
Merge branch 'dev' into quickswitch
Jack251970 Jul 1, 2025
4716605
Add quick switch hotkeys in model
Jack251970 Jul 1, 2025
cad2737
Merge branch 'dev' into quickswitch
Jack251970 Jul 5, 2025
a493ed6
Merge branch 'dev' into quickswitch
Jack251970 Jul 7, 2025
b6be321
Check plugin modified state
Jack251970 Jul 7, 2025
ed019d3
Check plugin modified state & disabled state for quickSwitchDialogs
Jack251970 Jul 7, 2025
cf66077
Check plugin modified state & disabled state for quickSwitchExplorers
Jack251970 Jul 7, 2025
6d04427
Merge branch 'dev' into quickswitch
Jack251970 Jul 14, 2025
aa06ab5
Merge branch 'dev' into quickswitch
Jack251970 Jul 15, 2025
8e8bf1f
Merge branch 'dev' into quickswitch
Jack251970 Jul 17, 2025
6a3ca10
Check dialog window nullability
Jack251970 Jul 17, 2025
f63c8ca
Improve check path helper function
Jack251970 Jul 17, 2025
085d625
Support active explorer path
Jack251970 Jul 17, 2025
b89d0ab
Merge branch 'dev' into quickswitch
Jack251970 Jul 17, 2025
dfae92c
Improve translation
Jack251970 Jul 17, 2025
170c085
Improve translation
Jack251970 Jul 17, 2025
8af41b6
Make sure quick switch state reset
Jack251970 Jul 18, 2025
4939519
Merge branch 'dev' into quickswitch
Jack251970 Jul 18, 2025
e50fd80
Clear quick switch state if handle is cleare
Jack251970 Jul 18, 2025
9bcfd1e
Merge branch 'quickswitch' of https://github.com/Flow-Launcher/Flow.L…
Jack251970 Jul 18, 2025
b3c04c7
Add test logging
Jack251970 Jul 18, 2025
ebf0f60
Remove logging
Jack251970 Jul 18, 2025
a797d5a
Add more event hooks
Jack251970 Jul 18, 2025
24e46f5
Improve logging
Jack251970 Jul 18, 2025
fd3c658
Improve quick switch window display effect
Jack251970 Jul 18, 2025
653097e
Add try-catch sentence
Jack251970 Jul 18, 2025
978f971
Update translations
Jack251970 Jul 19, 2025
c6e7a41
Update translations
Jack251970 Jul 19, 2025
deb3b15
Update translations
Jack251970 Jul 19, 2025
320cb95
Update translations
Jack251970 Jul 19, 2025
f61991c
Update translations
Jack251970 Jul 19, 2025
db9979f
Update translations
Jack251970 Jul 19, 2025
434df2e
Update translations
Jack251970 Jul 19, 2025
ade924b
Update translations
Jack251970 Jul 19, 2025
bc5d6ca
Merge branch 'dev' into quickswitch
Jack251970 Jul 19, 2025
6084493
update comments, code references and file names strings
jjw24 Jul 20, 2025
caa07ec
Add exception handling to async void event callback
Jack251970 Jul 20, 2025
aded724
Use culture-invariant string comparison
Jack251970 Jul 20, 2025
fd61303
Fix missing cancellation token propagation in default implementation
Jack251970 Jul 20, 2025
42c5f9e
Fix code comments
Jack251970 Jul 20, 2025
ef2e6b0
fix typo
jjw24 Jul 20, 2025
a080b1b
Merge remote-tracking branch 'origin/quickswitch' into quickswitch
jjw24 Jul 20, 2025
9079c46
Log error
Jack251970 Jul 20, 2025
2834c56
Fix potential deadlock risk with nested Task.Run and await
Jack251970 Jul 20, 2025
5dc621e
Merge branch 'quickswitch' of https://github.com/Flow-Launcher/Flow.L…
Jack251970 Jul 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 71 additions & 5 deletions Flow.Launcher.Core/Plugin/PluginManager.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
Expand All @@ -9,6 +9,7 @@
using CommunityToolkit.Mvvm.DependencyInjection;
using Flow.Launcher.Core.ExternalPlugins;
using Flow.Launcher.Infrastructure;
using Flow.Launcher.Infrastructure.DialogJump;
using Flow.Launcher.Infrastructure.UserSettings;
using Flow.Launcher.Plugin;
using Flow.Launcher.Plugin.SharedCommands;
Expand Down Expand Up @@ -40,6 +41,9 @@ public static class PluginManager
private static IEnumerable<PluginPair> _resultUpdatePlugin;
private static IEnumerable<PluginPair> _translationPlugins;

private static readonly List<DialogJumpExplorerPair> _dialogJumpExplorerPlugins = new();
private static readonly List<DialogJumpDialogPair> _dialogJumpDialogPlugins = new();

/// <summary>
/// Directories that will hold Flow Launcher plugin directory
/// </summary>
Expand Down Expand Up @@ -186,6 +190,24 @@ public static void LoadPlugins(PluginsSettings settings)
_homePlugins = GetPluginsForInterface<IAsyncHomeQuery>();
_resultUpdatePlugin = GetPluginsForInterface<IResultUpdated>();
_translationPlugins = GetPluginsForInterface<IPluginI18n>();

// Initialize Dialog Jump plugin pairs
foreach (var pair in GetPluginsForInterface<IDialogJumpExplorer>())
{
_dialogJumpExplorerPlugins.Add(new DialogJumpExplorerPair
{
Plugin = (IDialogJumpExplorer)pair.Plugin,
Metadata = pair.Metadata
});
}
foreach (var pair in GetPluginsForInterface<IDialogJumpDialog>())
{
_dialogJumpDialogPlugins.Add(new DialogJumpDialogPair
{
Plugin = (IDialogJumpDialog)pair.Plugin,
Metadata = pair.Metadata
});
}
}

private static void UpdatePluginDirectory(List<PluginMetadata> metadatas)
Expand Down Expand Up @@ -288,20 +310,24 @@ public static async Task InitializePluginsAsync()
}
}

public static ICollection<PluginPair> ValidPluginsForQuery(Query query)
public static ICollection<PluginPair> ValidPluginsForQuery(Query query, bool dialogJump)
{
if (query is null)
return Array.Empty<PluginPair>();

if (!NonGlobalPlugins.TryGetValue(query.ActionKeyword, out var plugin))
{
return GlobalPlugins.Where(p => !PluginModified(p.Metadata.ID)).ToList();
if (dialogJump)
return GlobalPlugins.Where(p => p.Plugin is IAsyncDialogJump && !PluginModified(p.Metadata.ID)).ToList();
else
return GlobalPlugins.Where(p => !PluginModified(p.Metadata.ID)).ToList();
}

if (dialogJump && plugin.Plugin is not IAsyncDialogJump)
return Array.Empty<PluginPair>();

if (API.PluginModified(plugin.Metadata.ID))
{
return Array.Empty<PluginPair>();
}

return new List<PluginPair>
{
Expand Down Expand Up @@ -388,6 +414,36 @@ public static async Task<List<Result>> QueryHomeForPluginAsync(PluginPair pair,
return results;
}

public static async Task<List<DialogJumpResult>> QueryDialogJumpForPluginAsync(PluginPair pair, Query query, CancellationToken token)
{
var results = new List<DialogJumpResult>();
var metadata = pair.Metadata;

try
{
var milliseconds = await API.StopwatchLogDebugAsync(ClassName, $"Cost for {metadata.Name}",
async () => results = await ((IAsyncDialogJump)pair.Plugin).QueryDialogJumpAsync(query, token).ConfigureAwait(false));

token.ThrowIfCancellationRequested();
if (results == null)
return null;
UpdatePluginMetadata(results, metadata, query);

token.ThrowIfCancellationRequested();
}
catch (OperationCanceledException)
{
// null will be fine since the results will only be added into queue if the token hasn't been cancelled
return null;
}
catch (Exception e)
{
API.LogException(ClassName, $"Failed to query Dialog Jump for plugin: {metadata.Name}", e);
return null;
}
return results;
}

public static void UpdatePluginMetadata(IReadOnlyList<Result> results, PluginMetadata metadata, Query query)
{
foreach (var r in results)
Expand Down Expand Up @@ -463,6 +519,16 @@ public static bool IsHomePlugin(string id)
return _homePlugins.Where(p => !PluginModified(p.Metadata.ID)).Any(p => p.Metadata.ID == id);
}

public static IList<DialogJumpExplorerPair> GetDialogJumpExplorers()
{
return _dialogJumpExplorerPlugins.Where(p => !PluginModified(p.Metadata.ID)).ToList();
}

public static IList<DialogJumpDialogPair> GetDialogJumpDialogs()
{
return _dialogJumpDialogPlugins.Where(p => !PluginModified(p.Metadata.ID)).ToList();
}

public static bool ActionKeywordRegistered(string actionKeyword)
{
// this method is only checking for action keywords (defined as not '*') registration
Expand Down
Loading
Loading