mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Open source code errors in external editor
This commit is contained in:
parent
08705259f2
commit
edceae18a1
3 changed files with 82 additions and 65 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue