You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improved go-to definition (Ctrl + Click)
Co-Authored-By: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
This commit is contained in:
@@ -1042,6 +1042,7 @@ void EditorHelp::_update_doc() {
|
||||
class_desc->pop(); // color
|
||||
class_desc->pop(); // font
|
||||
class_desc->pop(); // cell
|
||||
method_line[cd.properties[i].setter] = property_line[cd.properties[i].name];
|
||||
}
|
||||
|
||||
if (cd.properties[i].getter != "") {
|
||||
@@ -1059,6 +1060,7 @@ void EditorHelp::_update_doc() {
|
||||
class_desc->pop(); //color
|
||||
class_desc->pop(); //font
|
||||
class_desc->pop(); //cell
|
||||
method_line[cd.properties[i].getter] = property_line[cd.properties[i].name];
|
||||
}
|
||||
|
||||
class_desc->pop(); // table
|
||||
|
||||
Reference in New Issue
Block a user