mirror of https://github.com/buggins/dlangide.git
fix cursor positioning in go to compiler error - #177
This commit is contained in:
parent
d344dd0d01
commit
3fab0ca56d
|
@ -368,6 +368,7 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
|||
import std.conv:to;
|
||||
openSourceFile(to!string(filename));
|
||||
|
||||
currentEditor().setCaretPos(line, 0);
|
||||
currentEditor().setCaretPos(line, column);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue