mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 02:16:33 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user