Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Accessing Qt Creator's code-model in a plug-in

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

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.9k Views 1 Watching
  • 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 Offline
    T Offline
    TNick
    wrote on last edited by
    #1

    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
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved