Hello,
I have a problem with placeholders in Java Properties (Resources) format.
In the format options I have defined a placeholder in the "Tag definition rules" section. When the placeholder is used in text at the very end of a segment (it may still be followed by spaces), it is not visible in the editor. Generated target is OK.
Example (%0.2f is a placeholder):
Source file:
# %s = app name, %0.2f = time in seconds
errors.time=Time taken (%s) = %0.2f
In editor, I can see only
Time taken (%s) =
If I add any non-white character after the placeholder, I can see whole text.
Is there any way to fix this?