rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
703 stars 94 forks source link

Fixed bug for clas Studio and class TextBox #459

Closed IampointZy closed 2 months ago

IampointZy commented 2 months ago

For class TextBox in project Myra: Now cursor won't refresh while user is typing For class Studio in project MyraPad: Fixed bug that when you Type '<' after a Xml tag such as '<Panel', the code editor will Insert '' before '>' but not after '>' Before: '<Panel>' Now: '' But there are still several bugs in Studio.cs, like: auto indent don't works correctly. Added class StringExtensions.

rds1983 commented 2 months ago

Thanks @IampointZy! You can do the indentation by using Format Source command(either press Ctrl+F or click Edit/Format Source).