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





------- Additional comments from [EMAIL PROTECTED] Thu Aug 18 22:32:23 -0700 
2005 -------
Jayant, I thought of those complex words like "OpenSuSe" also (after submit..
:). OK, try the following logic, I think this covers most cases: (lets call the
partially typed word "pword" )

IF pword is all lower case OR is first letter uppercase and rest lowercase THEN
 lowercase the additon
ELSE IF pword is all uppercase THEN
 uppercase the addition
ELSE
 <use the addition as it appears in the dictionary without modification>
END IF

 The last case covers those strange words with odd case. I agree there is no
perfect solution, and people will just have to live with that. The only other
alternative I could think of is comparing what you've typed to see if it is a
case match against the dictionary - if it's the same, then don't change the rest
of the word, otherwise alter it to what it looks like you're typing.
 I don't think there is advantage in adding keyboard modifiers to the addition,
that's making things too complicated (and then you have more documentation/help
files to maintain).


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