[Qt-creator] Plugin to display compile errors warnings etc. inline
Liebe Markus (RtP2/TEF72)
Markus.Liebe at de.bosch.com
Mon Jun 21 16:33:32 CEST 2010
Hi there,
at the moment I am creating a plugin for QtCreator to display compile warnings and errors (tasks) inline.
See attached screenshot.
I am trying to do this by only adding new code to QtCreator in form of a QtCreator plugin.
There are however several things that I could not accomplish without little changes to QtCreators code itself:
To get a list of all "tasks" I had to extend the BuildManager so that I am able to query the BuildManager to get a List of ProjectExplorer::Tasks.
Is there a way to get this list of tasks in a plugin via a public Interface?
At the moment I connect the BuildManager::tasksChanged() signal to a slot where I query the BuildManager to get all the tasks.
It would be nice if there was a signal like BuildManager::taskAdded(const ProjectManager::Task&).
If there is no such Interface at the moment, would it be possible for you to extend the BuildManager and add such an interface?
Regards,
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inlineTaskDisplay.png
Type: image/png
Size: 95242 bytes
Desc: inlineTaskDisplay.png
Url : http://lists.qt.nokia.com/pipermail/qt-creator/attachments/20100621/2d79c6cf/attachment.png
More information about the Qt-creator
mailing list