Testing notification code in speller_impl.cpp
"Gary Setter" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <001401c5130f$3ed7e2a0$9b144a0c@pavilion> |
Hi, I wrote yesterday that one of my hang ups with win32 patches was the arrary of UpdateMember with an initalization expression. The Aspell 0.5 code was not very presentable. I asked for ideas, but nothing came in. I made my own attempt. Rather then storing a function pointer, I made an enum for each notification function and a call function that calls the right one. I still need to test my code. It seem that the utility calls the notifiers first and creates the speller notifer latter. Did I just not set things up right? I can make my own call to the notifiers in my own app tomarrow. But if anyone has helpfull suggestions for how to test the speller notification functions I would be grateful. Best regards, Gary