forked from qt-creator/qt-creator
Implement "Jump To File Under Cursor" in profile editor
Reviewed-by: dt <qtc-committer@nokia.com> Reviewed-by: ossi <oswald.buddenhagen@nokia.com> Task-number: QTCREATORBUG-688
This commit is contained in:
@@ -82,12 +82,14 @@ public:
|
||||
|
||||
void unCommentSelection();
|
||||
protected:
|
||||
virtual Link findLinkAt(const QTextCursor &, bool resolveTarget = true);
|
||||
TextEditor::BaseTextEditorEditable *createEditableInterface();
|
||||
void contextMenuEvent(QContextMenuEvent *);
|
||||
|
||||
public slots:
|
||||
virtual void setFontSettings(const TextEditor::FontSettings &);
|
||||
void addLibrary();
|
||||
void jumpToFile();
|
||||
|
||||
private:
|
||||
ProFileEditorFactory *m_factory;
|
||||
|
||||
Reference in New Issue
Block a user