On Sunday 16 January 2005 04:20, Mike McBride wrote: > Developers, > > I was working through the KWord documentation again and I have a question. > > In the Settings -> Spelling dialog box, the user is able to enter a list of > words that should be ignored by the spell checker. This is a nice feature. > What I was wondering about, however, was the purpose for the "Move Up" and > "Move Down" buttons. It does not matter what order the words are displayed > in, as long as the word is in the list, it is ignored. Heh, indeed. That's what we get for reusing an existing widget :) kdelibs/kspell2/ui/configui.ui simply uses a KEditListBox. KEditListBox has support for hiding up/down buttons, but not from designer. I'll try to add support to KEditListBox for that. > In fact, a more user-friendly way to present this list is alphabetically, so > that the user can quickly find the word he/she is looking for in the list. OK that's for Zack's code: please ensure that the list of words is sorted before calling setItems. > Can anyone explain the purpose or use of "Move Up" or "Move down" buttons? Indeed there is not any. Thanks for spotting this :) -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel