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

@@ -237,12 +237,20 @@
Returns the full text with char [code]0xFFFF[/code] at the caret location.
</description>
</method>
<method name="get_text_for_symbol_lookup">
<method name="get_text_for_symbol_lookup" qualifiers="const">
<return type="String" />
<description>
Returns the full text with char [code]0xFFFF[/code] at the cursor location.
</description>
</method>
<method name="get_text_with_cursor_char" qualifiers="const">
<return type="String" />
<param index="0" name="line" type="int" />
<param index="1" name="column" type="int" />
<description>
Returns the full text with char [code]0xFFFF[/code] at the specified location.
</description>
</method>
<method name="has_auto_brace_completion_close_key" qualifiers="const">
<return type="bool" />
<param index="0" name="close_key" type="String" />