Search in the editor buffers.

This commit is contained in:
Roberto Raggi
2009-06-10 12:25:52 +02:00
parent 3ae43daa5a
commit ec769aeaf7
3 changed files with 18 additions and 10 deletions

View File

@@ -89,6 +89,8 @@ public:
CppEditorSupport *editorSupport(TextEditor::ITextEditor *editor) const
{ return m_editorSupport.value(editor); }
QMap<QString, QByteArray> buildWorkingCopyList();
void emitDocumentUpdated(CPlusPlus::Document::Ptr doc);
void stopEditorSelectionsUpdate()
@@ -117,8 +119,6 @@ private Q_SLOTS:
void updateEditorSelections();
private:
QMap<QString, QByteArray> buildWorkingCopyList();
QStringList projectFiles()
{
ensureUpdated();