mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Copy All as Text now includes margin offset text prepended to each line
This commit is contained in:
@@ -1184,7 +1184,7 @@ void RcxController::showContextMenu(RcxEditor* editor, int line, int nodeIdx,
|
||||
menu.addSeparator();
|
||||
|
||||
menu.addAction(icon("clippy.svg"), "Copy All as Text", [editor]() {
|
||||
QApplication::clipboard()->setText(editor->scintilla()->text());
|
||||
QApplication::clipboard()->setText(editor->textWithMargins());
|
||||
});
|
||||
|
||||
menu.exec(globalPos);
|
||||
|
||||
Reference in New Issue
Block a user