1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Symbol' button.

This commit is contained in:
S.V.I. Vilcrow
2023-02-13 07:33:10 +03:00
parent 1c1b5da262
commit 56e2fad319
5 changed files with 39 additions and 21 deletions

View File

@@ -424,7 +424,8 @@ public:
void set_symbol_lookup_on_click_enabled(bool p_enabled);
bool is_symbol_lookup_on_click_enabled() const;
String get_text_for_symbol_lookup();
String get_text_for_symbol_lookup() const;
String get_text_with_cursor_char(int p_line, int p_column) const;
void set_symbol_lookup_word_as_valid(bool p_valid);