ide: CopyPosition improvement

git-svn-id: svn://ultimatepp.org/upp/trunk@15583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-12-11 16:31:04 +00:00
parent ea6838fd2d
commit 0fcaee24f7

View file

@ -72,6 +72,8 @@ void Ide::CopyPosition()
return;
}
}
WriteClipboardText(GetFileName(editfile) << ":" << editor.GetCurrentLine());
}
void Ide::GotoPosition()