[
https://jira.jboss.org/jira/browse/JBIDE-5687?page=com.atlassian.jira.plu...
]
Tom Fennelly commented on JBIDE-5687:
-------------------------------------
Dart, I don't have time right now to draw a screen for this.
Basically, what I think would work better would be:
1. When the user right clicks for the properties on a value binding, they see the decode
params first. There are 2 tabs there at the moment, one of which is the decode params.
The decode params are not currently the default.
2. We pre-populate the list of decoders based on the decoder being used. So if e.g. the
Date Decoder is being used, we know we need to offer "format",
"locale-langauge" and "locale-country" as decode param options for the
user to configure as free text fields (for now anyway).
3. Remove the Add/Delete buttons. If we're pre-populating the list, we don't
need the add and delete options.
On #2 above, we can use the DataDecoder.Factory class to work out what the decoder should
be, if the decoder is not already configured.
Improve Decode Param support
----------------------------
Key: JBIDE-5687
URL:
https://jira.jboss.org/jira/browse/JBIDE-5687
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: smooks
Affects Versions: 3.1.0.CR1
Reporter: Tom Fennelly
Assignee: Tom Fennelly
Priority: Blocker
Fix For: 3.1.0.CR2
The editor supports decode parameter config through a properties sheet activated by
selecting the bean property. However, at the moment, the user needs to know the names of
the decode params relevant to the decoder being used to decode the data for that specific
binding.
Would make a big difference to the user (and shouldn't be too difficult to add) if
the editor automatically provided the decode params relevant to the binding. Also... make
the decode params the appear by default, when you select the properties of a bean
property.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira