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:
Axel Kohlmeyer
2024-07-21 18:37:06 -04:00
parent 97ffabda0e
commit 7dc0ace48f
5 changed files with 80 additions and 2 deletions

View File

@ -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);