1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Reflection fixes

This commit is contained in:
Brian Fiete 2019-11-29 09:24:13 -08:00
parent b6e49673c6
commit a4476332fe
5 changed files with 91 additions and 113 deletions

View file

@ -1045,7 +1045,10 @@ namespace IDE
String filePath = scope String();
FixSrcPath(fileName, filePath);
gApp.ShowSourceFile(filePath);
String fixedFilePath = scope .();
Path.GetAbsolutePath(filePath, gApp.mWorkspace.mDir, fixedFilePath);
gApp.ShowSourceFile(fixedFilePath);
}
[IDECommand]