diff --git a/doc/classes/CodeHighlighter.xml b/doc/classes/CodeHighlighter.xml new file mode 100644 index 000000000..f44eff487 --- /dev/null +++ b/doc/classes/CodeHighlighter.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml new file mode 100644 index 000000000..6deb61605 --- /dev/null +++ b/doc/classes/SyntaxHighlighter.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 0680ea409..d136159c5 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1,5 +1,5 @@ - + Multiline text editing control. @@ -10,24 +10,6 @@ - - - - - - - - Adds color region (given the delimiters) and its colors. - - - - - - - - Adds a [code]keyword[/code] and its [Color]. - - @@ -41,12 +23,6 @@ Centers the viewport on the line the editing cursor is at. This also resets the [member scroll_horizontal] value to [code]0[/code]. - - - - Clears all custom syntax coloring information previously added with [method add_color_region] or [method add_keyword_color]. - - @@ -123,13 +99,6 @@ Returns an array containing the line number of each breakpoint. - - - - - Returns the [Color] of the specified [code]keyword[/code]. - - @@ -257,13 +226,6 @@ Returns a [String] text with the word under the caret (text cursor) location. - - - - - Returns whether the specified [code]keyword[/code] has a color set to it or not. - - @@ -549,8 +511,7 @@ If [code]true[/code], sets the [code]step[/code] of the scrollbars to [code]0.25[/code] which results in smoother scrolling. - - If [code]true[/code], any custom color properties that have been set for this [TextEdit] will be visible. + String value of the [TextEdit]. @@ -584,6 +545,12 @@ Emitted when the info icon is clicked. + + + + + + @@ -683,25 +650,17 @@ Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled. - - Sets the [Color] of the line numbers. [member show_line_numbers] has to be enabled. Sets the [Color] of marked text. - - - - Sets the highlight [Color] of text selections. - - Sets the highlight [Color] of multiple occurrences. [member highlight_all_occurrences] has to be enabled. diff --git a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml new file mode 100644 index 000000000..15a696959 --- /dev/null +++ b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml b/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml new file mode 100644 index 000000000..39d91f9a2 --- /dev/null +++ b/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/web/doc_classes/ListWebPage.xml b/modules/web/doc_classes/ListWebPage.xml index ff18edeed..eb486b168 100644 --- a/modules/web/doc_classes/ListWebPage.xml +++ b/modules/web/doc_classes/ListWebPage.xml @@ -49,7 +49,7 @@ This many pagination links will be visible max. - + Whether to allow pagination or not.