When developing ofbiz xml artifacts in eclipse, I am frequently using the xml autocomplete.

Unfortunately, the attributes returned by autocomplete don't always seem to be in the best order and I have to manually reorder them.

The eclipse returned element for if-compare:

  <if-compare operator="less" value="" field=""></if-compare>

The manually reordered element:

  <if-compare field="" operator="less" value=""></if-compare>

Is this just me who experiences this inconvenience?

Many thanks in advance,

Chris

Reply via email to