mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-20 22:04:03 -06:00
ide: CopyPosition improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@15583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ea6838fd2d
commit
0fcaee24f7
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ void Ide::CopyPosition()
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
WriteClipboardText(GetFileName(editfile) << ":" << editor.GetCurrentLine());
|
||||
}
|
||||
|
||||
void Ide::GotoPosition()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue