mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Improved go-to definition (Ctrl + Click)
Co-Authored-By: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
(cherry picked from commit be7a353c70
)
This commit is contained in:
parent
aa57bb0473
commit
d16abbdee4
6 changed files with 53 additions and 2 deletions
|
@ -1040,6 +1040,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 != "") {
|
||||
|
@ -1057,6 +1058,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue