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? |
Replies: 2 comments
|
Also, would an implementation similar to your ControlGetText implementation be accepted? Are there requirements that you already have for this? |
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. |
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_asyncdirectory. 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 …