Community
Participate
Working Groups
With the property page the way it currently is, you have no way of knowing which config is active. You also have no way of changing which one is active.
Created attachment 230356 [details] add a label showing active config and a button to set active config.
I tried the patch... while the UI seems correct and it does seem to persist info from one instance of launching the property page to another, it doesn't seem like the project actually uses the config that you set as active after you click OK.
Created attachment 230680 [details] latest patch.
Ok I applied the patch with some changes. We can't hard code concatenation of strings for the UI as BIDI languages can require the strings to be ordered differently. I added a pattern which is localized, and the pattern is passed to the message formatter to get the proper localized message. Fixed on ptp_6_0 and master.