Added Copy all feature#111
Open
MubarakHAlketbi wants to merge 1 commit into
Open
Conversation
### Added - New "Copy All Errors" feature - Added a new button "Copy All Errors" to the main BugSack window - Implemented a new dialog window that displays all errors from the current session - Users can now easily copy all errors at once for reporting or analysis ### Changed - Adjusted button layout in the main BugSack window to accommodate the new "Copy All Errors" button - Reduced width of "Previous" and "Next" buttons - Centered all buttons for better visual balance ### Fixed - Updated frame creation code to use "BackdropTemplate" for compatibility with the latest World of Warcraft API changes - Resolved an error related to the `SetBackdrop` method ### Localization - Added new localization string for "Copy All Errors" button (English only, other languages pending translation) ### Code Improvements - Refactored button creation and positioning code for better maintainability - Implemented error handling for the new copy feature ### Note to Translators - New string added: "Copy All Errors" requires translation in other supported languages
|
@funkydude Is this project still maintained? I came here to contribute this feature and found this pull request. As it is, I have |
|
I was about to ask for a copy button because of this usecase: The same error is being spammed and I cannot copy it. Everytime I
I'd suggest either a Pause button, or a copy button to copy just that 1 error. From reading your PR @MubarakHAlketbi, it sounds like this feature would copy all 1781+ errors (seeing my screenshot)? or maybe it just gets the latest one, I haven't tested. But still, a copy button would be fantastic. |
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.

Added
Changed
Fixed
SetBackdropmethodLocalization
Code Improvements
Note to Translators