Ignore:
Timestamp:
2014-12-11T19:37:32+13:00 (9 years ago)
Author:
ak19
Message:

In svn commit revision 29574, Georgy Litvinov from the mailing list committed an improvement to the usage of removeprefix and removesuffix under his username litvinovg, so that backslashes no longer need to be escaped by another backslash when entered into GLI or the collection config file. So the Multimedia tutorial that making use of such escaping for the removesuffix option to the browsing classifier has now also been updated to avoid the escaping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/xml-source/tutorial_en.xml

    r29315 r29603  
    35843584<Bullet>
    35853585<Text id="0637">Click the <AutoText key="glidict::CDM.ClassifierManager.Configure" type="button"/> button on it. Activate its <AutoText text="removesuffix"/> option and set it to:</Text>
    3586 <Format>(?i)(\\s+\\d+)|(\\s+[[:punct:]].*)</Format>
     3586<Format>(?i)(\s+\d+)|(\s+[[:punct:]].*)</Format>
    35873587</Bullet>
    35883588</BulletList>
Note: See TracChangeset for help on using the changeset viewer.