-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ChacaracterCasing in TextBox #11931
Comments
Can someone make a PR using this code and submit it to avalonia? I don't have knowledge of working with open source projects, if someone can help I will be glad. Thank you |
@cesarchefinho communtiy PR will be opened up again after v11 dropped. Then you are welcome to learn how to contribute ;-) You can also chat on telegram with us if you need assistence to get started |
@timunie can you comment about this proposal and code changes marked with ** ** ? thanks |
I'll leave commenting on the impl details to @Gillibald . He is strong in this area. |
The part that handles OnPropertyChanged should be left out because it changes the casing of existing text. CharacterCasing is only meant to adjust input. I would accept such a change for the next version of Avalonia. |
thanks a lot. Avalonia is the only framework tht haven't CharacterCasing and it is impirtant to a lot of people. |
@Gillibald , now avalinia is released, pease use my code to imorove texbox. In future i will make other contributions by Pull Request, but now i dont have the knolowge to make it. Thank you very much |
@cesarchefinho we can guide you through the process I think. So your PR would be appreciated. Join us on telegram for chat support helping you to provide your very first PR. You'd benefit from learning new things as well. |
What is the status with this ? Andy |
Contributions by the community are welcome. The only acceptable solution is to add needed character properties to our Unicode data. https://www.unicode.org/versions/Unicode15.1.0/ch05.pdf |
Is your feature request related to a problem? Please describe.
Fix character casing on TextBoxes.
ALL FRAMEWORKS have it. (WInUI / UWP / WPF / WinForms)
Describe the solution you'd like
control how characters are cased when they are manually entered into the text box.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
basicaly:
Add an enum
modify textbox.cs
TextBoxCs.txt
The text was updated successfully, but these errors were encountered: