Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Copy all feature #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MubarakHAlketbi
Copy link

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

### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant