1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Support Rider as External Editor

This commit is contained in:
Ivan Shakhov
2019-12-06 11:30:49 +01:00
parent 0192f7712c
commit 8fbc9d33fd
11 changed files with 595 additions and 5 deletions

View File

@@ -157,6 +157,8 @@ namespace GodotTools.Utils
process.BeginOutputReadLine();
process.BeginErrorReadLine();
if (IsWindows && process.Id>0)
User32Dll.AllowSetForegroundWindow(process.Id); // allows application to focus itself
}
}
}