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





------- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:16:29 +0000 
2008 -------
It seems this is still an issue in version 2.4.1.  In the situation where the
Autocorrect replacement table replaces "abbrevn" with "abbreviation", we want:

"abbrevn" replaced with "abbreviation";
"Abbrevn" replaced with "Abbreviation";
"ABBREVN" replaced with "ABBREVIATION";

So, this is my idea of what is required when the autocorrect action is 
triggered:

1. If "lower case of (typed string)" = "upper case of (typed string)"
then the typed string is probably not alpha; 
replace with "(replacement string)"

2. If "(typed string)" = "upper case of (typed string)"
then the typed string is upper case; 
replace with "upper case of (replacement string)"

3. If "(typed string)" = "lower case of (typed string)"
then the typed string is lower case; 
replace with "(replacement string)"

4. If none of rules 1-3 are satisfied,
then the typed string is mixed case, most likely title case;
replace with "title case of (replacement string)"


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