Load editors into memory so we don't wait 10-15 seconds before opening a file

This commit is contained in:
Michael Becker 2019-10-07 18:45:18 -04:00
parent c6820038cb
commit f655a3d245

View File

@ -1042,6 +1042,9 @@ namespace UniversalEditor.UserInterface
// UpdateSplashScreenStatus("Finalizing configuration");
// ConfigurationManager.Load();
#endregion
// load editors into memory so we don't wait 10-15 seconds before opening a file
Common.Reflection.GetAvailableEditors();
}
private void LoadConfiguration(MarkupTagElement tag, Group group = null)