Copy to Clipboard Commands & Improve Table selection - #2625
Merged
Conversation
* Command is added to tables context menu * It will format logs also with their index * Calling it from search table will show indexed results only
* Introduce notifications that shows banner but aren't saved in notifications history. * Show transient notification on copy to clipboard
Use `Ctrl/Cmd+Shift+C` for copy rows as ctrl+c is problematic because egui doesn't provide a proper way to determine if a text is manually selected
Add useful copy commands to tabs context menu of the running sessions like copy source file path, copy process command or copy stream binding address
* Add copy button for quick and modal preview views for text and photo attachments * Add wrap to unsupported attachments avoiding the text forcing its width on the side panel.
Extend cell response areas making dragging cells always activate label selection instead of egui_table scroll on drag unwanted behavior
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 closes #2591
Copy To Clipboard:
It provides many functions using copy to OS clipboard. Functions are:
|delimiter. Command is in context menu for logs and search tables and also with the shortcutCtrl/CMD+Shift+CLogs Manual Selection Improvements
This PR also improves the manual selection for logs in the tables avoiding the undesired scroll on drag behavior making dragging always activate label selection.
Improving scrolling wasn't simply possible as we are limited with the options provided by
eguiandegui_table