You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Open source code errors in external editor
This commit is contained in:
@@ -644,6 +644,8 @@ protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
public:
|
||||
static bool open_in_external_editor(const String &p_path, int p_line, int p_col, bool p_ignore_project = false);
|
||||
|
||||
virtual String get_plugin_name() const override { return TTRC("Script"); }
|
||||
bool has_main_screen() const override { return true; }
|
||||
virtual void edit(Object *p_object) override;
|
||||
|
||||
Reference in New Issue
Block a user