forked from qt-creator/qt-creator
texteditor: return information on whether openEditor actually created an
editor or re-used an existing one
This commit is contained in:
@@ -291,7 +291,8 @@ public:
|
||||
~BaseTextEditor();
|
||||
|
||||
static ITextEditor *openEditorAt(const QString &fileName, int line, int column = 0,
|
||||
const QString &editorId = QString());
|
||||
const QString &editorId = QString(),
|
||||
bool *newEditor = 0);
|
||||
|
||||
const Utils::ChangeSet &changeSet() const;
|
||||
void setChangeSet(const Utils::ChangeSet &changeSet);
|
||||
|
||||
Reference in New Issue
Block a user