summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-3/+3
* Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+4
* Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-0/+1
* CodeEdit: improve render speedrune-scape2024-09-041-18/+17
* Implement fit content width in TextEditAaron Franke2024-08-041-13/+17
* Fix TextEdit placeholder fit content heightkit2024-07-271-0/+1
* Fix dropping on selection in script editorkit2024-07-041-0/+1
* enable custom separators to treat different characters as wordsVolkan Gezer2024-06-241-0/+28
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-12/+34
* Overhaul TextEdit selection.kit2024-04-261-21/+33
* Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+1
* [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-0/+7
* Apply TextEdit IME on most actionskit2024-01-291-0/+6
* Editor: fix code editor scrolling experience on track padsBram Buurlage2023-09-301-2/+2
* Connect `CodeHighlighter` with `TextEdit` without friend-accessYuri Sizov2023-09-191-2/+2
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-7/+8
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+1
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-1/+1
* [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-0/+7
* Add an option to show a TextEdit caret when editable is disabledjeffVenancius2023-04-071-0/+4
* Implement theme item cache in TextEdit and CodeEditYuri Sizov2023-04-031-29/+41
* Remove methods in header removed in c7eb814George L. Albany2023-03-151-3/+0
* Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev2023-01-271-1/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch2022-11-021-1/+1
* Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch2022-10-311-0/+1
* Merge pull request #67888 from KoBeWi/overrideadRémi Verschelde2022-10-311-2/+2
|\
| * Remove override_selected_font_color propertykobewi2022-10-261-2/+2
* | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-0/+4
|\ \
| * | Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-0/+4
| |/
* / Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch2022-10-211-0/+1
|/
* Getters for TextEdit scrollbarsmicroaeris2022-10-071-0/+3
* Add mutliple Caret support to TextEditPaulb232022-10-051-47/+97
* Move selecion into caretPaulb232022-10-031-24/+24
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-2/+2
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+3
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-11/+1
* Allow to disable TextEdit vertical scrollkobewi2022-07-041-0/+5
* Add an option to drag'n'drop selected text in TextEditConteZero2022-06-261-0/+4
* Replace most uses of Map by HashMapreduz2022-05-161-2/+1
* Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg2022-05-131-0/+4
* Implement Label3D node.bruvzg2022-04-221-3/+3
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-5/+5
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+1
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-1/+2
* Move placeholder color to theme itemPaulb232022-01-301-5/+1
* Add Placeholder to TextEditPaulb232022-01-231-0/+20