Edit of asset "TextWidget" New

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. 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.

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.0 1.0.1
Download Commit 5bd48baef7c2256469a493da4423f6e9e0a6bf7e 2bc6963464575936f6899effa30b1173f92887bf
Download Url (Computed) https://github.com/Oddness-1/TextWidget/archive/5bd48baef7c2256469a493da4423f6e9e0a6bf7e.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