how to implement code completion in qt
Posted
by radi
on Stack Overflow
See other posts from Stack Overflow
or by radi
Published on 2010-03-19T08:49:42Z
Indexed on
2010/03/19
8:51 UTC
Read the original article
Hit count: 170
i am writing an ide using qt (on c++) and i need to add auto completion feature to it
so i want to know :
how to do that (i am using qtPlainTextEdit
) ?
what the data structure i should use ?
© Stack Overflow or respective owner