You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What improvement do you think would an existing feature or tool in DevToys?
Hi!
First of all, thank you so much for all the great work you've been putting in to this project! I read the blog post about your movement to v2 yesterday and it was a great read!
I have some tools that I wanted run cross plattform and figured that builing it as extensions for DevToys would also allow me to share them with others. So I've been playing with a extension and I got some feedback/questions/ideas. I've looked at the docs and the references but could not find info about this.
Solution/Idea
Grid
Copy cell content
It would be great if there was a "mode" in the grid where the user could copy the content of a certain cell. In my scenario I have a URL in one of the cells and it would be awesome to be able to copy the URL.
Alignment on column header
Currently the headers are always centered, it's probably a great default but in my scenario i have some smaller numbers so it looks kind of of.
OnRowSelected
Seems like it requires two clicks in the Grid before the event fires, might be intentional but the UI will make a row look selected on the first click.
Stack
I wanted to have a textbox to the left and a button to the right. So i did something like this:
What improvement do you think would an existing feature or tool in DevToys?
Hi!
First of all, thank you so much for all the great work you've been putting in to this project! I read the blog post about your movement to v2 yesterday and it was a great read!
I have some tools that I wanted run cross plattform and figured that builing it as extensions for DevToys would also allow me to share them with others. So I've been playing with a extension and I got some feedback/questions/ideas. I've looked at the docs and the references but could not find info about this.
Solution/Idea
Grid
Copy cell content
It would be great if there was a "mode" in the grid where the user could copy the content of a certain cell. In my scenario I have a URL in one of the cells and it would be awesome to be able to copy the URL.
Alignment on column header
Currently the headers are always centered, it's probably a great default but in my scenario i have some smaller numbers so it looks kind of of.
OnRowSelected
Seems like it requires two clicks in the Grid before the event fires, might be intentional but the UI will make a row look selected on the first click.
Stack
I wanted to have a textbox to the left and a button to the right. So i did something like this:
I tried all kinds of
AlignHorizontally()
andAlignVertically()
but it does not seem to have any effect.Ideally I would like the textbox to stretch and then the button to be on the right aligned to the bottom but I did not manage to get that to work.
Buttons
Hide()
/Show()
settings or theEnable()
/Disable()
.Comments
I hope that maybe some of these reports can be useful for you and once again, thanks for a awesooooome tool!
The text was updated successfully, but these errors were encountered: