forked from qt-creator/qt-creator
new signal: BaseTextEditor::lineContextMenuRequested(TextEditor::ITextEditor *editor, int line, QMenu *menu);
To be useful and used by the bookmarkmanager, this has to move to ITextEditor.
This commit is contained in:
@@ -432,6 +432,7 @@ protected slots:
|
||||
|
||||
signals:
|
||||
void markRequested(TextEditor::ITextEditor *editor, int line);
|
||||
void lineContextMenuRequested(TextEditor::ITextEditor *editor, int line, QMenu *menu);
|
||||
void requestBlockUpdate(const QTextBlock &);
|
||||
void requestAutoCompletion(ITextEditable *editor, bool forced);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user