-
-
Couldn't load subscription status.
- Fork 420
feat: add ability to invert selection #909
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall and works on my end.
Only nitpick I have is that I usually see this type of feature called "Invert Selection" and not "Select Inverse", but that is it.
I'm curious what places you see it like that? Only place in my research that shows that is SolidWorks (I've not used it personally). Clip Studio has I also just thought it worked best to fit in the menu and align closer with the translation but I'm open to change it though if other's think it would be clearer that way 😄 |
I mean three out of four of the images you gave are already closer to "Invert Selection" than "Select Inverse". I also might be used to it from german now that I think about it, because there it is usually written that way (the sentence structure is similar so things like that are also often similar in my experience). On a pure personal opinion basis: "Select Inverse" feels a bit inaccurate to me because really what it does isn't just selecting the inverse of what is currently selected, but also deselecting what is currently selected. Where as "Invert Selection" seems quite accurate, because for each visible entry whether they are selected will be inverted. Hope that helps understand where I am coming from 😄 |
|
-grumbles- jk xDD But yeah, you make a good point.. it does more clearly suggest that it's unselecting with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After that small change, everything looks great and straightforward to me! Verified working on Linux.








Summary
Add the ability to select unselected thumbnails while unselecting selected thumbnails.. thus inverting your selection. I found that when I'm trying to go through a lot of tags sometimes it's more of a Boolean operation where I select a bunch to tag with one thing but want to select all the opposite ones to tag them with the other tag. I used what was considered a fairly common hotkey for invert selection (at least it's the one that comes up when you google "hotkey to select inverse")
Sorry I didn't open an issue first, It seemed small enough of a thing I didn't mind to throw it together as I didn't see any mention of anything similar in any issues or on the roadmap and I wont be offended if it's rejected but it certainly would be helpful to have :)
Tasks Completed