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

Improved cross-project emit markers

This commit is contained in:
Brian Fiete 2022-06-01 11:00:33 -07:00
parent eb59434e67
commit 1360afbea1
6 changed files with 50 additions and 26 deletions

View file

@ -45,6 +45,13 @@ namespace IDE
if (lc != rc)
return false;
if (lc == ':')
{
// If one has a subproject specified then ignore that
li = lhs.LastIndexOf(':');
ri = rhs.LastIndexOf(':');
}
if (lc == '<')
{
SkipGeneric(lhs, ref li);