summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextEdit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-27/+27
|\
| * Improve TextEdit and CodeEdit documentationkit2024-11-141-27/+27
| |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\|
| * Merge pull request #98423 from Calinou/doc-textedit-is-caret-visibleThaddeus Crews2024-11-121-1/+2
| |\ | | | | | | | | | Clarify `TextEdit.is_caret_visible()` behavior in the class reference
| | * Clarify `TextEdit.is_caret_visible()` behavior in the class referenceHugo Locurcio2024-10-221-1/+2
| | |
| * | Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-1/+0
| |\ \ | | | | | | | | | | | | Clean up more `[b]Example:[/b]` lines from the class reference
| | * | Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-1/+0
| | | |
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\| | |
| * | | [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-1/+1
| | |/ | |/|
* / | fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
|/ / | | | | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
* | Merge pull request #90743 from timothyqiu/empty-selection-clipboardRémi Verschelde2024-09-231-0/+3
|\ \ | | | | | | | | | Add TextEdit option to prevent copying without a selection
| * | Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+3
| |/
* / Docs: Add warning about sharing a syntax highlighter to `TextEdit`HolonProduction2024-09-191-1/+2
|/
* Implement fit content width in TextEditAaron Franke2024-08-041-1/+4
| | | | Co-authored-by: Kit Bishop <kitbdev@gmail.com>
* add missing punctuation to the default listVolkan Gezer2024-06-271-1/+1
|
* enable custom separators to treat different characters as wordsVolkan Gezer2024-06-241-0/+9
|
* Fix TextEdit minimap tab drawing and click checkkit2024-05-081-1/+1
|
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
| | | | Found by apply the file_format checks again via #91597.
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-27/+153
| | | | Use a multicaret edit to delay merging overlapping carets until the end.
* Overhaul TextEdit selection.kit2024-04-261-6/+22
| | | | The caret is now a part of the selection.
* Make `TextEdit.clip_contents` more transparent to usersMarkus Sauermann2024-03-281-0/+1
| | | | | Instead of ignoring `TextEdit.clip_contents`, use it with a default value `true`. in the same way as `RichTextLabel`.
* Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+6
| | | | | | | | | Adds `ui_text_skip_selection_for_next_occurrence` action and related implementation to text editor. This action is bound `Ctrl+Alt+D` shorcut. Used in conjonction with `ui_add_skip_selection_for_next_occurrence`, it gives the user the ability to select many occurrences of a selection and avoid some of them. Used without a previous selection, the action jumps to the next occurrence of the current word under the caret.
* Merge pull request #88546 from bruvzg/indent_wrapRémi Verschelde2024-03-051-0/+3
|\ | | | | | | [TextEdit] Add support for optional wrapped line indentation.
| * [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-0/+3
| |
* | Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
| | | | | | | | | | This makes font outlines more usable out of the box, as black is one of the most commonly used colors for font outlines.
* | Explain gutter types in the TextEdit documentationAaron Franke2024-02-261-10/+10
|/
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-3/+3
|
* Apply TextEdit IME on most actionskit2024-01-291-1/+13
|
* Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
|
* Merge pull request #82748 from sepTN/than-then-typoRémi Verschelde2023-10-041-1/+1
|\ | | | | | | Fix typos in documentation: `than/then` and `loose/lose`
| * Fix typos in documentation: `than/then` and `loose/lose`Septian2023-10-041-1/+1
| |
* | Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
|/ | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* [TextServer] Fix system font fallback and caret/selection behavior for ↵bruvzg2023-08-151-1/+1
| | | | composite characters.
* Fix documentation for consistencySeptian2023-07-121-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-0/+3
|
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|
* Fix calculation bug with `TextEdit::get_line_height()`Rindbee2023-05-151-1/+2
| | | | | | When `get_line_height()` is less than `1`, there is no visible text. So limit the return value of `get_line_height()` to **not less** than `1` for calculation.
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-2/+2
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Merge pull request #74623 from MewPurPur/edit-text-with-styleYuri Sizov2023-04-171-2/+2
|\ | | | | Code style improvements to text_edit and related
| * Code style improvements to text_edit and relatedVolTer2023-04-081-2/+2
| |
* | Merge pull request #75737 from MewPurPur/🐁da🐁Yuri Sizov2023-04-101-2/+2
|\ \ | | | | | | Fix mistakes in documentation and GDScript errors
| * | Fix mistakes in documentation and GDScript errorsVolTer2023-04-101-2/+2
| |/
* / Add an option to show a TextEdit caret when editable is disabledjeffVenancius2023-04-071-0/+3
|/ | | | Update doc/classes/TextEdit.xml
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-3/+3
|
* Merge pull request #72167 from dalexeev/line-text-edit-context-menuRémi Verschelde2023-01-271-24/+69
|\ | | | | | | Fix `LineEdit` and `TextEdit` context menus not customizable
| * Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev2023-01-271-24/+69
| |
* | C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-4/+4
|/ | | | Renamed C# types and members to use PascalCase and follow .NET naming conventions.