Skip to content

The incredible editable textual egg.

Choose a tag to compare

@salt-die salt-die released this 15 Jun 06:53
· 77 commits to main since this release

Refactor TextPad and Textbox editable text gadgets. Added public replace_text methods for both which replaces private _del_text and _add_text methods and simplifies undo/redo stack handling. Contiguous text edits are now joined in undo/redo stacks to save space.

Continue to try to fix dtype size issues on different systems, revisiting #39 once again.