KDevelop C++ support

    roberto's picture
    2003
    8
    Jul

    Finally some news about KDevelop C++ support and Code Completion.

    Yesterday i've made many changes to cppsupport, now we have a new and more simple to maintain code completion engine :)

    of course the code is not finished yet. for instance, the
    support for namespaces still sucks, but i hope to finish it soon.



    Now i'm experimenting with QDataStream and Tags(kdevelop/lib/catalog), i'm thinking to
    replace our persistant class store with a QDataStream based one. the point is
    berkeley DB isn't so cool as i've expected! the file size of the PCS db is too big and it's incredible
    slow when you have many items stored.