mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
remove handleOpenRecentlyClosedFile slot and enhance SeerEditorManagerWidget::handleOpenFile
This commit is contained in:
@@ -1726,8 +1726,8 @@ SeerEditorWidgetSourceArea::SeerCurrentFile SeerEditorWidgetSourceArea::readCurr
|
||||
SeerCurrentFile info;
|
||||
info.file = QFileInfo(file()).fileName(); // extract file name from full path
|
||||
info.fullname = fullname();
|
||||
info.line = currentLine();
|
||||
info.column = currentColumn();
|
||||
info.cursorRow = currentLine();
|
||||
info.cursorCol = currentColumn();
|
||||
info.firstDisplayLine = firstDisplayLine();
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user