From dd5a37f556ea2db443f65a82228e416ca5491772 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Thu, 1 Jul 2021 17:10:54 +0100 Subject: Move symbol lookup into CodeEdit --- doc/classes/CodeEdit.xml | 38 +++++++++++++++++++++++++++++++++++++- doc/classes/TextEdit.xml | 18 ++++++------------ 2 files changed, 43 insertions(+), 13 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index b1c2c64e6c..d22ba65421 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -240,6 +240,13 @@ Returns the full text with char [code]0xFFFF[/code] at the caret location. + + + + + Returns the full text with char [code]0xFFFF[/code] at the cursor location. + + @@ -382,6 +389,15 @@ + + + + + + + Sets the symbol emitted by [signal symbol_validate] as a valid lookup. + + @@ -466,8 +482,10 @@ - Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently. + + Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted. + @@ -483,6 +501,24 @@ Emitted when the user requests code completion. + + + + + + + + + Emitted when the user has clicked on a valid symbol. + + + + + + + Emitted when the user hovers over a symbol. The symbol should be validated and responded to, by calling [method set_symbol_lookup_word_as_valid]. + + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index ada85d58d7..62c33e9436 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -295,6 +295,12 @@ Returns [code]true[/code] if the caret is visible on the screen. + + + + + + @@ -668,18 +674,6 @@ - - - - - - - - - - - - Emitted when the text changes. -- cgit v1.2.3