Edit of asset "TextWidget" Accepted

Old/Current New/Edit
Title TextWidget 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. Building from Control instead of LineEdit means you can change things you wouldn't be able to otherwise.

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. Building from Control instead of LineEdit means you can change things you wouldn't be able to otherwise.

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 Scripts
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Oddness-1/TextWidget https://github.com/Oddness-1/TextWidget
Issues Url https://github.com/Oddness-1/TextWidget/issues https://github.com/Oddness-1/TextWidget/issues
Godot version Godot 4.3 Godot 4.3
Version String 1.0.0 1.0.0
Download Commit 5bd48baef7c2256469a493da4423f6e9e0a6bf7e 5bd48baef7c2256469a493da4423f6e9e0a6bf7e
Download Url (Computed) https://github.com/Oddness-1/TextWidget/archive/5bd48baef7c2256469a493da4423f6e9e0a6bf7e.zip https://github.com/Oddness-1/TextWidget/archive/5bd48baef7c2256469a493da4423f6e9e0a6bf7e.zip
Icon Url https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetIcon.png
https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetIcon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetSingleline.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetMultiline.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Oddness-1/TextWidget/refs/heads/main/Screenshots/TextWidgetCollapsing.png
Thumbnail