Move new extension creation wizard to python scripting

* We remove the operations and interactions from the extension manager and leave
  it purely for browsing extensions and enabling/disabling them.
This commit is contained in:
baldurk
2026-08-13 21:05:13 +01:00
parent 650188f32c
commit 4bd0245975
7 changed files with 211 additions and 327 deletions
+2 -1
View File
@@ -155,6 +155,7 @@ private slots:
void projectExplorer_contextMenu(const QPoint &pos);
void editorTab_Changed(int index);
void doSyntaxCheck();
void createExtension_clicked();
void openFileModified(const QString &path);
void updateExtensionProjects();
@@ -176,7 +177,7 @@ private:
bool m_IgnoreRecovered = false;
RDTreeWidgetItem *m_UIExtensions, *m_Examples, *m_RecentFiles;
RDTreeWidgetItem *m_UIExtensions, *m_Examples, *m_RecentFiles, *m_NewExtension;
QFileSystemWatcher *m_Watcher = NULL;