mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Find Rider installations
This commit is contained in:
@@ -604,7 +604,13 @@ namespace GlitchyEditor.EditWindows
|
||||
|
||||
if (ImGui.MenuItem("Open C# Project..."))
|
||||
{
|
||||
RiderIdeAdapter.OpenScriptProject();
|
||||
switch (Application.Instance.Settings.ScriptSettings.SelectedIde)
|
||||
{
|
||||
case .VisualStudio:
|
||||
VisualStudioIdeAdapter.OpenScriptProject();
|
||||
case .Rider:
|
||||
RiderIdeAdapter.OpenScriptProject();
|
||||
}
|
||||
}
|
||||
|
||||
ImGui.AttachTooltip("Opens the C# Solution of this project.");
|
||||
|
||||
Reference in New Issue
Block a user