Compare Java properties files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Acrimonis
    New User
    • Apr 2013
    • 1

    Compare Java properties files

    Hello,

    I search the forums and tried to play with it, but didn't manage it.

    What would be the file format settings for a Java properties files to match the keys (aka. left of the = sign) ?

    Thanks in advance,

    -ja


    PS: just as a reminder, those files are principally used for localization/translation and the syntax is of keys=values pairs.

    Ex:

    error.scenario.not.found = Scenario not found
    error.scenario.not.owner = Scenario owner not found
    error.scenario.not.running = Scenario not running
    error.scenario.real.time.not.found = Scenario not found
    error.scenario.status.already.exist = Scenario status already exists
    error.scenario.status.histo.not.found = Scenario status history not found
    error.scenario.status.not.found = Scenario status not found
    error.scenario.type.invalid.state = Scenario type invalid state
    keyofthetranslation=text of the \
    translation that can span on \
    several lines
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    How about this Basic (Regular Expression enabled) Grammar type:
    ^[^=]+=

    We have documentation on defining a grammar element here, with a video:
    http://www.scootersoftware.com/suppo..._unimportantv3
    Aaron P Scooter Software

    Comment

    Working...