mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: log alt-j minor improvements
This commit is contained in:
parent
a135e25231
commit
dfd264cba6
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ bool Ide::FindLOG()
|
|||
String text = LoadFile(fn);
|
||||
try {
|
||||
CParser p(text);
|
||||
bool ignore = false;
|
||||
while(!p.IsEof()) {
|
||||
CParser::Pos pos = p.GetPos();
|
||||
int priority = 1;
|
||||
|
|
@ -168,8 +167,10 @@ bool Ide::FindLOG()
|
|||
}
|
||||
|
||||
if(bestl.file.GetCount()) {
|
||||
AddHistory();
|
||||
EditFile(bestl.file);
|
||||
editor.SetCursor(editor.GetPos(bestl.line - 1, 0));
|
||||
AddHistory();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue