mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
ide: Alt+L in log goes back #1357
git-svn-id: svn://ultimatepp.org/upp/trunk@9397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c8561d822d
commit
cc03a31a3b
1 changed files with 6 additions and 0 deletions
|
|
@ -424,6 +424,12 @@ String Ide::GetLogPath()
|
|||
void Ide::OpenLog()
|
||||
{
|
||||
String p = GetLogPath();
|
||||
String path = NormalizePath(p);
|
||||
if(!designer && path == editfile) {
|
||||
History(-1);
|
||||
return;
|
||||
}
|
||||
AddHistory();
|
||||
if(FileExists(p))
|
||||
EditFile(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue