Messages Pane: Add action to menu to copy any data of all issues to clipboard#3487
Merged
sunderme merged 1 commit intotexstudio-org:masterfrom Jan 25, 2024
Merged
Conversation
Member
|
I don't have any preferences here. |
Contributor
Author
|
Then I'll change |
and consolidate redundant code
df5965e to
289b4fd
Compare
Contributor
Author
|
finished work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds new action
Copy All Rows And Columnsretrieving all data needed for multi document projects.Name could be changed to
Copy Tableor action could replace actionCopy All, s. discussion below.Discuss with me before merging (nothing of this is currently done):
CopyandCopy Allactions: Why should one simply copy one or all messages without further data? Since all columns of a row are selected (model behavior) the names suggest thatCopycopies complete row -> change code to do soCopy Allcopies all rows (i.e. all table data) -> remove or change to behavior of new action (to keep action name)Copy All With Line Numbers-> unchanged