file viewer can be called from File menu or context menu in editor if word under cursor is a file
This commit is contained in:
@ -78,6 +78,7 @@ private slots:
|
||||
void get_help();
|
||||
void find_help(QString &page, QString &help);
|
||||
void open_help();
|
||||
void view_file();
|
||||
void reformatCurrentLine();
|
||||
void runCompletion();
|
||||
void insertCompletedCommand(const QString &completion);
|
||||
|
||||
Reference in New Issue
Block a user