Edit of asset "TextWidget" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | TextWidget | |
| Description |
A custom text input, written from a bare Control for Godot 4+. Being written using Control as its base type allows you to change things that you might not like about LineEdit or TextEdit. TextWidget achieves visual parity with LineEdit, has single-line, multi-line, shrink-to-fit, clip-with-ellipsis, and scrolling support. These features may be used separately or together, in any combination. It also has a basic spellchecker built in by default. In short, TextWidget does most of what LineEdit and TextEdit can do, and then some, while being much more extensible. |
A custom text input, written from a bare Control for Godot 4+. Being written using Control as its base type allows you to change things that you might not like about LineEdit or TextEdit. TextWidget achieves visual parity with LineEdit, has single-line, multi-line, shrink-to-fit, clip-with-ellipsis, and scrolling support. These features may be used separately or together, in any combination. It also has a basic spellchecker built in by default. In short, TextWidget does most of what LineEdit and TextEdit can do, and then some, while being much more extensible. |
| Category | Scripts | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/Oddness-1/TextWidget | |
| Issues Url | https://github.com/Oddness-1/TextWidget/issues | |
| Godot version | Godot 4.3 | |
| Version String | 1.0.1 | 1.0.1 |
| Download Commit | 2bc6963464575936f6899effa30b1173f92887bf | 2bc6963464575936f6899effa30b1173f92887bf |
| Download Url (Computed) | https://github.com/Oddness-1/TextWidget/archive/2bc6963464575936f6899effa30b1173f92887bf.zip | https://github.com/Oddness-1/TextWidget/archive/2bc6963464575936f6899effa30b1173f92887bf.zip |
| Icon Url |
https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetIcon.png
|
|