Comment 1 for bug 1070192

Revision history for this message
Patrick Storz (ede123) wrote :

I'm reviewing some old bugs as I'm in the process of updating the .inx format a bit for 1.0 [1].

While this feature would be nice, it's kind of orthogonal to what the current extension system is designed for. An implementation would therefore complicate the code and I feel the gain would not outweigh the effort involved.

The intended feature can already be implemented today with an <enum>/<optiongroup> that has the values of the buttons, so one item can be chosen before clicking "apply". It's not exactly the same as clicking a labeled button, but it should be close enough to cover most bases.

[1] https://gitlab.com/inkscape/inkscape/issues/333