mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 23:04:09 +02:00
Show comptime emits as embedded sourceviews
This commit is contained in:
parent
ee27f6fd02
commit
4d1e14a1c3
65 changed files with 3360 additions and 633 deletions
|
@ -206,7 +206,11 @@ namespace IDE.ui
|
|||
|
||||
if ((errLine != -1) && (errLineChar != -1) && (filePath != null))
|
||||
{
|
||||
if ((!filePath.Contains('\\')) && (!filePath.Contains('/')) && (!filePath.Contains('.')))
|
||||
if (filePath.StartsWith("$Emit"))
|
||||
{
|
||||
// Is good
|
||||
}
|
||||
else if ((!filePath.Contains('\\')) && (!filePath.Contains('/')) && (!filePath.Contains('.')))
|
||||
return false;
|
||||
IDEApp.sApp.CheckProjectRelativePath(filePath);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue