| Summary: | There is no obvious way to copy (for pasting) data from defined structure | ||
|---|---|---|---|
| Product: | [Applications] okteta | Reporter: | Alexander Varnin <fenixk19> |
| Component: | Structures Tool | Assignee: | Alex Richardson <arichardson.kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | arichardson.kde, kossebau |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/okteta/commit/92a5d54d3034f375f75d0f78be51ec6429575f49 | Version Fixed/Implemented In: | 0.26.9 |
| Sentry Crash Report: | |||
| Attachments: | test osd and binary file | ||
|
Description
Alexander Varnin
2013-02-09 22:27:52 UTC
Created attachment 77065 [details]
test osd and binary file
For this example, i want to copy array report.convert_data.convert.data to memory, to paste then it to a new file. (It is an encrypted value, that i want to decypher with external command).
Git commit 92a5d54d3034f375f75d0f78be51ec6429575f49 by Friedrich W. H. Kossebau. Committed on 03/06/2022 at 16:27. Pushed by kossebau into branch '0.26'. Structures tool: add context menu to copy data & display string to clipboard FIXED-IN: 0.26.9 M +23 -8 kasten/controllers/view/structures/structurestool.cpp M +4 -1 kasten/controllers/view/structures/structurestool.hpp M +48 -0 kasten/controllers/view/structures/structureview.cpp M +2 -0 kasten/controllers/view/structures/structureview.hpp https://invent.kde.org/utilities/okteta/commit/92a5d54d3034f375f75d0f78be51ec6429575f49 |