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





------- Additional comments from [EMAIL PROTECTED] Sat Apr  8 18:33:08 -0700 
2006 -------
Also (and very similar to this issue)

Not enough capability in REGEX (regular expression) capability:
 -  can't search for  /text to be italic/  or  *text to be bold*
   (No ability to address content of match, only whole match)

 -  can't replace  text(space)(newline)text  with  text(space)text
   (REGEX only understands 'this line/paragraph' as search target.)
   WORK-AROUND: cut/paste to other application (I use EditPad Pro),
     fix text using REGEX search/replace, then cut/paste back.

 -  current method: find [ ^$ ], replace [(nothing)] also has problems
   (will ALSO remove any page-break attached to blank lines)

 -  find / replace (only change attributes) is also unsafe
    (find [(REGEX expression)], replace [&], bold/italic
      will sometimes result in '&' (the character), replacing target)


---------------------------------------------------------------------
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