Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Accessing Qt Creator's code-model in a plug-in

    Tools
    2
    2
    1621
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TNick last edited by

      Hello!

      I'm thinking about some plug-ins that would benefit from using the code model already present inside -QT- Qt Creator. I only had a quick look into the "API":http://doc.qt.nokia.com/qtcreator-extending/qtcreator-api.html and I'm assuming that the functionality that I'm looking for is somewhere "inhere":http://doc.qt.nokia.com/qtcreator-extending/texteditor.html Maybe the functionality is spanned across several of those classes?

      Google search was not particularly helpful (maybe because of a lack of skills?). Do you have any hints regarding his topic?

      Thanks,
      Nick

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        There are way more things in Qt Creator than listed in the API documentation! We are not doing a good job of providing API documentation... We do not guarantee binary compatibility in Qt Creator, so API documentation is really hard to keep up to date. Check the code!

        If you have questions on the API, please feel free to stop by on IRC (#qt-creator on the freenode.org network). Response time is best during european office hours.

        The "mailing list":http://lists.qt-project.org/ is also a good place to get help.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post