Setting text in text control #370
-
Is ControlSetText on your roadmap? Alternatively, should I be using a script to set text in and edit control? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also, would an implementation similar to your ControlGetText implementation be accepted? Are there requirements that you already have for this? |
Beta Was this translation helpful? Give feedback.
-
No, but it can be :)
Contributions are very much welcome! And yes, I imagine it would look something like the existing API. I will warn, however, there are a few footguns for new contributors (I still need to setup a proper contribution guide) -- not least of which is that everything under the And if you have any questions along the way, always feel free to ask by opening a discussion or issue. But I should be able to get around to implementing this in the not-too-distant future in any case. |
Beta Was this translation helpful? Give feedback.
No, but it can be :)
Contributions are very much welcome! And yes, I imagine it would look something like the existing API.
I will warn, however, there are a few footguns for new contributors (I still need to setup a proper contribution guide) -- not least of which is that everything under the
_sync/
directory is code that is auto-generated from the_async
directory. So, keep that in mind if you plan to work on this; using the pre-commit hooks will help you do all the proper code generation.And if you have any questions along the way, always feel free to ask by opening a …