From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/TextEdit.xml | 553 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 553 insertions(+) create mode 100644 doc/classes/TextEdit.xml (limited to 'doc/classes/TextEdit.xml') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml new file mode 100644 index 000000000..8c6226b67 --- /dev/null +++ b/doc/classes/TextEdit.xml @@ -0,0 +1,553 @@ + + + + Multiline text editing control. + + + TextEdit is meant for editing large, multiline text. It also has facilities for editing code, such as syntax highlighting support and multiple levels of undo/redo. + + + + + + + + + + + + + + + + + + + Add color region (given the delimiters) and its colors. + + + + + + + + + + + Add a keyword and its color. + + + + + + + Clear all the syntax coloring information. + + + + + + + Clear the undo history. + + + + + + + Copy the current selection. + + + + + + + Gets whether the text editor caret is blinking. + + + + + + + Gets the text editor caret blink speed. + + + + + + + Return the column the editing cursor is at. + + + + + + + Return the line the editing cursor is at. + + + + + + + Gets whether the text editor caret is in block mode. + + + + + + + + + Set the text editor caret to blink. + + + + + + + + + Set the text editor caret blink speed. Cannot be less then or equal to 0. + + + + + + + + + Set the text editor caret to block mode. + + + + + + + + + + + + + + + + + + + + + + + + + + + Cut the current selection. + + + + + + + + + Return the text of a specific line. + + + + + + + Return the amount of total lines in the text. + + + + + + + + + + + + + Return the selection begin column. + + + + + + + Return the selection begin line. + + + + + + + Return the text inside the selection. + + + + + + + Return the selection end column. + + + + + + + Return the selection end line. + + + + + + + Return the whole text. + + + + + + + + + + + + + + + + + + + + + Insert a given text at the cursor position. + + + + + + + Returns true if highlight all occurrences is enabled. + + + + + + + Return true if the selection is active. + + + + + + + Returns true if line numbers are enabled. + + + + + + + + + + + + + Return true if the syntax coloring is enabled. + + + + + + + + + + + + + + + Paste the current selection. + + + + + + + Perform redo operation. + + + + + + + + + + + + + + + Perform a search inside the text. Search flags can be specified in the SEARCH_* enum. + + + + + + + + + + + + + + + Perform selection, from line/column to line/column. + + + + + + + Select all the text. + + + + + + + + + Set to enable highlighting all occurrences of the current selection. + + + + + + + + + Set the maximum amount of characters editable. + + + + + + + + + Set the text editor as read-only. Text can be displayed but not edited. + + + + + + + + + Set to enable showing line numbers. + + + + + + + + + + + + + + + + + Set to enable the syntax coloring. + + + + + + + + + Set the entire text. + + + + + + + + + + + + + + + + + Enable text wrapping when it goes beyond he edge of what is visible. + + + + + + + Perform undo operation. + + + + + + + + + + + + + + + + + + + + + + + + + + + Emitted when a breakpoint is placed via the breakpoint gutter. + + + + + Emitted when the cursor changes. + + + + + + + + + + + + + + + + + + + Emitted when the text changes. + + + + + + Match case when searching. + + + Match whole words when searching. + + + Search from end to beginning. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2