skazsi / multiproperties

MultiProperties Editor is an Eclipse plugin for editing multiple key-value based files with similar content.
http://marketplace.eclipse.org/content/multiproperties
8 stars 1 forks source link

Ability to add custom meta-data to properties to support custom handlers #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just for example:

        <Property>
            <Name>sample.artifact.valueresourcekey1</Name>
            <Description>Value object type: sample.artifact.DomainObject</Description>
            <Disabled>false</Disabled>
            <MultiLine>false</MultiLine>
        <Custom name="parameterType">sample.artifact.DomainObject</Custom>
        <Custom name="expressionEvaluationMode">SPEL</Custom>
            <Custom name="dynamic">true</Custom>
            <Value disabled="false">Example parameterizable translation: ${memberProperty}.</Value>
        </Property>

Original issue reported on code.google.com by lacos.w...@gmail.com on 20 Mar 2015 at 1:07