Andre Poenitz wrote: > With the attached patch it should be quite a bit faster. > > I am sure I broke the logic somewhere, so feel free to fix & apply > or leave it ;-) > > Juergen, maybe you want to have a look, too?
You broke the UI logic by merging the category filter into the combo. My idea was that the category of a selected symbol is also indicated when all symbols are displayed. Furthermore, you can use the category combo for navigating (this is how such dialogs work in word processors BTW). All this is not possible anymore with your patch, AFAICS. The model/view-approach itself seems reasonable. Jürgen