Merge pull request #37293 from Janglee123/ctrl-click-improvements

Improved go-to definition (Ctrl + Click)
This commit is contained in:
Rémi Verschelde 2020-05-05 16:49:15 +02:00 committed by GitHub
commit 4d50f747d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 3 deletions

View file

@ -188,6 +188,8 @@ protected:
bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const;
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
String _get_absolute_path(const String &rel_path);
public:
void _update_connected_methods();