Am 06.02.2008 um 09:18 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
Hi!
I was wondering today how complicated it would be to add a
completion popup to mathed. Well, it took me three hours and here
it is.
This looks very useful Stefan. Could you try to make the GUI
implementation generic enough so that it could be used within texted
too? Did you use the Qt completion framework?
Yes, I used the standard QCompleter class. And of course it could be
made generic. What do you have in mind for the texted? Which kind of
information is to be displayed?
Of course here and there, there are some rough edges and it has to
be cleaned up, but it's easier than I expected.
Gui development is a lot easier now than before.
Very true!
Stefan