Quote Originally Posted by sunil.thaha View Post
First of all,
Kudos to you for the great work.
I was able to install the application flawlessly :-)
Compiling and debugging is great

The explorer, pro file handling is really harmless !!
Thanks for those words... it'll keep getting better. Have you discovered that you can double click on a keyword to get a list of tags for that word... then double click a list item to navigate... I find this very useful, and soon there will be a "back" button.

Quote Originally Posted by sunil.thaha View Post
Bugs:
But the code completion has some bugs.

You type in QLa(Ctrl + Space )
You will not file QLabel ??

or

Type QMou( Ctrl + Space ) you will get the QMouseEvent highlighted.

Delete the "ou" of the QMou and type ai for the QMainWindow
Again ?? you won't find QMainWindow in the completion list

Check to see that you have #include <QLabel> and <QMainWindow> at the top of your file (wait a few seconds until the change is detected). If you already had those things (or if that doesn't fix it), let me know what system you are on and I'll try to reproduce. This completion works fine for me on Windows...

Incidentally, there are other issues with code completion that I am aware of and will be addressing, (such as local variable declarations with comma-separated variables).

Cheers