PDA

View Full Version : How to enlarge QtCreator code completion window



vaginoid2
26th January 2010, 15:13
Hello!
I use QtCreator about 2 months, and I think this is very good IDE, but only one thing interferes me - when I press Ctrl+Space code completion window is opened. But this window (or combobox) displays only 10 lines, and to see other I have to scroll this window. It makes me tired.
Can I enlarge autocompletion window size?

Best regards, zdo.

vaginoid2
27th January 2010, 21:47
I solved my problem.
I downloaded QtCreator sources, change it and now I can dynamically change autocompletion window size in options window.
http://img251.imageshack.us/img251/6227/qt2.png
http://img638.imageshack.us/img638/3592/qt3.png

I don't remember what files were changed by me, therefore I publish archive of all directory .../src/plugins/texteditor.
If you don't want to manual rebuild QtCreator, I also publish compiled by me libraries. You should replace same files in %QTSDK%/lib/qtcreator/plugins/Nokia directory.

LINKS:
http://rghost.net/899150 - ZdoPatch_bin.tar.gz (425 KB) [sources]
http://rghost.net/899152 - ZdoPatch_src.tar.gz (5 MB) [compiled libs]

Enjoy it!
If you'll use it please send me mail to dmitriy.zganyaiko@tnu.edu.ua.

ktk
29th January 2010, 23:39
Could you try to get this incorporated into Qt Creator proper?