[sw-issues] [Issue 93275] regexp findreplace: repla ce references does not work with ^ and $ symbo ls

2008-09-05 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275


User sba changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  5 08:47:53 + 
2008 ---
SBA-macias: Thank you for your comment.
Closing issue.

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



[sw-issues] [Issue 93275] regexp findreplace: repla ce references does not work with ^ and $ symbo ls

2008-09-04 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275


User sba changed the following:

What|Old value |New value

  CC|''|'ama'

Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Thu Sep  4 16:25:52 + 
2008 ---
SBA-macias: This is not P2. Changed Prio to P3. Please see
http://qa.openoffice.org/scdocs/ddIssues_EnterModify.html#priority
 
I can not reproduce the first trivial example. It does Find All text in
paragraph and replace it with itself and that works well. I tried with
OOO300_m4 on WinXP.

For the lengish second example, please attach a document showing what shall
happen.

Note: See issue 90025 and issue 46165, they look related.

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



[sw-issues] [Issue 93275] regexp findreplace: repla ce references does not work with ^ and $ symbo ls

2008-09-04 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275


User macias changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Sep  4 18:19:30 + 
2008 ---
Thank you for the reply.

1) P2-P3 sorry for that.
2) I downloaded m4 right now and I am closing this report because this bug is 
fixed in m4.

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



[sw-issues] [Issue 93275] regexp findreplace: repla ce references does not work with ^ and $ symbo ls

2008-09-01 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |sba





--- Additional comments from [EMAIL PROTECTED] Mon Sep  1 07:16:50 + 
2008 ---
Reassigned to SBA.

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



[sw-issues] [Issue 93275] regexp findreplace: repla ce references does not work with ^ and $ symbo ls

2008-08-30 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275
 Issue #|93275
 Summary|regexp findreplace: replace references does not work 
|with ^ and $ symbols
   Component|Word processor
 Version|OOO300m3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|editing
 Assigned to|mru
 Reported by|macias





--- Additional comments from [EMAIL PROTECTED] Sat Aug 30 08:22:33 + 
2008 ---
Just for simplicity consider this (find)
(.*)
and replace
$1
pretty trivial right. But if you change find to
^(.*)$

you will not get back the same (as you should). You will get _TEXT_
$1

My actual find was:
^[0-9]+ \| [0-9]+ [a-z]+ \| [0-9]+ [a-z]{2,2}([a-z]*)\|([a-z]*)\|([a-z]*)$
and replace
$1$2$3

in regexp mode you should never see TEXT $1 as the result from $1 (unless $1 
is matched of course :-) ).

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