Menu

#897 Standardize on type of numbering in list for fuzzy matches

3.0
closed-fixed
None
5
2013-11-05
2013-10-05
No

In the Glossary, items are numbered as:
1. xxx
2. yyy
3. zzz

In the fuzzy match, items are numbered as:
1) xxx
2) yyy
3) zzz

Desire: Numbering everywhere as:
1. xxx
2. yyy
3. zzz

Discussion

  • Guido Leenders

    Guido Leenders - 2013-10-05

    Suggested patch is attached. In existing configuration it is already included as <ext_tmx_match_template>. These require manual change. I seem unable to find where the default settings for this specific setting in omegat.config are stored; they are not ion OConst.java.

     
  • Didier Briel

    Didier Briel - 2013-11-01
    • summary: Standardize on type of numbering in list for fuzzy matches. --> Standardize on type of numbering in list for fuzzy matches
    • assigned_to: Guido Leenders
     
  • Didier Briel

    Didier Briel - 2013-11-01
    • status: open --> open-fixed
     
  • Didier Briel

    Didier Briel - 2013-11-01

    Implemented in SVN (/trunk).

    The default template is indeed stored in MatchesVarExpansion.java. As soon as OmegaT.prefs is created, the template is stored in <ext_tmx_match_template>.
    Anyway, it is always possible to modify it in Options > External TMXs, where you can use any character you want after $id, or even not at all.

    So, this development just changes the default template.

    Didier

     
  • Guido Leenders

    Guido Leenders - 2013-11-01

    Thank you!

     
  • Didier Briel

    Didier Briel - 2013-11-05
    • status: open-fixed --> closed-fixed
     
  • Didier Briel

    Didier Briel - 2013-11-05

    Implemented in the released version 3.0.6 of OmegaT.

    Didier

     

Log in to post a comment.