mirror of https://gitlab.com/basile.b/dexed.git
messages, support for quick jump from mixin errors
This commit is contained in:
parent
d0ed450c53
commit
588d99a473
|
@ -766,7 +766,7 @@ begin
|
||||||
inc(i);
|
inc(i);
|
||||||
if i > length(aMessage) then
|
if i > length(aMessage) then
|
||||||
exit;
|
exit;
|
||||||
if aMessage[i] = '(' then
|
if (aMessage[i] = '(') or (aMessage[i..i+5] = '-mixin') then
|
||||||
begin
|
begin
|
||||||
if not fileExists(ident) then
|
if not fileExists(ident) then
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue