To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=32169
------- Additional comments from [EMAIL PROTECTED] Wed Mar 9 03:38:11 -0800 2005 ------- TL->kami: Im plementing it that way will result in numerous dictionaries loaded/unloaded **each** time the context menu is opened. That way the memory footprint will well be improved but the time for opening the menu will increase badly. Curently the time will be bad only for the first opening of the menu. If implementes as you suggested it will be that bad for every opening of the menu. The only reasonable way seems to limit the number of dictionaries being searched but allow them to stay in memory for the next use. A fair set of languages to use for this might be to use only those languages that are already currently used in the document. A normal document is quite unlikely to use more than lets say 3-5 languages. --------------------------------------------------------------------- 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]
