Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -27/+27 |
|\ | |||||
| * | Improve TextEdit and CodeEdit documentation | kit | 2024-11-14 | 1 | -27/+27 |
| | | |||||
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -2/+2 |
|\| | |||||
| * | Merge pull request #98423 from Calinou/doc-textedit-is-caret-visible | Thaddeus Crews | 2024-11-12 | 1 | -1/+2 |
| |\ | | | | | | | | | | Clarify `TextEdit.is_caret_visible()` behavior in the class reference | ||||
| | * | Clarify `TextEdit.is_caret_visible()` behavior in the class reference | Hugo Locurcio | 2024-10-22 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 1 | -1/+0 |
| |\ \ | | | | | | | | | | | | | Clean up more `[b]Example:[/b]` lines from the class reference | ||||
| | * | | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -1/+1 |
|\| | | | |||||
| * | | | [TextParagraph/Button] Add support for line spacing. | bruvzg | 2024-10-10 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | fix: replace "Godot" to "Redot" | Muhannad Elbolaky | 2024-10-15 | 1 | -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-clipboard | Rémi Verschelde | 2024-09-23 | 1 | -0/+3 |
|\ \ | | | | | | | | | | Add TextEdit option to prevent copying without a selection | ||||
| * | | Add TextEdit option to prevent copying without a selection | Haoyu Qiu | 2024-09-14 | 1 | -0/+3 |
| |/ | |||||
* / | Docs: Add warning about sharing a syntax highlighter to `TextEdit` | HolonProduction | 2024-09-19 | 1 | -1/+2 |
|/ | |||||
* | Implement fit content width in TextEdit | Aaron Franke | 2024-08-04 | 1 | -1/+4 |
| | | | | Co-authored-by: Kit Bishop <kitbdev@gmail.com> | ||||
* | add missing punctuation to the default list | Volkan Gezer | 2024-06-27 | 1 | -1/+1 |
| | |||||
* | enable custom separators to treat different characters as words | Volkan Gezer | 2024-06-24 | 1 | -0/+9 |
| | |||||
* | Fix TextEdit minimap tab drawing and click check | kit | 2024-05-08 | 1 | -1/+1 |
| | |||||
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -1/+1 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -27/+153 |
| | | | | Use a multicaret edit to delay merging overlapping carets until the end. | ||||
* | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -6/+22 |
| | | | | The caret is now a part of the selection. | ||||
* | Make `TextEdit.clip_contents` more transparent to users | Markus Sauermann | 2024-03-28 | 1 | -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 editor | Christophe Andral | 2024-03-25 | 1 | -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_wrap | Rémi Verschelde | 2024-03-05 | 1 | -0/+3 |
|\ | | | | | | | [TextEdit] Add support for optional wrapped line indentation. | ||||
| * | [TextEdit] Add support for optional wrapped line indentation. | bruvzg | 2024-02-26 | 1 | -0/+3 |
| | | |||||
* | | Use black for font outlines by default instead of white | Hugo Locurcio | 2024-02-28 | 1 | -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 documentation | Aaron Franke | 2024-02-26 | 1 | -10/+10 |
|/ | |||||
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -3/+3 |
| | |||||
* | Apply TextEdit IME on most actions | kit | 2024-01-29 | 1 | -1/+13 |
| | |||||
* | Replace some "uncommon" words in class reference | Micky | 2024-01-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #82748 from sepTN/than-then-typo | Rémi Verschelde | 2023-10-04 | 1 | -1/+1 |
|\ | | | | | | | Fix typos in documentation: `than/then` and `loose/lose` | ||||
| * | Fix typos in documentation: `than/then` and `loose/lose` | Septian | 2023-10-04 | 1 | -1/+1 |
| | | |||||
* | | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -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 ↵ | bruvzg | 2023-08-15 | 1 | -1/+1 |
| | | | | composite characters. | ||||
* | Fix documentation for consistency | Septian | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | [TextEdit] Expose all auto-wrap modes. | bruvzg | 2023-06-13 | 1 | -0/+3 |
| | |||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -2/+2 |
| | |||||
* | Fix calculation bug with `TextEdit::get_line_height()` | Rindbee | 2023-05-15 | 1 | -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 params | Yuri Sizov | 2023-04-26 | 1 | -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-style | Yuri Sizov | 2023-04-17 | 1 | -2/+2 |
|\ | | | | | Code style improvements to text_edit and related | ||||
| * | Code style improvements to text_edit and related | VolTer | 2023-04-08 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #75737 from MewPurPur/🐁da🐁 | Yuri Sizov | 2023-04-10 | 1 | -2/+2 |
|\ \ | | | | | | | Fix mistakes in documentation and GDScript errors | ||||
| * | | Fix mistakes in documentation and GDScript errors | VolTer | 2023-04-10 | 1 | -2/+2 |
| |/ | |||||
* / | Add an option to show a TextEdit caret when editable is disabled | jeffVenancius | 2023-04-07 | 1 | -0/+3 |
|/ | | | | Update doc/classes/TextEdit.xml | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add missing period for sentences in classref | Haoyu Qiu | 2023-02-12 | 1 | -3/+3 |
| | |||||
* | Merge pull request #72167 from dalexeev/line-text-edit-context-menu | Rémi Verschelde | 2023-01-27 | 1 | -24/+69 |
|\ | | | | | | | Fix `LineEdit` and `TextEdit` context menus not customizable | ||||
| * | Fix `LineEdit` and `TextEdit` context menus not customizable | Danil Alexeev | 2023-01-27 | 1 | -24/+69 |
| | | |||||
* | | C#: Renames to follow .NET naming conventions | Raul Santos | 2023-01-27 | 1 | -4/+4 |
|/ | | | | Renamed C# types and members to use PascalCase and follow .NET naming conventions. |