Add a menu action to open C++ source on GitHub in the editor debugger
This helps user find back the source code where the error/warning was emitted from.
This commit is contained in:
@ -74,6 +74,11 @@ private:
|
||||
PROFILER_SCRIPTS_SERVERS
|
||||
};
|
||||
|
||||
enum Actions {
|
||||
ACTION_COPY_ERROR,
|
||||
ACTION_OPEN_SOURCE,
|
||||
};
|
||||
|
||||
AcceptDialog *msgdialog;
|
||||
|
||||
LineEdit *clicked_ctrl;
|
||||
|
||||
Reference in New Issue
Block a user