-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 a single-line text input #775
Closed
Closed
Conversation
This file contains 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
… Search control (#380)
* Translate new files * Convert Traditional Chinese to Simplified Chinese * Fix incorrect translation Original: "Select which conversion mode you want to use" * Shorten "MenuDisplayName"
* Fix incorrect checksum issue * Added test cases for large file hashing
…dolor sit amet..." (#392) * Add StartWithLoremIpsum option * Updated language bundles Co-authored-by: Guus Beltman <[email protected]>
* Simplified the ComputeHashAsync method * Progess and cancelation now also gets checked after the TransformFinalBlock call * fixed a typo
* CI to run unit tests * fixed CI * fixed ci * fixed ci * Upgraded MSTestTestAdapter and MSTestTestFramework * Changed MSBuild configuration (Unit Tests building) to Debug * Fixed "Run Unit Tests" .appxrecipe path Co-authored-by: Etienne BAUDOUX <[email protected]>
* Added italian translation for Image Converter * Update JsonYaml.resw * Update Common.resw * Update SqlFormatter.resw * Update JwtDecoderEncoder.resw * Update JsonFormatter.resw * Update XmlFormatter.resw * Update GuidGenerator.resw * Update GZipEncoderDecoder.resw * Update MainPage.resw * Update LoremIpsumGenerator.resw
* Added the possibility to Favorite/Unfavorite a tool. * Updated localization * addressed feedback
* Add StartWithLoremIpsum option * Updated language bundles * Added refresh buttom for lorem ipsum * Replaced click handler with Refresh ICommand * Fixing error Co-authored-by: Guus Beltman <[email protected]>
* Update japanese translation. (lorem ipsum) * Fix typo.
* Show current page title in TaskBar * Addressed feedback
* Added Smart Detection & partially Clipboard API * Fixed bug * Addressed feedback * Fixed build
This was
linked to
issues
Mar 27, 2023
Closed
This was
unlinked from
issues
Mar 31, 2023
Closed
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.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
DevToys 2.0 doesn't have a single-line text input yet.
What is the new behavior?
Added a single-line text input control that supports read-only and read-write mode.
Also addressed the following items: #738, #673
Other information
Recording.2023-03-26.222939.mp4
Remaining TO DO:
Quality check
Before creating this PR: