-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
What feature or new tool do you think should be added to DevToys?
Add officially feature deduplicate and redesign 'Text Analyzer and Utilities'
Why do you think this is needed?
Yes, I know the topic about deduplicate close here #1376 but the ext https://www.nuget.org/packages/DuplicateDetectorExtension not meet my case
About redesign 'Text Analyzer and Utilities', I don't understand why:
- not only in 'Text Analyzer and Utilities' it for all text tool bar:
- just paste & copy have text even when idea of this repo is "A Swiss Army knife for developers" so we can understand which icon for what
- the location how to group btns, with me it make non sense
- only in 'Text Analyzer and Utilities': don't uniform the design with others tool screen
Solution/Idea
full screen redesign with deduplicate and relocate how to group btns, here why btns group like that:
- group by action with content: convert case, convert line break, sort line
- group by action with disk: open file, save as
- group by action general: copy, paste, clear

as you can see deduplicate what I need have separator use in regex
group by action with content after redesign, what current choose will mark with icon, and if user change anything icon gone, same mechanism with btn "Show original text":
-
convert line break, if you don't support anything else except lf and crlf maybe can change to switch but I don't find any text tool bar use switch

icon get from your docs: https://react.fluentui.dev/?path=/docs/icons-catalog--docs
deduplicate: GroupListRegular
convert case: TextChangeCaseRegular
convert line break: ArrowEnterLeftRegular
sort line: ArrowSortRegular
Comments
No response

