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 an option to clear text editor when pasting from the clipboard. #580

Merged
merged 1 commit into from Jul 9, 2022

Conversation

veler
Copy link
Collaborator

@veler veler commented Jul 9, 2022

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • UI change (please include screenshot!)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Internationalization and localization
  • Other (please describe):

What is the current behavior?

Issue Number: #562

What is the new behavior?

  • Added a new option in the Settings allowing the user to clear the text box when pasting from the clipboard, so it replaces the content of the text box by the one from the clipboard.
  • Fixed a bug where Base64 Image Encoder / Decoder doesn't update accordingly to the user settings changes.
  • Applied the font settings in every text editor.

Other information

image

Quality check

Before creating this PR, have you:

  • Followed the code style guideline as described in CONTRIBUTING.md
  • Verified that the change work in Release build configuration
  • Checked all unit tests pass

@veler veler added bug Something isn't working enhancement Idea of improvement of existing feature. labels Jul 9, 2022
@veler veler linked an issue Jul 9, 2022 that may be closed by this pull request
@veler veler merged commit 3113c8e into main Jul 9, 2022
@veler veler deleted the paste-button-can-clear branch July 9, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Idea of improvement of existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Clear and paste" button (or change paste to clear by default)
1 participant