As properties are modified within the property grid, the values are validated automatically but the feedback is fairly lacklustre. If a value is not valid, it should provide prominent feedback to the user (e.g. red border, cannot proceed etc?).
Rather than perform validation responses in the UI, the plugins now deny bad values themselves through validation in their property setters (1622407d564bd198dc3767400a0d3127a4ab73c4).
As properties are modified within the property grid, the values are validated automatically but the feedback is fairly lacklustre. If a value is not valid, it should provide prominent feedback to the user (e.g. red border, cannot proceed etc?).