summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextEdit.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* Merge pull request #67888 from KoBeWi/overrideadRémi Verschelde2022-10-311-5/+2
|\
| * Remove override_selected_font_color propertykobewi2022-10-261-5/+2
* | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-0/+7
|\ \
| * | Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-0/+7
| |/
* / Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch2022-10-211-0/+6
|/
* Getters for TextEdit scrollbarsmicroaeris2022-10-071-0/+12
* Update TextEdit docsPaulb232022-10-051-1/+127
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-1/+1
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-5/+5
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-32/+32
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-125/+125
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-21/+0
* Allow to disable TextEdit vertical scrollkobewi2022-07-041-1/+4
* Add an option to drag'n'drop selected text in TextEditConteZero2022-06-261-0/+3
* Implement Label3D node.bruvzg2022-04-221-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Move placeholder color to theme itemPaulb232022-01-301-3/+3
* Add Placeholder to TextEditPaulb232022-01-231-0/+6
* Merge pull request #54729 from Paulb23/text-edit-callableRémi Verschelde2022-01-191-6/+3
|\
| * Convert TextEdit callbacks to CallablePaulb232022-01-191-6/+3
* | Improve the default project themeHugo Locurcio2022-01-191-6/+6
|/
* Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them...Rémi Verschelde2022-01-131-1/+4
|\
| * Add a theme constant to change LineEdit and TextEdit's caret widthHugo Locurcio2022-01-071-1/+4
* | [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-1/+1
|/
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-151-1/+1
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-2/+2
* Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enumsRémi Verschelde2021-12-031-23/+23
|\
| * Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-23/+23
* | Add drag and drop to TextEditConteZero2021-12-021-0/+7
|/
* Add methods to get position from column and line in TextEditYuri Sizov2021-11-221-0/+18
* Fix TextEdit mouse interactions when the last line is hiddenPaulb232021-11-171-1/+10
* Add option to make selection uniqueConteZero2021-10-271-0/+3
* Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde2021-10-201-0/+11
|\
| * Added primary clipboard for LinuxConteZero2021-10-181-0/+11
* | Add warnings to methods that give access to internal nodesYuri Sizov2021-10-101-0/+1
|/
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-1/+1
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-2/+2
* Added search colors to TextEdit and CodeEdit themePaulb232021-09-211-0/+6
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+1
* Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-0/+12
* Fix breakpoint toggle signal not firing when expectedPaulb232021-08-121-0/+5
* Cleanup and complete TextEdit inspector and docsPaulb232021-08-121-197/+346
* Cleanup and expose viewport / scrolling methodsPaulb232021-08-121-6/+96
* Rename readonly to editablePaulb232021-08-121-3/+3
* Rename insert mode to overtype modePaulb232021-08-121-0/+16
* Cleanup TextEdit selection methodsPaulb232021-08-121-6/+14
* Expose and cleanup TextEdit line wrap APIPaulb232021-08-121-2/+46