12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775 |
- :github_url: hide
- .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the TextEdit.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_TextEdit:
- TextEdit
- ========
- **Inherits:** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- Multiline text editing control.
- Description
- -----------
- 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.
- **Note:** When holding down ``Alt``, the vertical scroll wheel will scroll 5 times as fast as it would normally do. This also works in the Godot script editor.
- Properties
- ----------
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`bookmark_gutter<class_TextEdit_property_bookmark_gutter>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`breakpoint_gutter<class_TextEdit_property_breakpoint_gutter>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`caret_blink<class_TextEdit_property_caret_blink>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`float<class_float>` | :ref:`caret_blink_speed<class_TextEdit_property_caret_blink_speed>` | ``0.65`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`caret_block_mode<class_TextEdit_property_caret_block_mode>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`caret_moving_by_right_click<class_TextEdit_property_caret_moving_by_right_click>` | ``true`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`context_menu_enabled<class_TextEdit_property_context_menu_enabled>` | ``true`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`draw_spaces<class_TextEdit_property_draw_spaces>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`draw_tabs<class_TextEdit_property_draw_tabs>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`FocusMode<enum_Control_FocusMode>` | focus_mode | ``2`` *(parent override)* |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`fold_gutter<class_TextEdit_property_fold_gutter>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`hiding_enabled<class_TextEdit_property_hiding_enabled>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`highlight_all_occurrences<class_TextEdit_property_highlight_all_occurrences>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`highlight_current_line<class_TextEdit_property_highlight_current_line>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`minimap_draw<class_TextEdit_property_minimap_draw>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`int<class_int>` | :ref:`minimap_width<class_TextEdit_property_minimap_width>` | ``80`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`CursorShape<enum_Control_CursorShape>` | mouse_default_cursor_shape | ``1`` *(parent override)* |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`override_selected_font_color<class_TextEdit_property_override_selected_font_color>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`readonly<class_TextEdit_property_readonly>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`int<class_int>` | :ref:`scroll_horizontal<class_TextEdit_property_scroll_horizontal>` | ``0`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`float<class_float>` | :ref:`scroll_vertical<class_TextEdit_property_scroll_vertical>` | ``0.0`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`selecting_enabled<class_TextEdit_property_selecting_enabled>` | ``true`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`shortcut_keys_enabled<class_TextEdit_property_shortcut_keys_enabled>` | ``true`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`show_line_numbers<class_TextEdit_property_show_line_numbers>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`smooth_scrolling<class_TextEdit_property_smooth_scrolling>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`syntax_highlighting<class_TextEdit_property_syntax_highlighting>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`String<class_String>` | :ref:`text<class_TextEdit_property_text>` | ``""`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`float<class_float>` | :ref:`v_scroll_speed<class_TextEdit_property_v_scroll_speed>` | ``80.0`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`virtual_keyboard_enabled<class_TextEdit_property_virtual_keyboard_enabled>` | ``true`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- | :ref:`bool<class_bool>` | :ref:`wrap_enabled<class_TextEdit_property_wrap_enabled>` | ``false`` |
- +----------------------------------------------+-------------------------------------------------------------------------------------------+---------------------------+
- Methods
- -------
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`add_color_region<class_TextEdit_method_add_color_region>` **(** :ref:`String<class_String>` begin_key, :ref:`String<class_String>` end_key, :ref:`Color<class_Color>` color, :ref:`bool<class_bool>` line_only=false **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`add_keyword_color<class_TextEdit_method_add_keyword_color>` **(** :ref:`String<class_String>` keyword, :ref:`Color<class_Color>` color **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`can_fold<class_TextEdit_method_can_fold>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`center_viewport_to_cursor<class_TextEdit_method_center_viewport_to_cursor>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`clear_colors<class_TextEdit_method_clear_colors>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`clear_undo_history<class_TextEdit_method_clear_undo_history>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`copy<class_TextEdit_method_copy>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`cursor_get_column<class_TextEdit_method_cursor_get_column>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`cursor_get_line<class_TextEdit_method_cursor_get_line>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`cursor_set_column<class_TextEdit_method_cursor_set_column>` **(** :ref:`int<class_int>` column, :ref:`bool<class_bool>` adjust_viewport=true **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`cursor_set_line<class_TextEdit_method_cursor_set_line>` **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` adjust_viewport=true, :ref:`bool<class_bool>` can_be_hidden=true, :ref:`int<class_int>` wrap_index=0 **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`cut<class_TextEdit_method_cut>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`deselect<class_TextEdit_method_deselect>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`fold_all_lines<class_TextEdit_method_fold_all_lines>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`fold_line<class_TextEdit_method_fold_line>` **(** :ref:`int<class_int>` line **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Array<class_Array>` | :ref:`get_breakpoints<class_TextEdit_method_get_breakpoints>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`get_keyword_color<class_TextEdit_method_get_keyword_color>` **(** :ref:`String<class_String>` keyword **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_line<class_TextEdit_method_get_line>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_line_column_at_pos<class_TextEdit_method_get_line_column_at_pos>` **(** :ref:`Vector2<class_Vector2>` position **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_line_count<class_TextEdit_method_get_line_count>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_line_height<class_TextEdit_method_get_line_height>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_line_width<class_TextEdit_method_get_line_width>` **(** :ref:`int<class_int>` line, :ref:`int<class_int>` wrap_index=-1 **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_line_wrap_count<class_TextEdit_method_get_line_wrap_count>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_line_wrapped_text<class_TextEdit_method_get_line_wrapped_text>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PopupMenu<class_PopupMenu>` | :ref:`get_menu<class_TextEdit_method_get_menu>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_pos_at_line_column<class_TextEdit_method_get_pos_at_line_column>` **(** :ref:`int<class_int>` line, :ref:`int<class_int>` column **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Rect2<class_Rect2>` | :ref:`get_rect_at_line_column<class_TextEdit_method_get_rect_at_line_column>` **(** :ref:`int<class_int>` line, :ref:`int<class_int>` column **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_selection_from_column<class_TextEdit_method_get_selection_from_column>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_selection_from_line<class_TextEdit_method_get_selection_from_line>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_selection_text<class_TextEdit_method_get_selection_text>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_selection_to_column<class_TextEdit_method_get_selection_to_column>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_selection_to_line<class_TextEdit_method_get_selection_to_line>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_total_gutter_width<class_TextEdit_method_get_total_gutter_width>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_word_under_cursor<class_TextEdit_method_get_word_under_cursor>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_keyword_color<class_TextEdit_method_has_keyword_color>` **(** :ref:`String<class_String>` keyword **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_redo<class_TextEdit_method_has_redo>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_undo<class_TextEdit_method_has_undo>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`insert_text_at_cursor<class_TextEdit_method_insert_text_at_cursor>` **(** :ref:`String<class_String>` text **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_folded<class_TextEdit_method_is_folded>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_line_hidden<class_TextEdit_method_is_line_hidden>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_line_set_as_bookmark<class_TextEdit_method_is_line_set_as_bookmark>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_line_set_as_breakpoint<class_TextEdit_method_is_line_set_as_breakpoint>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_line_set_as_safe<class_TextEdit_method_is_line_set_as_safe>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_line_wrapped<class_TextEdit_method_is_line_wrapped>` **(** :ref:`int<class_int>` line **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_selection_active<class_TextEdit_method_is_selection_active>` **(** **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`menu_option<class_TextEdit_method_menu_option>` **(** :ref:`int<class_int>` option **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`paste<class_TextEdit_method_paste>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`redo<class_TextEdit_method_redo>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`remove_breakpoints<class_TextEdit_method_remove_breakpoints>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`search<class_TextEdit_method_search>` **(** :ref:`String<class_String>` key, :ref:`int<class_int>` flags, :ref:`int<class_int>` from_line, :ref:`int<class_int>` from_column **)** |const| |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`select<class_TextEdit_method_select>` **(** :ref:`int<class_int>` from_line, :ref:`int<class_int>` from_column, :ref:`int<class_int>` to_line, :ref:`int<class_int>` to_column **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`select_all<class_TextEdit_method_select_all>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_line<class_TextEdit_method_set_line>` **(** :ref:`int<class_int>` line, :ref:`String<class_String>` new_text **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_line_as_bookmark<class_TextEdit_method_set_line_as_bookmark>` **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` bookmark **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_line_as_breakpoint<class_TextEdit_method_set_line_as_breakpoint>` **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` breakpoint **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_line_as_hidden<class_TextEdit_method_set_line_as_hidden>` **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` enable **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_line_as_safe<class_TextEdit_method_set_line_as_safe>` **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` safe **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`toggle_fold_line<class_TextEdit_method_toggle_fold_line>` **(** :ref:`int<class_int>` line **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`undo<class_TextEdit_method_undo>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`unfold_line<class_TextEdit_method_unfold_line>` **(** :ref:`int<class_int>` line **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`unhide_all_lines<class_TextEdit_method_unhide_all_lines>` **(** **)** |
- +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- Theme Properties
- ----------------
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`background_color<class_TextEdit_theme_color_background_color>` | ``Color( 0, 0, 0, 0 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`bookmark_color<class_TextEdit_theme_color_bookmark_color>` | ``Color( 0.08, 0.49, 0.98, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`brace_mismatch_color<class_TextEdit_theme_color_brace_mismatch_color>` | ``Color( 1, 0.2, 0.2, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`breakpoint_color<class_TextEdit_theme_color_breakpoint_color>` | ``Color( 0.8, 0.8, 0.4, 0.2 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`caret_background_color<class_TextEdit_theme_color_caret_background_color>` | ``Color( 0, 0, 0, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`caret_color<class_TextEdit_theme_color_caret_color>` | ``Color( 0.88, 0.88, 0.88, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`code_folding_color<class_TextEdit_theme_color_code_folding_color>` | ``Color( 0.8, 0.8, 0.8, 0.8 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`completion_background_color<class_TextEdit_theme_color_completion_background_color>` | ``Color( 0.17, 0.16, 0.2, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`completion_existing_color<class_TextEdit_theme_color_completion_existing_color>` | ``Color( 0.87, 0.87, 0.87, 0.13 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`completion_font_color<class_TextEdit_theme_color_completion_font_color>` | ``Color( 0.67, 0.67, 0.67, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`completion_scroll_color<class_TextEdit_theme_color_completion_scroll_color>` | ``Color( 1, 1, 1, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`completion_selected_color<class_TextEdit_theme_color_completion_selected_color>` | ``Color( 0.26, 0.26, 0.27, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`current_line_color<class_TextEdit_theme_color_current_line_color>` | ``Color( 0.25, 0.25, 0.26, 0.8 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`executing_line_color<class_TextEdit_theme_color_executing_line_color>` | ``Color( 0.2, 0.8, 0.2, 0.4 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`font_color<class_TextEdit_theme_color_font_color>` | ``Color( 0.88, 0.88, 0.88, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`font_color_readonly<class_TextEdit_theme_color_font_color_readonly>` | ``Color( 0.88, 0.88, 0.88, 0.5 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`font_color_selected<class_TextEdit_theme_color_font_color_selected>` | ``Color( 0, 0, 0, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`function_color<class_TextEdit_theme_color_function_color>` | ``Color( 0.4, 0.64, 0.81, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`line_number_color<class_TextEdit_theme_color_line_number_color>` | ``Color( 0.67, 0.67, 0.67, 0.4 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`mark_color<class_TextEdit_theme_color_mark_color>` | ``Color( 1, 0.4, 0.4, 0.4 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`member_variable_color<class_TextEdit_theme_color_member_variable_color>` | ``Color( 0.9, 0.31, 0.35, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`number_color<class_TextEdit_theme_color_number_color>` | ``Color( 0.92, 0.58, 0.2, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`safe_line_number_color<class_TextEdit_theme_color_safe_line_number_color>` | ``Color( 0.67, 0.78, 0.67, 0.6 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`selection_color<class_TextEdit_theme_color_selection_color>` | ``Color( 0.49, 0.49, 0.49, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`symbol_color<class_TextEdit_theme_color_symbol_color>` | ``Color( 0.94, 0.94, 0.94, 1 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`word_highlighted_color<class_TextEdit_theme_color_word_highlighted_color>` | ``Color( 0.8, 0.9, 0.9, 0.15 )`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`int<class_int>` | :ref:`completion_lines<class_TextEdit_theme_constant_completion_lines>` | ``7`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`int<class_int>` | :ref:`completion_max_width<class_TextEdit_theme_constant_completion_max_width>` | ``50`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`int<class_int>` | :ref:`completion_scroll_width<class_TextEdit_theme_constant_completion_scroll_width>` | ``3`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`int<class_int>` | :ref:`line_spacing<class_TextEdit_theme_constant_line_spacing>` | ``4`` |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Font<class_Font>` | :ref:`font<class_TextEdit_theme_font_font>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`fold<class_TextEdit_theme_icon_fold>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`folded<class_TextEdit_theme_icon_folded>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`space<class_TextEdit_theme_icon_space>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`tab<class_TextEdit_theme_icon_tab>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`StyleBox<class_StyleBox>` | :ref:`completion<class_TextEdit_theme_style_completion>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`StyleBox<class_StyleBox>` | :ref:`focus<class_TextEdit_theme_style_focus>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`StyleBox<class_StyleBox>` | :ref:`normal<class_TextEdit_theme_style_normal>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- | :ref:`StyleBox<class_StyleBox>` | :ref:`read_only<class_TextEdit_theme_style_read_only>` | |
- +---------------------------------+--------------------------------------------------------------------------------------------+-------------------------------------+
- Signals
- -------
- .. _class_TextEdit_signal_breakpoint_toggled:
- - **breakpoint_toggled** **(** :ref:`int<class_int>` row **)**
- Emitted when a breakpoint is placed via the breakpoint gutter.
- ----
- .. _class_TextEdit_signal_cursor_changed:
- - **cursor_changed** **(** **)**
- Emitted when the cursor changes.
- ----
- .. _class_TextEdit_signal_info_clicked:
- - **info_clicked** **(** :ref:`int<class_int>` row, :ref:`String<class_String>` info **)**
- Emitted when the info icon is clicked.
- ----
- .. _class_TextEdit_signal_request_completion:
- - **request_completion** **(** **)**
- ----
- .. _class_TextEdit_signal_symbol_lookup:
- - **symbol_lookup** **(** :ref:`String<class_String>` symbol, :ref:`int<class_int>` row, :ref:`int<class_int>` column **)**
- ----
- .. _class_TextEdit_signal_text_changed:
- - **text_changed** **(** **)**
- Emitted when the text changes.
- Enumerations
- ------------
- .. _enum_TextEdit_SearchFlags:
- .. _class_TextEdit_constant_SEARCH_MATCH_CASE:
- .. _class_TextEdit_constant_SEARCH_WHOLE_WORDS:
- .. _class_TextEdit_constant_SEARCH_BACKWARDS:
- enum **SearchFlags**:
- - **SEARCH_MATCH_CASE** = **1** --- Match case when searching.
- - **SEARCH_WHOLE_WORDS** = **2** --- Match whole words when searching.
- - **SEARCH_BACKWARDS** = **4** --- Search from end to beginning.
- ----
- .. _enum_TextEdit_SearchResult:
- .. _class_TextEdit_constant_SEARCH_RESULT_COLUMN:
- .. _class_TextEdit_constant_SEARCH_RESULT_LINE:
- enum **SearchResult**:
- - **SEARCH_RESULT_COLUMN** = **0** --- Used to access the result column from :ref:`search<class_TextEdit_method_search>`.
- - **SEARCH_RESULT_LINE** = **1** --- Used to access the result line from :ref:`search<class_TextEdit_method_search>`.
- ----
- .. _enum_TextEdit_MenuItems:
- .. _class_TextEdit_constant_MENU_CUT:
- .. _class_TextEdit_constant_MENU_COPY:
- .. _class_TextEdit_constant_MENU_PASTE:
- .. _class_TextEdit_constant_MENU_CLEAR:
- .. _class_TextEdit_constant_MENU_SELECT_ALL:
- .. _class_TextEdit_constant_MENU_UNDO:
- .. _class_TextEdit_constant_MENU_REDO:
- .. _class_TextEdit_constant_MENU_MAX:
- enum **MenuItems**:
- - **MENU_CUT** = **0** --- Cuts (copies and clears) the selected text.
- - **MENU_COPY** = **1** --- Copies the selected text.
- - **MENU_PASTE** = **2** --- Pastes the clipboard text over the selected text (or at the cursor's position).
- - **MENU_CLEAR** = **3** --- Erases the whole ``TextEdit`` text.
- - **MENU_SELECT_ALL** = **4** --- Selects the whole ``TextEdit`` text.
- - **MENU_UNDO** = **5** --- Undoes the previous action.
- - **MENU_REDO** = **6** --- Redoes the previous action.
- - **MENU_MAX** = **7** --- Represents the size of the :ref:`MenuItems<enum_TextEdit_MenuItems>` enum.
- Property Descriptions
- ---------------------
- .. _class_TextEdit_property_bookmark_gutter:
- - :ref:`bool<class_bool>` **bookmark_gutter**
- +-----------+------------------------------------+
- | *Default* | ``false`` |
- +-----------+------------------------------------+
- | *Setter* | set_bookmark_gutter_enabled(value) |
- +-----------+------------------------------------+
- | *Getter* | is_bookmark_gutter_enabled() |
- +-----------+------------------------------------+
- If ``true``, the bookmark gutter is visible.
- ----
- .. _class_TextEdit_property_breakpoint_gutter:
- - :ref:`bool<class_bool>` **breakpoint_gutter**
- +-----------+--------------------------------------+
- | *Default* | ``false`` |
- +-----------+--------------------------------------+
- | *Setter* | set_breakpoint_gutter_enabled(value) |
- +-----------+--------------------------------------+
- | *Getter* | is_breakpoint_gutter_enabled() |
- +-----------+--------------------------------------+
- If ``true``, the breakpoint gutter is visible.
- ----
- .. _class_TextEdit_property_caret_blink:
- - :ref:`bool<class_bool>` **caret_blink**
- +-----------+---------------------------------+
- | *Default* | ``false`` |
- +-----------+---------------------------------+
- | *Setter* | cursor_set_blink_enabled(value) |
- +-----------+---------------------------------+
- | *Getter* | cursor_get_blink_enabled() |
- +-----------+---------------------------------+
- If ``true``, the caret (visual cursor) blinks.
- ----
- .. _class_TextEdit_property_caret_blink_speed:
- - :ref:`float<class_float>` **caret_blink_speed**
- +-----------+-------------------------------+
- | *Default* | ``0.65`` |
- +-----------+-------------------------------+
- | *Setter* | cursor_set_blink_speed(value) |
- +-----------+-------------------------------+
- | *Getter* | cursor_get_blink_speed() |
- +-----------+-------------------------------+
- Duration (in seconds) of a caret's blinking cycle.
- ----
- .. _class_TextEdit_property_caret_block_mode:
- - :ref:`bool<class_bool>` **caret_block_mode**
- +-----------+------------------------------+
- | *Default* | ``false`` |
- +-----------+------------------------------+
- | *Setter* | cursor_set_block_mode(value) |
- +-----------+------------------------------+
- | *Getter* | cursor_is_block_mode() |
- +-----------+------------------------------+
- If ``true``, the caret displays as a rectangle.
- If ``false``, the caret displays as a bar.
- ----
- .. _class_TextEdit_property_caret_moving_by_right_click:
- - :ref:`bool<class_bool>` **caret_moving_by_right_click**
- +-----------+------------------------------------+
- | *Default* | ``true`` |
- +-----------+------------------------------------+
- | *Setter* | set_right_click_moves_caret(value) |
- +-----------+------------------------------------+
- | *Getter* | is_right_click_moving_caret() |
- +-----------+------------------------------------+
- If ``true``, a right-click moves the cursor at the mouse position before displaying the context menu.
- If ``false``, the context menu disregards mouse location.
- ----
- .. _class_TextEdit_property_context_menu_enabled:
- - :ref:`bool<class_bool>` **context_menu_enabled**
- +-----------+---------------------------------+
- | *Default* | ``true`` |
- +-----------+---------------------------------+
- | *Setter* | set_context_menu_enabled(value) |
- +-----------+---------------------------------+
- | *Getter* | is_context_menu_enabled() |
- +-----------+---------------------------------+
- If ``true``, a right-click displays the context menu.
- ----
- .. _class_TextEdit_property_draw_spaces:
- - :ref:`bool<class_bool>` **draw_spaces**
- +-----------+------------------------+
- | *Default* | ``false`` |
- +-----------+------------------------+
- | *Setter* | set_draw_spaces(value) |
- +-----------+------------------------+
- | *Getter* | is_drawing_spaces() |
- +-----------+------------------------+
- If ``true``, the "space" character will have a visible representation.
- ----
- .. _class_TextEdit_property_draw_tabs:
- - :ref:`bool<class_bool>` **draw_tabs**
- +-----------+----------------------+
- | *Default* | ``false`` |
- +-----------+----------------------+
- | *Setter* | set_draw_tabs(value) |
- +-----------+----------------------+
- | *Getter* | is_drawing_tabs() |
- +-----------+----------------------+
- If ``true``, the "tab" character will have a visible representation.
- ----
- .. _class_TextEdit_property_fold_gutter:
- - :ref:`bool<class_bool>` **fold_gutter**
- +-----------+-----------------------------+
- | *Default* | ``false`` |
- +-----------+-----------------------------+
- | *Setter* | set_draw_fold_gutter(value) |
- +-----------+-----------------------------+
- | *Getter* | is_drawing_fold_gutter() |
- +-----------+-----------------------------+
- If ``true``, the fold gutter is visible. This enables folding groups of indented lines.
- ----
- .. _class_TextEdit_property_hiding_enabled:
- - :ref:`bool<class_bool>` **hiding_enabled**
- +-----------+---------------------------+
- | *Default* | ``false`` |
- +-----------+---------------------------+
- | *Setter* | set_hiding_enabled(value) |
- +-----------+---------------------------+
- | *Getter* | is_hiding_enabled() |
- +-----------+---------------------------+
- If ``true``, all lines that have been set to hidden by :ref:`set_line_as_hidden<class_TextEdit_method_set_line_as_hidden>`, will not be visible.
- ----
- .. _class_TextEdit_property_highlight_all_occurrences:
- - :ref:`bool<class_bool>` **highlight_all_occurrences**
- +-----------+----------------------------------------+
- | *Default* | ``false`` |
- +-----------+----------------------------------------+
- | *Setter* | set_highlight_all_occurrences(value) |
- +-----------+----------------------------------------+
- | *Getter* | is_highlight_all_occurrences_enabled() |
- +-----------+----------------------------------------+
- If ``true``, all occurrences of the selected text will be highlighted.
- ----
- .. _class_TextEdit_property_highlight_current_line:
- - :ref:`bool<class_bool>` **highlight_current_line**
- +-----------+-------------------------------------+
- | *Default* | ``false`` |
- +-----------+-------------------------------------+
- | *Setter* | set_highlight_current_line(value) |
- +-----------+-------------------------------------+
- | *Getter* | is_highlight_current_line_enabled() |
- +-----------+-------------------------------------+
- If ``true``, the line containing the cursor is highlighted.
- ----
- .. _class_TextEdit_property_minimap_draw:
- - :ref:`bool<class_bool>` **minimap_draw**
- +-----------+----------------------+
- | *Default* | ``false`` |
- +-----------+----------------------+
- | *Setter* | draw_minimap(value) |
- +-----------+----------------------+
- | *Getter* | is_drawing_minimap() |
- +-----------+----------------------+
- If ``true``, a minimap is shown, providing an outline of your source code.
- ----
- .. _class_TextEdit_property_minimap_width:
- - :ref:`int<class_int>` **minimap_width**
- +-----------+--------------------------+
- | *Default* | ``80`` |
- +-----------+--------------------------+
- | *Setter* | set_minimap_width(value) |
- +-----------+--------------------------+
- | *Getter* | get_minimap_width() |
- +-----------+--------------------------+
- The width, in pixels, of the minimap.
- ----
- .. _class_TextEdit_property_override_selected_font_color:
- - :ref:`bool<class_bool>` **override_selected_font_color**
- +-----------+-----------------------------------------+
- | *Default* | ``false`` |
- +-----------+-----------------------------------------+
- | *Setter* | set_override_selected_font_color(value) |
- +-----------+-----------------------------------------+
- | *Getter* | is_overriding_selected_font_color() |
- +-----------+-----------------------------------------+
- If ``true``, custom ``font_color_selected`` will be used for selected text.
- ----
- .. _class_TextEdit_property_readonly:
- - :ref:`bool<class_bool>` **readonly**
- +-----------+---------------------+
- | *Default* | ``false`` |
- +-----------+---------------------+
- | *Setter* | set_readonly(value) |
- +-----------+---------------------+
- | *Getter* | is_readonly() |
- +-----------+---------------------+
- If ``true``, read-only mode is enabled. Existing text cannot be modified and new text cannot be added.
- ----
- .. _class_TextEdit_property_scroll_horizontal:
- - :ref:`int<class_int>` **scroll_horizontal**
- +-----------+---------------------+
- | *Default* | ``0`` |
- +-----------+---------------------+
- | *Setter* | set_h_scroll(value) |
- +-----------+---------------------+
- | *Getter* | get_h_scroll() |
- +-----------+---------------------+
- If there is a horizontal scrollbar, this determines the current horizontal scroll value in pixels.
- ----
- .. _class_TextEdit_property_scroll_vertical:
- - :ref:`float<class_float>` **scroll_vertical**
- +-----------+---------------------+
- | *Default* | ``0.0`` |
- +-----------+---------------------+
- | *Setter* | set_v_scroll(value) |
- +-----------+---------------------+
- | *Getter* | get_v_scroll() |
- +-----------+---------------------+
- If there is a vertical scrollbar, this determines the current vertical scroll value in line numbers, starting at 0 for the top line.
- ----
- .. _class_TextEdit_property_selecting_enabled:
- - :ref:`bool<class_bool>` **selecting_enabled**
- +-----------+------------------------------+
- | *Default* | ``true`` |
- +-----------+------------------------------+
- | *Setter* | set_selecting_enabled(value) |
- +-----------+------------------------------+
- | *Getter* | is_selecting_enabled() |
- +-----------+------------------------------+
- If ``true``, text can be selected.
- If ``false``, text can not be selected by the user or by the :ref:`select<class_TextEdit_method_select>` or :ref:`select_all<class_TextEdit_method_select_all>` methods.
- ----
- .. _class_TextEdit_property_shortcut_keys_enabled:
- - :ref:`bool<class_bool>` **shortcut_keys_enabled**
- +-----------+----------------------------------+
- | *Default* | ``true`` |
- +-----------+----------------------------------+
- | *Setter* | set_shortcut_keys_enabled(value) |
- +-----------+----------------------------------+
- | *Getter* | is_shortcut_keys_enabled() |
- +-----------+----------------------------------+
- If ``true``, shortcut keys for context menu items are enabled, even if the context menu is disabled.
- ----
- .. _class_TextEdit_property_show_line_numbers:
- - :ref:`bool<class_bool>` **show_line_numbers**
- +-----------+--------------------------------+
- | *Default* | ``false`` |
- +-----------+--------------------------------+
- | *Setter* | set_show_line_numbers(value) |
- +-----------+--------------------------------+
- | *Getter* | is_show_line_numbers_enabled() |
- +-----------+--------------------------------+
- If ``true``, line numbers are displayed to the left of the text.
- ----
- .. _class_TextEdit_property_smooth_scrolling:
- - :ref:`bool<class_bool>` **smooth_scrolling**
- +-----------+---------------------------------+
- | *Default* | ``false`` |
- +-----------+---------------------------------+
- | *Setter* | set_smooth_scroll_enable(value) |
- +-----------+---------------------------------+
- | *Getter* | is_smooth_scroll_enabled() |
- +-----------+---------------------------------+
- If ``true``, sets the ``step`` of the scrollbars to ``0.25`` which results in smoother scrolling.
- ----
- .. _class_TextEdit_property_syntax_highlighting:
- - :ref:`bool<class_bool>` **syntax_highlighting**
- +-----------+------------------------------+
- | *Default* | ``false`` |
- +-----------+------------------------------+
- | *Setter* | set_syntax_coloring(value) |
- +-----------+------------------------------+
- | *Getter* | is_syntax_coloring_enabled() |
- +-----------+------------------------------+
- If ``true``, any custom color properties that have been set for this ``TextEdit`` will be visible.
- ----
- .. _class_TextEdit_property_text:
- - :ref:`String<class_String>` **text**
- +-----------+-----------------+
- | *Default* | ``""`` |
- +-----------+-----------------+
- | *Setter* | set_text(value) |
- +-----------+-----------------+
- | *Getter* | get_text() |
- +-----------+-----------------+
- String value of the ``TextEdit``.
- ----
- .. _class_TextEdit_property_v_scroll_speed:
- - :ref:`float<class_float>` **v_scroll_speed**
- +-----------+---------------------------+
- | *Default* | ``80.0`` |
- +-----------+---------------------------+
- | *Setter* | set_v_scroll_speed(value) |
- +-----------+---------------------------+
- | *Getter* | get_v_scroll_speed() |
- +-----------+---------------------------+
- Vertical scroll sensitivity.
- ----
- .. _class_TextEdit_property_virtual_keyboard_enabled:
- - :ref:`bool<class_bool>` **virtual_keyboard_enabled**
- +-----------+-------------------------------------+
- | *Default* | ``true`` |
- +-----------+-------------------------------------+
- | *Setter* | set_virtual_keyboard_enabled(value) |
- +-----------+-------------------------------------+
- | *Getter* | is_virtual_keyboard_enabled() |
- +-----------+-------------------------------------+
- If ``true``, the native virtual keyboard is shown when focused on platforms that support it.
- ----
- .. _class_TextEdit_property_wrap_enabled:
- - :ref:`bool<class_bool>` **wrap_enabled**
- +-----------+-------------------------+
- | *Default* | ``false`` |
- +-----------+-------------------------+
- | *Setter* | set_wrap_enabled(value) |
- +-----------+-------------------------+
- | *Getter* | is_wrap_enabled() |
- +-----------+-------------------------+
- If ``true``, enables text wrapping when it goes beyond the edge of what is visible.
- Method Descriptions
- -------------------
- .. _class_TextEdit_method_add_color_region:
- - void **add_color_region** **(** :ref:`String<class_String>` begin_key, :ref:`String<class_String>` end_key, :ref:`Color<class_Color>` color, :ref:`bool<class_bool>` line_only=false **)**
- Adds color region (given the delimiters) and its colors.
- ----
- .. _class_TextEdit_method_add_keyword_color:
- - void **add_keyword_color** **(** :ref:`String<class_String>` keyword, :ref:`Color<class_Color>` color **)**
- Adds a ``keyword`` and its :ref:`Color<class_Color>`.
- ----
- .. _class_TextEdit_method_can_fold:
- - :ref:`bool<class_bool>` **can_fold** **(** :ref:`int<class_int>` line **)** |const|
- Returns if the given line is foldable, that is, it has indented lines right below it.
- ----
- .. _class_TextEdit_method_center_viewport_to_cursor:
- - void **center_viewport_to_cursor** **(** **)**
- Centers the viewport on the line the editing cursor is at. This also resets the :ref:`scroll_horizontal<class_TextEdit_property_scroll_horizontal>` value to ``0``.
- ----
- .. _class_TextEdit_method_clear_colors:
- - void **clear_colors** **(** **)**
- Clears all custom syntax coloring information previously added with :ref:`add_color_region<class_TextEdit_method_add_color_region>` or :ref:`add_keyword_color<class_TextEdit_method_add_keyword_color>`.
- ----
- .. _class_TextEdit_method_clear_undo_history:
- - void **clear_undo_history** **(** **)**
- Clears the undo history.
- ----
- .. _class_TextEdit_method_copy:
- - void **copy** **(** **)**
- Copy's the current text selection.
- ----
- .. _class_TextEdit_method_cursor_get_column:
- - :ref:`int<class_int>` **cursor_get_column** **(** **)** |const|
- Returns the column the editing cursor is at.
- ----
- .. _class_TextEdit_method_cursor_get_line:
- - :ref:`int<class_int>` **cursor_get_line** **(** **)** |const|
- Returns the line the editing cursor is at.
- ----
- .. _class_TextEdit_method_cursor_set_column:
- - void **cursor_set_column** **(** :ref:`int<class_int>` column, :ref:`bool<class_bool>` adjust_viewport=true **)**
- Moves the cursor at the specified ``column`` index.
- If ``adjust_viewport`` is set to ``true``, the viewport will center at the cursor position after the move occurs.
- ----
- .. _class_TextEdit_method_cursor_set_line:
- - void **cursor_set_line** **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` adjust_viewport=true, :ref:`bool<class_bool>` can_be_hidden=true, :ref:`int<class_int>` wrap_index=0 **)**
- Moves the cursor at the specified ``line`` index.
- If ``adjust_viewport`` is set to ``true``, the viewport will center at the cursor position after the move occurs.
- If ``can_be_hidden`` is set to ``true``, the specified ``line`` can be hidden using :ref:`set_line_as_hidden<class_TextEdit_method_set_line_as_hidden>`.
- ----
- .. _class_TextEdit_method_cut:
- - void **cut** **(** **)**
- Cut's the current selection.
- ----
- .. _class_TextEdit_method_deselect:
- - void **deselect** **(** **)**
- Deselects the current selection.
- ----
- .. _class_TextEdit_method_fold_all_lines:
- - void **fold_all_lines** **(** **)**
- Folds all lines that are possible to be folded (see :ref:`can_fold<class_TextEdit_method_can_fold>`).
- ----
- .. _class_TextEdit_method_fold_line:
- - void **fold_line** **(** :ref:`int<class_int>` line **)**
- Folds the given line, if possible (see :ref:`can_fold<class_TextEdit_method_can_fold>`).
- ----
- .. _class_TextEdit_method_get_breakpoints:
- - :ref:`Array<class_Array>` **get_breakpoints** **(** **)** |const|
- Returns an array containing the line number of each breakpoint.
- ----
- .. _class_TextEdit_method_get_keyword_color:
- - :ref:`Color<class_Color>` **get_keyword_color** **(** :ref:`String<class_String>` keyword **)** |const|
- Returns the :ref:`Color<class_Color>` of the specified ``keyword``.
- ----
- .. _class_TextEdit_method_get_line:
- - :ref:`String<class_String>` **get_line** **(** :ref:`int<class_int>` line **)** |const|
- Returns the text of a specific line.
- ----
- .. _class_TextEdit_method_get_line_column_at_pos:
- - :ref:`Vector2<class_Vector2>` **get_line_column_at_pos** **(** :ref:`Vector2<class_Vector2>` position **)** |const|
- Returns the line and column at the given position. In the returned vector, ``x`` is the column, ``y`` is the line.
- ----
- .. _class_TextEdit_method_get_line_count:
- - :ref:`int<class_int>` **get_line_count** **(** **)** |const|
- Returns the amount of total lines in the text.
- ----
- .. _class_TextEdit_method_get_line_height:
- - :ref:`int<class_int>` **get_line_height** **(** **)** |const|
- Returns the height of a largest line.
- ----
- .. _class_TextEdit_method_get_line_width:
- - :ref:`int<class_int>` **get_line_width** **(** :ref:`int<class_int>` line, :ref:`int<class_int>` wrap_index=-1 **)** |const|
- Returns the width in pixels of the ``wrap_index`` on ``line``.
- ----
- .. _class_TextEdit_method_get_line_wrap_count:
- - :ref:`int<class_int>` **get_line_wrap_count** **(** :ref:`int<class_int>` line **)** |const|
- Returns the number of times the given line is wrapped.
- ----
- .. _class_TextEdit_method_get_line_wrapped_text:
- - :ref:`PoolStringArray<class_PoolStringArray>` **get_line_wrapped_text** **(** :ref:`int<class_int>` line **)** |const|
- Returns an array of :ref:`String<class_String>`\ s representing each wrapped index.
- ----
- .. _class_TextEdit_method_get_menu:
- - :ref:`PopupMenu<class_PopupMenu>` **get_menu** **(** **)** |const|
- Returns the :ref:`PopupMenu<class_PopupMenu>` of this ``TextEdit``. By default, this menu is displayed when right-clicking on the ``TextEdit``.
- **Warning:** This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their :ref:`CanvasItem.visible<class_CanvasItem_property_visible>` property.
- ----
- .. _class_TextEdit_method_get_pos_at_line_column:
- - :ref:`Vector2<class_Vector2>` **get_pos_at_line_column** **(** :ref:`int<class_int>` line, :ref:`int<class_int>` column **)** |const|
- Returns the local position for the given ``line`` and ``column``. If ``x`` or ``y`` of the returned vector equal ``-1``, the position is outside of the viewable area of the control.
- **Note:** The Y position corresponds to the bottom side of the line. Use :ref:`get_rect_at_line_column<class_TextEdit_method_get_rect_at_line_column>` to get the top side position.
- ----
- .. _class_TextEdit_method_get_rect_at_line_column:
- - :ref:`Rect2<class_Rect2>` **get_rect_at_line_column** **(** :ref:`int<class_int>` line, :ref:`int<class_int>` column **)** |const|
- Returns the local position and size for the grapheme at the given ``line`` and ``column``. If ``x`` or ``y`` position of the returned rect equal ``-1``, the position is outside of the viewable area of the control.
- **Note:** The Y position of the returned rect corresponds to the top side of the line, unlike :ref:`get_pos_at_line_column<class_TextEdit_method_get_pos_at_line_column>` which returns the bottom side.
- ----
- .. _class_TextEdit_method_get_selection_from_column:
- - :ref:`int<class_int>` **get_selection_from_column** **(** **)** |const|
- Returns the selection begin column.
- ----
- .. _class_TextEdit_method_get_selection_from_line:
- - :ref:`int<class_int>` **get_selection_from_line** **(** **)** |const|
- Returns the selection begin line.
- ----
- .. _class_TextEdit_method_get_selection_text:
- - :ref:`String<class_String>` **get_selection_text** **(** **)** |const|
- Returns the text inside the selection.
- ----
- .. _class_TextEdit_method_get_selection_to_column:
- - :ref:`int<class_int>` **get_selection_to_column** **(** **)** |const|
- Returns the selection end column.
- ----
- .. _class_TextEdit_method_get_selection_to_line:
- - :ref:`int<class_int>` **get_selection_to_line** **(** **)** |const|
- Returns the selection end line.
- ----
- .. _class_TextEdit_method_get_total_gutter_width:
- - :ref:`int<class_int>` **get_total_gutter_width** **(** **)** |const|
- Returns the total width of all gutters and internal padding.
- ----
- .. _class_TextEdit_method_get_word_under_cursor:
- - :ref:`String<class_String>` **get_word_under_cursor** **(** **)** |const|
- Returns a :ref:`String<class_String>` text with the word under the caret (text cursor) location.
- ----
- .. _class_TextEdit_method_has_keyword_color:
- - :ref:`bool<class_bool>` **has_keyword_color** **(** :ref:`String<class_String>` keyword **)** |const|
- Returns whether the specified ``keyword`` has a color set to it or not.
- ----
- .. _class_TextEdit_method_has_redo:
- - :ref:`bool<class_bool>` **has_redo** **(** **)** |const|
- Returns ``true`` if a "redo" action is available.
- ----
- .. _class_TextEdit_method_has_undo:
- - :ref:`bool<class_bool>` **has_undo** **(** **)** |const|
- Returns ``true`` if an "undo" action is available.
- ----
- .. _class_TextEdit_method_insert_text_at_cursor:
- - void **insert_text_at_cursor** **(** :ref:`String<class_String>` text **)**
- Insert the specified text at the cursor position.
- ----
- .. _class_TextEdit_method_is_folded:
- - :ref:`bool<class_bool>` **is_folded** **(** :ref:`int<class_int>` line **)** |const|
- Returns whether the line at the specified index is folded or not.
- ----
- .. _class_TextEdit_method_is_line_hidden:
- - :ref:`bool<class_bool>` **is_line_hidden** **(** :ref:`int<class_int>` line **)** |const|
- Returns whether the line at the specified index is hidden or not.
- ----
- .. _class_TextEdit_method_is_line_set_as_bookmark:
- - :ref:`bool<class_bool>` **is_line_set_as_bookmark** **(** :ref:`int<class_int>` line **)** |const|
- Returns ``true`` when the specified ``line`` is bookmarked.
- ----
- .. _class_TextEdit_method_is_line_set_as_breakpoint:
- - :ref:`bool<class_bool>` **is_line_set_as_breakpoint** **(** :ref:`int<class_int>` line **)** |const|
- Returns ``true`` when the specified ``line`` has a breakpoint.
- ----
- .. _class_TextEdit_method_is_line_set_as_safe:
- - :ref:`bool<class_bool>` **is_line_set_as_safe** **(** :ref:`int<class_int>` line **)** |const|
- Returns ``true`` when the specified ``line`` is marked as safe.
- ----
- .. _class_TextEdit_method_is_line_wrapped:
- - :ref:`bool<class_bool>` **is_line_wrapped** **(** :ref:`int<class_int>` line **)** |const|
- Returns if the given line is wrapped.
- ----
- .. _class_TextEdit_method_is_selection_active:
- - :ref:`bool<class_bool>` **is_selection_active** **(** **)** |const|
- Returns ``true`` if the selection is active.
- ----
- .. _class_TextEdit_method_menu_option:
- - void **menu_option** **(** :ref:`int<class_int>` option **)**
- Triggers a right-click menu action by the specified index. See :ref:`MenuItems<enum_TextEdit_MenuItems>` for a list of available indexes.
- ----
- .. _class_TextEdit_method_paste:
- - void **paste** **(** **)**
- Paste the current selection.
- ----
- .. _class_TextEdit_method_redo:
- - void **redo** **(** **)**
- Perform redo operation.
- ----
- .. _class_TextEdit_method_remove_breakpoints:
- - void **remove_breakpoints** **(** **)**
- Removes all the breakpoints. This will not fire the :ref:`breakpoint_toggled<class_TextEdit_signal_breakpoint_toggled>` signal.
- ----
- .. _class_TextEdit_method_search:
- - :ref:`PoolIntArray<class_PoolIntArray>` **search** **(** :ref:`String<class_String>` key, :ref:`int<class_int>` flags, :ref:`int<class_int>` from_line, :ref:`int<class_int>` from_column **)** |const|
- Perform a search inside the text. Search flags can be specified in the :ref:`SearchFlags<enum_TextEdit_SearchFlags>` enum.
- Returns an empty ``PoolIntArray`` if no result was found. Otherwise, the result line and column can be accessed at indices specified in the :ref:`SearchResult<enum_TextEdit_SearchResult>` enum, e.g:
- ::
- var result = search(key, flags, line, column)
- if result.size() > 0:
- # Result found.
- var res_line = result[TextEdit.SEARCH_RESULT_LINE]
- var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]
- ----
- .. _class_TextEdit_method_select:
- - void **select** **(** :ref:`int<class_int>` from_line, :ref:`int<class_int>` from_column, :ref:`int<class_int>` to_line, :ref:`int<class_int>` to_column **)**
- Perform selection, from line/column to line/column.
- If :ref:`selecting_enabled<class_TextEdit_property_selecting_enabled>` is ``false``, no selection will occur.
- ----
- .. _class_TextEdit_method_select_all:
- - void **select_all** **(** **)**
- Select all the text.
- If :ref:`selecting_enabled<class_TextEdit_property_selecting_enabled>` is ``false``, no selection will occur.
- ----
- .. _class_TextEdit_method_set_line:
- - void **set_line** **(** :ref:`int<class_int>` line, :ref:`String<class_String>` new_text **)**
- Sets the text for a specific line.
- ----
- .. _class_TextEdit_method_set_line_as_bookmark:
- - void **set_line_as_bookmark** **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` bookmark **)**
- Bookmarks the ``line`` if ``bookmark`` is true. Deletes the bookmark if ``bookmark`` is false.
- Bookmarks are shown in the :ref:`breakpoint_gutter<class_TextEdit_property_breakpoint_gutter>`.
- ----
- .. _class_TextEdit_method_set_line_as_breakpoint:
- - void **set_line_as_breakpoint** **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` breakpoint **)**
- Adds or removes the breakpoint in ``line``. Breakpoints are shown in the :ref:`breakpoint_gutter<class_TextEdit_property_breakpoint_gutter>`.
- ----
- .. _class_TextEdit_method_set_line_as_hidden:
- - void **set_line_as_hidden** **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` enable **)**
- If ``true``, hides the line of the specified index.
- ----
- .. _class_TextEdit_method_set_line_as_safe:
- - void **set_line_as_safe** **(** :ref:`int<class_int>` line, :ref:`bool<class_bool>` safe **)**
- If ``true``, marks the ``line`` as safe.
- This will show the line number with the color provided in the ``safe_line_number_color`` theme property.
- ----
- .. _class_TextEdit_method_toggle_fold_line:
- - void **toggle_fold_line** **(** :ref:`int<class_int>` line **)**
- Toggle the folding of the code block at the given line.
- ----
- .. _class_TextEdit_method_undo:
- - void **undo** **(** **)**
- Perform undo operation.
- ----
- .. _class_TextEdit_method_unfold_line:
- - void **unfold_line** **(** :ref:`int<class_int>` line **)**
- Unfolds the given line, if folded.
- ----
- .. _class_TextEdit_method_unhide_all_lines:
- - void **unhide_all_lines** **(** **)**
- Unhide all lines that were previously set to hidden by :ref:`set_line_as_hidden<class_TextEdit_method_set_line_as_hidden>`.
- Theme Property Descriptions
- ---------------------------
- .. _class_TextEdit_theme_color_background_color:
- - :ref:`Color<class_Color>` **background_color**
- +-----------+-------------------------+
- | *Default* | ``Color( 0, 0, 0, 0 )`` |
- +-----------+-------------------------+
- Sets the background :ref:`Color<class_Color>` of this ``TextEdit``. :ref:`syntax_highlighting<class_TextEdit_property_syntax_highlighting>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_bookmark_color:
- - :ref:`Color<class_Color>` **bookmark_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.08, 0.49, 0.98, 1 )`` |
- +-----------+----------------------------------+
- Sets the :ref:`Color<class_Color>` of the bookmark marker. :ref:`syntax_highlighting<class_TextEdit_property_syntax_highlighting>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_brace_mismatch_color:
- - :ref:`Color<class_Color>` **brace_mismatch_color**
- +-----------+-----------------------------+
- | *Default* | ``Color( 1, 0.2, 0.2, 1 )`` |
- +-----------+-----------------------------+
- ----
- .. _class_TextEdit_theme_color_breakpoint_color:
- - :ref:`Color<class_Color>` **breakpoint_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.8, 0.8, 0.4, 0.2 )`` |
- +-----------+---------------------------------+
- Sets the :ref:`Color<class_Color>` of the breakpoints. :ref:`breakpoint_gutter<class_TextEdit_property_breakpoint_gutter>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_caret_background_color:
- - :ref:`Color<class_Color>` **caret_background_color**
- +-----------+-------------------------+
- | *Default* | ``Color( 0, 0, 0, 1 )`` |
- +-----------+-------------------------+
- ----
- .. _class_TextEdit_theme_color_caret_color:
- - :ref:`Color<class_Color>` **caret_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.88, 0.88, 0.88, 1 )`` |
- +-----------+----------------------------------+
- ----
- .. _class_TextEdit_theme_color_code_folding_color:
- - :ref:`Color<class_Color>` **code_folding_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.8, 0.8, 0.8, 0.8 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_completion_background_color:
- - :ref:`Color<class_Color>` **completion_background_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.17, 0.16, 0.2, 1 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_completion_existing_color:
- - :ref:`Color<class_Color>` **completion_existing_color**
- +-----------+-------------------------------------+
- | *Default* | ``Color( 0.87, 0.87, 0.87, 0.13 )`` |
- +-----------+-------------------------------------+
- ----
- .. _class_TextEdit_theme_color_completion_font_color:
- - :ref:`Color<class_Color>` **completion_font_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.67, 0.67, 0.67, 1 )`` |
- +-----------+----------------------------------+
- ----
- .. _class_TextEdit_theme_color_completion_scroll_color:
- - :ref:`Color<class_Color>` **completion_scroll_color**
- +-----------+-------------------------+
- | *Default* | ``Color( 1, 1, 1, 1 )`` |
- +-----------+-------------------------+
- ----
- .. _class_TextEdit_theme_color_completion_selected_color:
- - :ref:`Color<class_Color>` **completion_selected_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.26, 0.26, 0.27, 1 )`` |
- +-----------+----------------------------------+
- ----
- .. _class_TextEdit_theme_color_current_line_color:
- - :ref:`Color<class_Color>` **current_line_color**
- +-----------+------------------------------------+
- | *Default* | ``Color( 0.25, 0.25, 0.26, 0.8 )`` |
- +-----------+------------------------------------+
- Sets the :ref:`Color<class_Color>` of the breakpoints. :ref:`breakpoint_gutter<class_TextEdit_property_breakpoint_gutter>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_executing_line_color:
- - :ref:`Color<class_Color>` **executing_line_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.2, 0.8, 0.2, 0.4 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_font_color:
- - :ref:`Color<class_Color>` **font_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.88, 0.88, 0.88, 1 )`` |
- +-----------+----------------------------------+
- Sets the font :ref:`Color<class_Color>`.
- ----
- .. _class_TextEdit_theme_color_font_color_readonly:
- - :ref:`Color<class_Color>` **font_color_readonly**
- +-----------+------------------------------------+
- | *Default* | ``Color( 0.88, 0.88, 0.88, 0.5 )`` |
- +-----------+------------------------------------+
- ----
- .. _class_TextEdit_theme_color_font_color_selected:
- - :ref:`Color<class_Color>` **font_color_selected**
- +-----------+-------------------------+
- | *Default* | ``Color( 0, 0, 0, 1 )`` |
- +-----------+-------------------------+
- Sets the :ref:`Color<class_Color>` of the selected text. :ref:`override_selected_font_color<class_TextEdit_property_override_selected_font_color>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_function_color:
- - :ref:`Color<class_Color>` **function_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.4, 0.64, 0.81, 1 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_line_number_color:
- - :ref:`Color<class_Color>` **line_number_color**
- +-----------+------------------------------------+
- | *Default* | ``Color( 0.67, 0.67, 0.67, 0.4 )`` |
- +-----------+------------------------------------+
- Sets the :ref:`Color<class_Color>` of the line numbers. :ref:`show_line_numbers<class_TextEdit_property_show_line_numbers>` has to be enabled.
- ----
- .. _class_TextEdit_theme_color_mark_color:
- - :ref:`Color<class_Color>` **mark_color**
- +-----------+-------------------------------+
- | *Default* | ``Color( 1, 0.4, 0.4, 0.4 )`` |
- +-----------+-------------------------------+
- Sets the :ref:`Color<class_Color>` of marked text.
- ----
- .. _class_TextEdit_theme_color_member_variable_color:
- - :ref:`Color<class_Color>` **member_variable_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.9, 0.31, 0.35, 1 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_number_color:
- - :ref:`Color<class_Color>` **number_color**
- +-----------+---------------------------------+
- | *Default* | ``Color( 0.92, 0.58, 0.2, 1 )`` |
- +-----------+---------------------------------+
- ----
- .. _class_TextEdit_theme_color_safe_line_number_color:
- - :ref:`Color<class_Color>` **safe_line_number_color**
- +-----------+------------------------------------+
- | *Default* | ``Color( 0.67, 0.78, 0.67, 0.6 )`` |
- +-----------+------------------------------------+
- ----
- .. _class_TextEdit_theme_color_selection_color:
- - :ref:`Color<class_Color>` **selection_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.49, 0.49, 0.49, 1 )`` |
- +-----------+----------------------------------+
- Sets the highlight :ref:`Color<class_Color>` of text selections.
- ----
- .. _class_TextEdit_theme_color_symbol_color:
- - :ref:`Color<class_Color>` **symbol_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.94, 0.94, 0.94, 1 )`` |
- +-----------+----------------------------------+
- ----
- .. _class_TextEdit_theme_color_word_highlighted_color:
- - :ref:`Color<class_Color>` **word_highlighted_color**
- +-----------+----------------------------------+
- | *Default* | ``Color( 0.8, 0.9, 0.9, 0.15 )`` |
- +-----------+----------------------------------+
- Sets the highlight :ref:`Color<class_Color>` of multiple occurrences. :ref:`highlight_all_occurrences<class_TextEdit_property_highlight_all_occurrences>` has to be enabled.
- ----
- .. _class_TextEdit_theme_constant_completion_lines:
- - :ref:`int<class_int>` **completion_lines**
- +-----------+-------+
- | *Default* | ``7`` |
- +-----------+-------+
- ----
- .. _class_TextEdit_theme_constant_completion_max_width:
- - :ref:`int<class_int>` **completion_max_width**
- +-----------+--------+
- | *Default* | ``50`` |
- +-----------+--------+
- ----
- .. _class_TextEdit_theme_constant_completion_scroll_width:
- - :ref:`int<class_int>` **completion_scroll_width**
- +-----------+-------+
- | *Default* | ``3`` |
- +-----------+-------+
- ----
- .. _class_TextEdit_theme_constant_line_spacing:
- - :ref:`int<class_int>` **line_spacing**
- +-----------+-------+
- | *Default* | ``4`` |
- +-----------+-------+
- Sets the spacing between the lines.
- ----
- .. _class_TextEdit_theme_font_font:
- - :ref:`Font<class_Font>` **font**
- Sets the default :ref:`Font<class_Font>`.
- ----
- .. _class_TextEdit_theme_icon_fold:
- - :ref:`Texture<class_Texture>` **fold**
- ----
- .. _class_TextEdit_theme_icon_folded:
- - :ref:`Texture<class_Texture>` **folded**
- ----
- .. _class_TextEdit_theme_icon_space:
- - :ref:`Texture<class_Texture>` **space**
- ----
- .. _class_TextEdit_theme_icon_tab:
- - :ref:`Texture<class_Texture>` **tab**
- Sets a custom :ref:`Texture<class_Texture>` for tab text characters.
- ----
- .. _class_TextEdit_theme_style_completion:
- - :ref:`StyleBox<class_StyleBox>` **completion**
- ----
- .. _class_TextEdit_theme_style_focus:
- - :ref:`StyleBox<class_StyleBox>` **focus**
- ----
- .. _class_TextEdit_theme_style_normal:
- - :ref:`StyleBox<class_StyleBox>` **normal**
- Sets the :ref:`StyleBox<class_StyleBox>` of this ``TextEdit``.
- ----
- .. _class_TextEdit_theme_style_read_only:
- - :ref:`StyleBox<class_StyleBox>` **read_only**
- Sets the :ref:`StyleBox<class_StyleBox>` of this ``TextEdit`` when :ref:`readonly<class_TextEdit_property_readonly>` is enabled.
- .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
- .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
- .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|