I made a working prototype where the box select tool acts different depending on if you drag to the left (select all objects inside or touching the border) or the right (select only objects fully inside). Is anyone interested in this feature?
It’s quite useful to select objects behind other objects for example, or when they are overlapping.
Right now it checks if the object is fully inside by creating 4 more selection boxes just outside the border of the original one and removing the selection tag if the object is not inside them too.