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





------- Additional comments from [EMAIL PROTECTED] Thu Aug  7 17:41:52 +0000 
2008 -------
Just to slightly update the described algorithm:
  - IF NO number sequence is found at the beginning of the string
    then the iterator should start backwards
    [left should have precedence over right]
  - this algorithm will fail with discontinues numbers, e.g.

 1 text 1
 2 text 2

The identical string algorithm would be slightly more stable, but would fail IF
the true string part is different, e.g.
 1 abc 1
 2 axx 2
The behaviour would be undefined in this latter instance. Also, this latter
algorithm would then have to increment every number sequence encountered (with
possibly different steps). Though, this needs not be implemented immediately.
Fixing the overwrite behaviour should however be fixed in a timely manner.
Detecting a whole number sequence should probably follow closely.

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