mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Reflection fixes
This commit is contained in:
parent
b6e49673c6
commit
a4476332fe
5 changed files with 91 additions and 113 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue