To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15666





------- Additional comments from [EMAIL PROTECTED] Mon Aug 21 13:42:11 -0700 
2006 -------
@cheyrich:
heavy documentation in the code is not bad! er just wanted to say that new
comments should be written in english, not german (so that all devs can
understand them)

@all:

IMHO the following is how it *should* be:

..in replacement box    does this..
&                       inserts complete string that matched (as it does now)
\1                      inserts group number one - the match enclosed in the 
                        first pair of matching (round) parentheses
\2 \#                   inserts the second and #th matching group
\0                      inserts all matching groups

\n                      inserts a newline (linebreak - as inserted with
                        <shift>+>enter> in normal text)
\r                      inserts a paragraph break
\t                      inserts a tabulator
\xFFFF                  inserts the character matching the hex-code FFFF
\c                      where c is not one of [0-9nrtx] inserts the character c 
(*)
\\                      inserts a backslash

(*) the list may not be exclusive, depending on what other escape-sequences are
added - maybe to insert a non-breaking hyphen/space

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to