Expose UI extension management via context menu in project explorer

* Allow reloading and viewing output from context. Also add items for viewing in
  file explorer.
This commit is contained in:
baldurk
2026-08-13 21:05:13 +01:00
parent 14e636d1a5
commit 650188f32c
3 changed files with 175 additions and 8 deletions
+3
View File
@@ -152,6 +152,7 @@ private slots:
void textOutput(const QString &extension, bool isStdError, const QString &output);
void extensionLoaded(const QString &extension);
void editor_contextMenu(const QPoint &pos);
void projectExplorer_contextMenu(const QPoint &pos);
void editorTab_Changed(int index);
void doSyntaxCheck();
@@ -179,6 +180,8 @@ private:
QFileSystemWatcher *m_Watcher = NULL;
QList<QString> m_ModifiedExtensions;
QTimer *m_SyntaxCheckTimer;
QCompleter *m_InteractiveCompleter;