mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-31 19:05:53 +00:00
Don't write scripts to temp file, run in their real location
* This means any changes in the external editor/debugger will be reflected properly.
This commit is contained in:
@@ -182,6 +182,7 @@ private:
|
||||
QFileSystemWatcher *m_Watcher = NULL;
|
||||
|
||||
QList<QString> m_ModifiedExtensions;
|
||||
bool m_DebuggerAttached = false;
|
||||
|
||||
QTimer *m_SyntaxCheckTimer;
|
||||
|
||||
@@ -225,6 +226,7 @@ private:
|
||||
void makeEditor(rdcstr filename, rdcstr text);
|
||||
|
||||
void updateEditorCloseButton();
|
||||
void updateNonDebugWarning();
|
||||
|
||||
void addRecentFile(rdcstr filename);
|
||||
void updateRecentFiles(bool added);
|
||||
|
||||
Reference in New Issue
Block a user