Page 1 of 1

Please add new directive {TSI:IGNORE LINE}

Posted: Tue Oct 12, 2004 9:44 am
by David
I know there is already directive for excluding line from translation. But limitation for this is that directive must be placed on the same line.
This can be problem if the source line is too long. Than I can't see directive.
My suggestion is introduce new directive in the following form:

{TSI:IGNORE LINE}
S :='This string is excluded from translation'.

which exclude one following line code. It could be very useful, because usually you have one line strings.

Posted: Tue Oct 12, 2004 2:30 pm
by isiticov
OK

Posted: Wed Oct 13, 2004 10:17 am
by David
Thanks Igor for your answer.

For completeness please, if possible, add also directive
{TSI:TRANSLATE LINE}
which is complementary to {TSI:IGNORE LINE}.
It is very useful, if you have ignore mode as default. This directive translates one line behind {TSI:TRANSLATE LINE} directive regardless of {TSI:IGNORE ON} or {TSI:IGNORE OFF} directives.

Posted: Wed Oct 13, 2004 10:35 am
by isiticov
OK, Will try ;)

Posted: Wed Oct 20, 2004 7:54 am
by isiticov
New tags:
{TSI:IGNORE NEXT}
{TSI:TRANSLATE NEXT}

introduced and will be available in forthcoming release.

Posted: Tue Oct 26, 2004 6:19 am
by David
It is great Igor, thanks.