Open file when double-clicking in compile window

Track the tasks which are added, so that the generic parsers are
used for detecting file names.

Change-Id: Ie3bcf04c946fa45c99836dc4c29ca03ab5243fb2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Francois Ferrand
2010-06-25 10:41:49 +02:00
committed by Daniel Teske
parent 8877ae2793
commit 54801c5163
6 changed files with 65 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ class Task;
namespace Internal {
class ShowOutputTaskHandler;
class CompileOutputTextEdit;
class CompileOutputWindow : public Core::IOutputPane
{
@@ -86,7 +87,7 @@ private slots:
void updateWordWrapMode();
private:
Core::OutputWindow *m_outputWindow;
CompileOutputTextEdit *m_outputWindow;
QHash<unsigned int, int> m_taskPositions;
ShowOutputTaskHandler * m_handler;
};