Replies: 1 comment 3 replies
-
How could the user know whether e.g. Changing from |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add a parameter called "change" to the text_changed signal from TextEdit being the added/removed character from the text in TextEdit
Example:
If you change the text on TextEdit from "text" to "text!" it will print
!
and if you change from "text!" to "text" it will also print!
(Sorry if this is a bad proposal its my first time making a feature proposal)
Beta Was this translation helpful? Give feedback.
All reactions