Probably a stupid user error but I'm playing around with application settings and in my resources folder I have resources.xml
<resources> <properties> <property id="key" type="number">5</property> </properties> <settings> <setting propertyKey="@Properties.key" title="title" prompt="prompt"> <settingConfig type="numeric" errorMessage="error" /> </setting> </settings> </resources>
but I don't see anything showing up in the IDE App Settings Editor. Configuration file in wrong place or something else?